/* begining of LAYOUT */

body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	overflow: hidden;
}

/*IE6 hack*/
* html body{
padding: 130px 0px 0px 0px;
}


/* begining of HEADER */

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 129px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B2900;
	font-size: 0.8em;
	z-index: 2;
}

/*IE6 hack*/
* html #header{
height: 130px;
}

#logo {
	margin-top: 5px;
	margin-bottom: 2px;
  }
  
/* begining of NAVIGATION */

#nav {
	position: absolute;
	left: 40px;
	bottom: 10px;
	z-index: 4;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li{
	display: inline;
	letter-spacing: 0.5px;
}

#nav ul a,#nav ul a:link,#nav ul a:visited{
	padding: 4px;
	border: 1px solid #5B2900;
	color: white;
	text-decoration: none;
	background-color: #999966;
}

#nav ul a:hover,#nav ul a:active{
color: black;
background-color: #CCCC99;
}


#nav ul a#current{ /*currently selected tab*/
color: white;
background-color: #993300;
}

/* end of NAVIGATION */	


#flag{
	position: absolute;
	left: 630px;
	bottom: 31px;
	z-index: 3;
	width: 140px;
} 

#flag img{
	margin: 0px;
	padding: 0px;
} 

#flag img a,#flag img a:link,#flag img a:visited,#flag img a:hover,#nav flag a:active{
	padding: 0px;
	border: 0px;
} 


/* end of HEADER */
  
  
#container{
	position: absolute;
	top: 130px; /*Set top value to HeightOfFrameDiv*/
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 20;
	line-height: 1.4em;
	background-image: url(../images/2col_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
}

#front_container{
	position: absolute;
	top: 130px; /*Set top value to HeightOfFrameDiv*/
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
	line-height: 1.4em;
}

/*IE6 hack*/
* html #container{
height: 100%; 
width: 100%; 
}
	
#maintext {
	width: 484px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 30;
	}
			
#sidebar {
	font-size: 0.8em;
	width: 230px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 554px;
	top: 15px;
	z-index: 40;
	}
		
#start1 {
	position: absolute;
	left: 40px;
	top: 145px;
	width: 345px;
	height: 130px;
	padding: 14px;
	background-color: #999966;
	border: 1px solid #5B2900;
}

#start2 {
	position: absolute;
	left: 425px;
	top: 145px;
	width: 345px;
	height: 130px;
	padding: 14px;
	background-color: #CCCC99;
	border: 1px solid #5B2900;
}
	
#start3 {
	position: absolute;
	left: 40px;
	top: 315px;
	width: 345px;
	height: 300px;
	padding: 14px;
	background-color: #CCCC99;
	border: 1px solid #5B2900;
}

#start4 {
	position: absolute;
	left: 425px;
	top: 315px;
	width: 345px;
	height: 130px;
	padding: 14px;
	background-color: #336633;
	border: 1px solid #5B2900;
}
	
#start5 {
	position: absolute;
	left: 425px;
	top: 485px;
	width: 345px;
	height: 130px;
	padding: 14px;
	background-color: #999966;
	border: 1px solid #5B2900;
}
				

/* end of LAYOUT */


	


/* begining of TEXTTHINGS */
img,a img {border:none}

a,a:visited {
  color:#993300;
  text-decoration:none;
  }

a:hover {
  color:#993300; 
  text-decoration:underline;
  }
  
a.light,a.light:visited {
  color:#CCCC99;
  text-decoration:none;
  }

a.light:hover {
  color:#CCCC99; 
  text-decoration:underline;
  }
 
  
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336633;
	font-size: 1.4em;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336633;
	font-size: 1.3em;
	display: inline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336633;
	font-size: 1.2em;
	margin-top: 1.5em;
	font-style: italic;
	margin-bottom: -0.5em;
}

#maintext .imagebox{
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

#maintext .bildtext{
	background-color: #999966;
	font-style: italic;
	font-size: 0.8em;
	color: #FFFFFF;
	border: 1px solid #5B2900;
	padding: 5px;
	margin-top: 10px;
	display: block;
}

#sidebar .bildtext{
	background-color: #CCCC99;
	font-style: italic;
	border: 1px solid #5B2900;
	padding: 5px;
	margin-top: 10px;
	display: block;
}

#sidebar p, #sidebar .text{
	background-color: #CCCC99;
	border: 1px solid #5B2900;
	padding: 5px;
	margin-top: 10px;
	display: block;
}

img.left{
	float: left;
	margin-right: 1em;
}

img.right{
	float: right;
	margin-left: 1em;
}
.white {
	color: #FFFFFF;
}
.lightbrown {
	color: #CCCC99;
}
.red {
	color: #993300;
}
.darkbrown {
	color: #5B2900;
}
input {
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

