/******************** CONTAINER ********************/
#container{
	height: 90%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	background: #FFFFFF;
	line-height:16px;
}

span{
	font-size: 11px;
}

a{
	color: #005290;
}

a:link,a:visited {
	text-decoration:none;
}

a:hover, a:active{
	color: #FF3300;
	text-decoration:underline;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #005290;
}

h1.news{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 13px;
	color: #005290;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

ul{
	margin: 0px 25px 0px 25px;
	padding: 0px;
}

ol{
	margin: 0px 30px 0px 30px;
	padding: 0px;
}

li{
	padding: 0.2em;
	text-align: left;
}

div.left img{
	margin: 0px 10px 2px 0px;
	padding: 0px;
}

div.right img{
	margin: 0px 0px 2px 10px;
	padding: 0px;
}

img{
	border: none;
	margin: 0px;
}

img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

.imageposition_right{
	margin: 0px 0px 0px 5px;
}

.imageposition_left{
	margin: 0px 5px 0px 0px;
}

.content_image_underline{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#searchBox{
	margin: 0px;
	padding: 0px;
}

#searchBox form{
	margin: 0px;
	padding: 0px;
}
/******************** CONTAINER END ********************/

/******************** HEAD ********************/
#head{
	margin: 0px 0px 5px 0px;
	height: 100px;
}

#head div.left{
	float: left;
	text-align: left;
}

#head div.center{
	text-align: center;
}

#head div.right{
	float: right;
	text-align: right;
}
/******************** HEAD END ********************/

/******************** MENU_TOP ********************/
table#menu_top{
	width: 100%;
	border: 1px solid #DEDFE0;
}

td#menu_top_left{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

td#menu_top_center{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

td#menu_top_right{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
/******************** MENU_TOP END ********************/

/******************** MENU_LEFT ********************/
td.menu_left{
	font-size: 11px;
	vertical-align: top;
	width: 13%;
	border: 1px solid #DEDFE0;
}

.menu_left{
	padding: 5px;
	width: 195px;
	overflow: hidden;
}

.menu_left edit{
	clear: left;
	font-size: 11px;
}

#menu_left_edit{
	padding: 5px;
	width: 195px;
	overflow: visible;
}

#menu_left_edit_config{
	padding: 5px;
	width: 195px;
	overflow: visible;
	clear: right;
}
/******************** MENU_LEFT END ********************/

/******************** MENU_RIGHT ********************/
td.menu_right{
	font-size: 11px;
	vertical-align: top;
	width: 13%;
	border: 1px solid #DEDFE0;
}

.menu_right{
	padding: 5px;
	width: 155px;
	background: #FFFFFF;
	overflow: hidden;
}

.menu_right edit{
	clear: right;
}

#menu_right_edit{
	padding: 5px;
	width: 155px;
	overflow: visible;
}

#menu_right_edit_config{
	padding: 5px;
	width: 155px;
	overflow: visible;
	clear: right;
}
/******************** MENU_RIGHT END ********************/

/******************** CONTENT ********************/
td#contenttd{
	vertical-align: top;
	width: 64%;
	border: 1px solid #DEDFE0;
	padding: 5px 5px 5px 5px;
}

#content{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

#content_edit{
}
/******************** CONTENT END ********************/

/******************** FOOT ********************/
table#foot{
	width: 100%;
}

td#foot_left{
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

td#foot_center{
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

td#foot_right{
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
/******************** FOOT END ********************/

/******************** SPACER ********************/
td.spacertd{
	margin: 0px;
	padding: 0px;
	width: 4%;
}

td.spacertdmenu_top_and_footer{
	margin: 0px;
	padding: 0px;
	width: 4%;
}	

tr#heightspacer{
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 5px;
}

.spacer{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 8px;
}

#headlinespacer{
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 8px;
}
/******************** SPACER END ********************/

/******************** EXTRASPACER ********************/
#extraspacer{
	font-size: 1px;
	height: 8px;
}
/******************** EXTRASPACER END ********************/

/******************** VARIANTEN EDIT_BACKGROUND ********************/
table.content_table_edit{
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
/******************** VARIANTEN EDIT_BACKGROUND END ********************/
