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

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;
}

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;
}

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

/* ******************* HEAD ******************* */
#head{
	margin: 0px 0px 5px 0px;
	height: 90px;
	display: none;
}

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

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

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

/* ******************* MENU_TOP ******************* */
#menu_top{
	margin: 0px 180px 0px 220px;
	height: 1px;
	display: none;
}
/* ******************* MENU_TOP END ******************* */

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

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

.menu_left edit{
	clear: left;
	font-size: 11px;
}
/* ******************* MENU_LEFT END ******************* */

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

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

.menu_right edit{
	clear: right;
}
/* ******************* MENU_RIGHT END ******************* */

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

td#content{
	vertical-align: top;
	width: 64%;
	border: 1px solid #DEDFE0;
}

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

#content_edit{
	position: relative; top:180px; left:200px;
}
/* ******************* CONTENT END ******************* */

/* ******************* FOOT ******************* */
#foot{
	margin: 0px 180px 0px 220px;
	clear: both;
	border: none;
	display: none;
}
/* ******************* FOOT END ******************* */

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

.spacer{
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 8px;
	display: none;
}
/* ******************* 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 ******************* */

/* ******************* ELEMENTS ******************* */
.contentblock{
	margin: 0px;
	padding: 0px;
}

.tableborder{
	border: 1px solid #000000;
}

table{
	margin: 0px;
	padding: 0px;
}

tr{
	margin: 0px;
	padding: 0px;
}

td{
	margin: 0px;
	padding: 0px;
}

td.content_table_headline{
	font-weight: bold;
	color: #ffffff;
	background-color: #0064B0;
}

td.content_table_col{
	color: #000000;
	background-color: #EEEEEE;
	font-size: 10px;
	font-family: verdana, arial;
}

td.content_table_td{
	font-size: 10px;
	font-family: verdana, arial;
}

.image_position_left{
	margin: 0px;
	padding: 0px;
	float: left;
}

.image_position_right{
	margin: 0px;
	padding: 0px;
	float: right;
}

p{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

p.hl{
	font-size: 11px;
	font-weight: bold;
}

p.left{
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: left;
}

p.right{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: right;
}

p.center{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p.justify{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.sitemap{
	padding: 5px;
	font-weight: bold;
}

.sitemap a{
	color: #005290;
	text-decoration: none;
}

.sitemap a:hover{
	color: #7FB4DA;
	text-decoration: none;
}
/* ******************* ELEMENTS END ******************* */

/* ******************* MENU_TEXTBOX ******************* */
.menu_textbox_right{
	margin: 0px;
	padding: 0px;
	display: none;
}

.menu_textbox_right p{
	margin: 0px;
	padding: 2px;
	background: #DEDFE0;
	color: #000000;
	font-size: 11px;
}

.menu_textbox_right p.hl{
	margin: 0px;
	padding: 2px;
	background: #005290;
	color: #DEDFE0;
	font-weight: bold;
}

.menu_textbox_right p a{
	color: #005290;
	text-decoration: none;
}

.menu_textbox_right p a:hover{
	color: #7FB4DA;
}
/* ******************* MENU_TEXTBOX END ******************* */

/* ******************* BLOCKQUOTE ******************* */
blockquote{
	margin: 0px;
	padding: 0px;
	border: none;
}

blockquote.left{
	margin: 0px 7px 0px 0px;
	float: left;
}

blockquote.right{
	margin: 0px 0px 0px 7px;
	float: right;
}
/* ******************* BLOCKQUOTE END ******************* */
