﻿/* ALLGEMEIN */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D8E3F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;

}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222A5A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

/* BEREICHE */
#wrap {width:808px; background-color:#C6CEE7; background-image:url(../images/wrap.gif);}

#header {width:808px; height:100px;}

#navigationbar {width:808px; height:34px; background-image:url(../images/navigationbar.gif); text-align:center; line-height:28px;}
	a.mainlevel-nav:link, a.mainlevel-nav:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color:#CCCCCC;
		text-decoration: none;
	}
	#active_menu-nav, a.mainlevel-nav:hover {
		color: #FFFFFF;
	}

#sidebar_left {width:148px; padding: 10px 5px 5px 5px; float:left; text-align:left;}
	#sidebar_left table.moduletable {
		padding: 0px 10px 0px 10px;
		margin-bottom:30px;
	}

#content {width: 468px; min-height:900px; height:auto !important;  /* f?r moderne Browser */ height:750px;  /*f?r den IE */ padding: 10px 16px 10px 16px; border: 0px ; background-color: #FFFFFF; background-image:url(../images/content.gif); float: left; text-align:left;}
.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222A5A;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	white-space: normal;
}
.contentpaneopen {
	width:100%;
	padding: 0px 14px 0px 14px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

#banner {width:468px; text-align:center;}

#sidebar_right {float:left; width:140px; padding: 10px 7px 5px 3px; text-align:left;}
	#sidebar_right table.moduletable {
		padding-bottom:15px;
		margin-bottom:10px;
	}

#footer {clear:both; height: 30px; font-weight:bold; color:#222A5A; background-image:url(../images/footer.gif); background-repeat: no-repeat;}

/* LEVEL */
a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/square.gif) no-repeat left;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #222A5A;
	text-decoration:none;
}
a.mainlevel:hover {
	text-decoration: none;
	color:#fff;
}
a.mainlevel#active_menu {
	background: url(../images/square_active.gif) no-repeat left;
	color:#fff;
	font-weight: bold;
}
a.mainlevel#active_menu:hover {
	color: #fff;
}

/* sublevel */
a.sublevel:link, a.sublevel:visited {
	background: url(../images/sub.gif) no-repeat left;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #222A5A;
	text-decoration:none;
}
a.sublevel:hover {
	text-decoration: none;
	color: #fff;
}
a.sublevel#active_menu {
	background: url(../images/sub_active.gif) no-repeat left;
	color:#fff;
	font-weight: bold;
}

/* MODULETABLE */
table.moduletable {
	width:100%;
}
table.moduletable th {
	width:100%;
	height:20px;
	line-height:17px;
	padding-bottom:0px;
	color: #000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
table.moduletable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222A5A;
}
.componentheading {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #222A5A;
}
.contentdescription {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222A5A;
}
.middle {
	margin:16px;
}
.small {
	color: #999999;
	font-size: 10px;
}

.createdate {
	line-height: 10px;
	padding-bottom: 2px;
	color: #999999;
	font-size: 10px;
}
.sectiontableentry1 {
	text-align:left;
}
.sectiontableentry2 {
	text-align:left;
	background-color:#C6CEE7;
}
.sectiontableheader {
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
body.mceContentBody {
   background: #FFFFFF;
}
.visitenkarte {
	width: 360px;
	height: 154px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:url(../images/visitenkarte.gif);
	border: 0px;
	padding: 3px 3px 0px 0px;
	}
.visitenkarteh {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	}
.inputboxf { width:100px;} /* list-bug */
/* FORMAT */
h1 {	font-size:12px; font-weight: bold;}
h2 {	font-size:11px; font-weight: bold; font-style: italic;}
hr {	width: 80%; text-align: center;}
