﻿html { height: 100%;}

body {
  height:100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container {
	text-align:left;
	margin:0px auto;
	width: 980px;
}

#links_fewo {
	float:left;
	background-color: #C1E0FF; 
	width: 130px;
	height: 100%;
	padding: 5px 10px;
	min-height: 3000px;
}


#content_fewo {
	float:left;
	background-color: #ffffff; 
	width: 600px;
	height: 100%;
	padding: 1px 1px;
	min-height: 3000px;
	text-align:left;
}



#rechts_fewo {
	float:right;
	background-color: #C1E0FF; 
	width: 30px;
	height: 100%;
	padding: 1px 1px;
	min-height: 3000px;
}


img.flagge{
	border: 0px;
	float: right;
	width: 28px;
	height: 17px;
}


#footer  {
	clear:both;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px 10px;
	background-color: #ffffff; 
}

#footer a {
	font-weight: Bold;
	font-size: 11px;
	text-decoration: none;
	color: #003399;
}
ul.buttons {
margin: 0px;
padding: 0px;

}


li.buttons {
 width: 165px;
 background-color: #6699FF;
 margin-top: 5px;
 text-align: center;
 list-style:none;
 line-height: 17px;
 border-left: 1px #FFFFFF solid;
 border-top: 1px #FFFFFF solid;
 border-right: 1px #333333 solid;
 border-bottom: 1px #333333 solid;
}

li.buttons a {
 color: #FFFFFF;
 font-size: 11px;
}

li.buttons a:link {
 color: #FFFFFF;
 font-size: 11px;
}
 
li.buttons a:active {
 color: #FFFFFF;
 font-size: 11px;
}

li.buttons a:hover {
 color: #FFFFFF;
 font-size: 11px;
}

li.buttons a:visited {
 color: #FFFFFF;
 font-size: 11px;
}





