@charset "utf-8";
/* CSS Document */

/* --------------------- Allegmeine Formatierungen --------------------- */ 
body	{ background-color:#FFFFFF; vertical-align:top; margin-top:0px; font-family:sans-serif; }

a		{ text-decoration:underline; color:#d90014; }
a:hover	{ text-decoration:none; }

h3, h4	{ text-shadow:#eee 1px 1px 0; }

/* --------------------- Navigationsmenü --------------------- */
a.link_norm {
	display:block;
	height:22px;
	width:112px;
	font-family:sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a.link_norm:hover {
	color:#333333;
	font-weight:bold;
}
a.link_gruppe {
	display:block;
	height:22px;
	width:96px;
	padding-left:36px;
	font-family:sans-serif;
	font-size:12px;
	color:#d21022;
	font-weight:normal;
	text-decoration:none;
}
a.link_gruppe:hover {
	color:#d21022;
	font-weight:bold;
}

/* --------------------- Seitenstruktur/-aufbau --------------------- */
.tabelle {
	background-color:#FFFFFF;
	width:940px;
	vertical-align:top;
}

.zeile01 {
	height:134px;
}

.banner {
	background:url(img/bg01.png);
	vertical-align:bottom;
	width:900px;
}

.navispalte {
	width:192px;
	height:500px;
	background:url(img/bg02.png) #dbdbdb no-repeat;
	vertical-align:top;
}

.inhalt {
	width:688px;
	background:url(img/bg03.png) #dbdbdb no-repeat;
	vertical-align:top;
	text-align:left;
	padding:10px;
}

.inhalt_index {
	width:708px;
	background:url(img/bg03.png) #dbdbdb no-repeat;
	vertical-align:top;
	text-align:left;
}

.bottombar {
	background:url(img/bg04.png) no-repeat;
	height:50px;
	padding-right:30px;
	padding-bottom:19px;
	font-family:sans-serif;
	font-size:11px;
	color:#7b7b7b;
	font-weight:normal;
}

.spaltelinks {
	width:20px;
	vertical-align:top;
	background:url(img/schattenlinks.png);
}

.spalterechts {
	width:20px;
	vertical-align:top;
	background:url(img/schattenrechts.png);
}

.navitabelle {
	margin-top:40px;
	margin-left:40px;
	vertical-align:top;
}

/* --------------------- Toolbar Links --------------------- */
a.link_tools1 {
	display:block;
	height:22px;
	width:45px;
	padding-top:8px;
	padding-left:25px;
	font-family:sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	background:url(img/tools_link1.png) no-repeat;
}
a.link_tools1:hover {
	color:#000000;
	text-decoration:underline;
	background:url(img/tools_hover1.png) no-repeat;
}

a.link_tools2 {
	display:block;
	height:22px;
	width:45px;
	padding-top:8px;
	padding-left:25px;
	font-family:sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	background:url(img/tools_link2.png) no-repeat;
}
a.link_tools2:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	background:url(img/tools_hover2.png) no-repeat;
}

.tools_spalte01 {
	width:760px;
}

/* --------------------- Chronik DIVs --------------------- */
.chronik_div1 {
	float:left;
	width:70px;
	padding:20px;
	border-right:dotted #999999 1px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:100px;
}

.chronik_div2 {
	float:left;
	width:250px;
	padding:20px;
	border-right:dotted #999999 1px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	height:100px;
}

.chronik_div3 {
	float:left;
	width:240px;
	padding:20px;
	border-right:dotted #999999 1px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	height:100px;
}

.default_div {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	padding:20px;
}

/* --------------------- Bilder- und Textlinks --------------------- */
a.bilder_link {
	display:block;
	height:100px;
	width:150px;
	border:3px solid #b6b6b6;
}

a.bilder_link:hover {
	display:block;
	height:100px;
	width:150px;
	border:3px solid #d21022;
}

a.text_link {
	color:#d21022;
	font-weight:normal;
	text-decoration:none;
	text-shadow:#e5e5e5 1px 1px 0;
}

a.text_link:hover {
	color:#d21022;
	font-weight:normal;
	text-decoration:underline;
}

a.img_link {
	display:block;
	border:3px solid #c7c7c7;
}

a.img_link:hover {
	display:block;
	border:3px solid #d21022;
}
