/* CSS Styles für Euracon Websites 
erstellt vom Tran Quoc Minh
*/

html {
        margin:0;
        padding:0;
}

body {
         background-color: #FAF5C1;
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
         color:#564b47;
         padding: 20px;
         margin: 0px;
         text-align: center;
}

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #546A0E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}

#header {
         background-image: url(images/header_bg.png);
         background-repeat: repeat-x;
         height: 112px;
}

#logo {
         margin-left: 15px;
         padding-top: 23px;
         float: left;
		 display:inline;
}

.logotitel {
         margin-top: 0px;
         margin-left: 50px;
         padding-top: 53px;
         float: left;
         color: #546A0E;
         font-size: 15px;
         font-weight: bold;
         font-family: Times New Roman;
         text-transform: uppercase;
}

/*------mainContent-Container---------*/
#mainContent {
	padding: 0 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow: auto;
}

/*---------Mainnavigation-----------*/
#navcontainer {
        margin: 7px 0px 0px 0px;
        padding: 0;
        height: 21px;
		background-color: #fff;
		border-top: 1px solid #546A0E;
		border-bottom: 1px solid #546A0E;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #fff;
        width: 120px;
        height: 20px;
        border-left: 1px solid #546A0E; 
        border-bottom: 1px solid #546A0E; 
        border-right: none;
        padding: 0;
        margin: 0px;
        color: #546A0E;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #930;
        background: #E9FCAB; 
}

#navcontainer a:active {
        background: #9BB846; 
        color: #fff;
}

#navcontainer li#active a {
        background: #9BB846; 
        color: #fff;
}

/*-------Subnavigation----------------*/
#subnav {
        margin: 0;
        padding: 0;
		padding-left: 120px;
        height: 21px;
		background-color: #9BB846;
		border-bottom: 1px solid #546A0E;
}

#subnav ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#subnav ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#subnav ul li a {
        background: #9BB846;
        width: 120px;
        height: 20px;
        padding: 0;
		padding-left: 1px;
        margin: 0px;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#subnav ul li a:hover {
        color: #930;
        background: #E9FCAB; 
}

#subnav a:active {
        background: #9BB846; 
        color: #fff;
}

#subnav li.active a {
        background: #E9FCAB; 
        color: #930;
}

#undersubnav {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#undersubnav ul {
	text-align:left;
	float:left;
	margin-top: 8px;
	padding-left: 250px;
}

#undersubnav ul li {
	list-style-type:none;
	text-align:left;
	display: block;
	float:left;
	padding: 0px 5px;
}

#undersubnav ul li a {
	font-size:11px;
	color: #546A0E;
	text-decoration: underline;
}

#undersubnav li.active a { 
    color: #546A0E;
	text-decoration:underline;
	font-weight:bold;
}


/*-------CSS Formatierung für die Überblickseiten-----*/

#obereContainer {
         background-color: #fff;
         width: 800px;
         text-align: left;
		
}

#untereContainer {
		 background-color: #fff;
         width: 800px;
         text-align: left;
		 margin-top: 0;
}

.bildbox_main {
         width: 160px;
         float:left;
         margin-right: 3px;
         margin-top: 15px;
         padding: 0px;
		 overflow: hidden;
		 display:inline;
}

.beschreibungbox_main {
         width: 160px;
         height: 90px;
         float:left;
         margin-right: 3px;
         margin-top: 1px;
         padding: 0px;
         background-color: #FFEC3F;
         text-align: left;
         font-size: 12px;
         font-family: Times New Roman;
         color: #000;
         text-decoration: none;
		 overflow: hidden;
		 display:inline;
}

.bildbox_sub {
         width: 168px;
         float:left;
         margin-right: 3px;
         margin-top: 15px;
         padding: 0px;
		 overflow: hidden;
		 display:inline;
}

.beschreibungbox_sub {
         width: 168px;
         height: 90px;
         float:left;
		 margin-top: 1px;
         margin-right: 3px;
         padding: 0px;
         background-color: #FFEC3F;
         text-align: left;
         font-size: 12px;
         font-family: Times New Roman;
         color: #000;
         text-decoration: none;
		 overflow: hidden;
		 display:inline;
}

/*----CSS Formatierung für andere Seiten---*/

.content_left {
	background-color: #fff;
	width: 520px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_left p {
	margin: 25px 0px 5px 0px;
}

.content_right {
	background-color:#fff;
	width: 310px;
	float: left;
	font-size: 12px;
	padding-left:5px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.content_right ul li {
	padding-top: 3px;
}

.ueberschrift {
         font-size:14px;
         font-weight: bold;
         color: #546A0E;
   		 margin-top: 25px;
		 text-align:left;
}

.bildhalter {
         width: 256px;
         float:left;
		 margin-right:3px;
		 margin-bottom: 3px;
}

.bildhalter2 {
         width: 520px;
         float:left;
		 margin-right:3px;
		 margin-bottom: 3px;
}

.texthalter {
		width: 251px;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px;
		font-size: 12px;
}

.bildtext {
         font-family: Verdana;
         font-size:10px;
         width:256px;
         height:30px;
         float:left;
         margin-right:3px;		 
}

.bildtext2 {
         font-family: Verdana;
         font-size:10px;
         width:520px;
         height:20px;
         float:left;
         margin-right:3px;		 
}

h4 {
        margin:0;
        margin-bottom: 0px;
        margin-top: 2px;
        padding: 0;
        padding-bottom: 0px;
        padding-left: 5px;
        font-family:Trebuchet MS;
        font-size: 12px;
        text-align:left;
        text-decoration:none;
        text-transform:uppercase;
        color: #000;
}

p {
        padding: 3px 2px 2px 5px;
        margin: 5px 0px 0px 0px;
}

#sitemap {
	background-color: #fff;
	width: 520px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size:11px;
}

#sitemap ul {

	padding-left: 25px
}

#sitemap a {
	color:#546A0E;
}

#arrow {
	width: 757px;
	float: left;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-top: 10px;
}

#arrow a {
	float: left;
	text-decoration:none;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
}

#copyright {
	float: left;
	width: 600px;
	padding-left:150px;
}

#footer {
        padding: 0;
		margin-top: 20px;
		width:850px;
		background-image: url(images/footer_bg.gif);
        background-repeat: repeat-x;
        height: 30px;
        font-size: 9px;
}

#footer p {
	margin: 0;
	padding: 8px 0px 0px 50px;
	text-align:center;
}

/*---------Footer-Navigation-----------*/
#footer ul {
        border: 0;
        margin: 0;
        padding: 5px 0px 0px 50px;
        list-style-type: none;
        text-align: center;
}

#footer ul li {
        /*display: inline-block; */
		display:block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#footer ul li a {
        padding-left: 30px;
        color: #546A0E;
        text-decoration: none;
		display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#footer ul li a:hover {
        color: #fff;
}

#footer a:active { 
        color: #fff;
}

#footer li a.active {
        color: #fff;
		text-decoration:none;
}
