
/* IbGM - CSS
   Copyright 2005,2006 Siegfried Mairböck, Bonn
*/

body { 
	font-family: arial,sans-serif; color: black; background-color: #b0b0b0; 
	margin: 8px; 
}

.PartInhalt { 
	border: 0; padding: 5px 15px 5px 5px; background-color: #ffffff;
	font-size: 90%; color: black;  
}

h1 { font-size: 160%; margin-top: 0px; text-align:center; }
h2 { font-size: 120%; margin-top: 0px; margin-bottom: 0px; text-align:center; }

.fs { font-size: 75%; }
.fss { font-size: 70%; }
.fn { font-size: 110%; }
.fg { font-size: 120%; }

table.Inhalt { font-size: 100%;  }			

.Kasten { 
	border-top: 1px solid #bbbbbb; border-bottom: 3px solid #dd0000;
	padding: 6px; background-color: #f0f0f0;
	color: black; 
}

.Hervorgehoben { 
	font-size: x-small; font-family: courier new,sans-serif;  color: black; 
	margin-top: 8px; margin-bottom: 8px; 
}

.Topkasten {
	font-size: 65%; 
	font-family: tahoma,arial,sans-serif;
	color: black; 
	text-align: center;
	padding: 3px; 
	border-bottom: 1px solid #ccc;
}
			
.Bottomkasten {
	font-size: 65%; 
	font-family: tahoma,arial,sans-serif;
	color: black; 
	text-align: center;
	padding: 3px; 
	border-bottom: 2px solid #001a92; 
	border-top: 1px solid #cccccc;
}
		
.HauptnavigationCSS {
}

.HauptnavigationCSS ul, .HauptnavigationCSS ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.HauptnavigationCSS ul li {
	display: inline;
}

.HauptnavigationCSS ul li a {
	display: block;
	padding: 4px 6px;
	font-size: 85%;
	font-family: arial, sans-serif;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.HauptnavigationCSS ul li a.ausgew {
	background-color: #001a92;
	color: #eee;
}

.HauptnavigationCSS ul li a:hover {
	background-color: #ddd;
	color: #000;
}

.HauptnavigationCSS ul li ul.SubnavigationCSS li a {
	font-size: 80%;
	font-weight: normal;
	padding: 2px 6px;
	padding-left: 20px;
}
.HauptnavigationCSS ul li ul.SubnavigationCSS li a.ausgew {
	background-color: #666;
	color: #fff;
}

.ElternCSS { 
	font: 75% verdana,tahoma,arial,sans-serif;
	margin: 0;
	margin-bottom: 1em;
}

.ElternCSS ul, .ElternCSS ul li {
	margin: 0;
	padding: 0; 
	list-style: none;
}

.ElternCSS ul li {
	display: inline;
}

a.HNav {
	font-size: 110%; font-family: arial; color: black; font-weight: bold;
	text-decoration: none;
}
a.HNav:Hover {
	text-decoration: underline;
	color: #dd0000;
}
a.HNavSel {
	font-size: 110%; font-family: arial; color: #ffffff; font-weight: bold;
	text-decoration: none;
}
a.HNavSel:Hover {
	text-decoration: underline;
	color: #ff6666;
}

.Subnavigation {
	padding: 2px 2px 2px 15px; background-color: #f0f0f0; margin-right: 1px;
	margin-bottom: 1px;
}
.SubnavigationSel {
	padding: 2px 2px 2px 15px; background-color: #777777; margin-right: 1px;
	margin-bottom: 1px; color: #ffffff;
}

a.SNav {
	font-size: 90%; font-family: arial; color: black; 
	text-decoration: none;
}
a.SNav:Hover {
	text-decoration: underline;
	color: #dd0000;
}
a.SNavSel {
	font-size: 90%; font-family: arial; color: #ffffff; 
	text-decoration: none;
}
a.SNavSel:Hover {
	text-decoration: underline;
	color: #ff6666;
}
.Bildtext {
	padding: 4px 4px 4px 30px; background-color: #f0f0f0; font: 70% tahoma,arial;
	line-height: 140%; border-bottom: 1px solid #dd0000;
}

a.n       { color:#333355; text-decoration:none; } 
a.n:hover { color:#ee0000; text-decoration:underline; }
a.m       { color:#333355; text-decoration:underline; } 
a.m:hover { color:#ee0000; text-decoration:underline; }

