/* ************** Allgemeines ***************** */
body { margin: 0px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; background:#ccc; }
td  { font-size: 12px; font-size: 13px;}
h1  { color: #990000; font-size: 14px; font-weight: bold; }
h2  { color: #990000; font-size: 12px; font-weight: bold; }
h3  { color: #990000; font-size: 10px; font-weight: bold; }
img { border: none; float: left; vertical-align: middle;}

a:link { color: black; text-decoration: underline; }
a:active   { color: black; text-decoration: underline; }
a:visited   { color: #666666; text-decoration: underline; }
a:hover   { color: white; text-decoration: underline; }

/* ************** Top-Navigation ***************** */

a.top_nav { margin: 0px; padding: 9px 15px 9px 15px; font-size: 11px; color: #000; font-weight: bold; text-decoration: none; border:solid 1px #666; background:#fff;}
a.top_nav:link { text-decoration: none; color: #000; }
a.top_nav:active { text-decoration: none; color: #000; }
a.top_nav:visited { text-decoration: none; color: #000; }
a.top_nav:hover { text-decoration: none; color: #fff; background:#800000; }
a.top_nav_sel { margin: 0px; padding: 9px 15px 9px 15px; font-size: 11px; color: #fff; font-weight: bold; text-decoration: none; border-left:solid 1px #ddd; background:#800000;}
a.top_nav_sel:link { text-decoration: none; color: #fff; }
a.top_nav_sel:active { text-decoration: none; color: #fff; }
a.top_nav_sel:visited { text-decoration: none; color: #fff; }
a.top_nav_sel:hover { text-decoration: none; color: #fff; }

/* ************** Sub-Navigation (Menuebaum) ***************** */

img.menu_bullet { padding-top: 3px; width: 11px; height: 11px; }

a.menu_level_1     { font-size:11 px; color: #000000; font-weight: bold; line-height: 130%; text-decoration: none; }
a.menu_level_1:hover   { color: white; }
a.menu_level_1_sel  { font-size:11 px; color: #99000; font-weight: bold; line-height: 130%; text-decoration: none; }
a.menu_level_1_sel:active  { color: #990000; }
a.menu_level_1_sel:visited { color: #990000; }
a.menu_level_1_sel:hover   { color: #990000; }

a.menu_level_2      { font-size:11 px; color: #000000; font-weight: normal; line-height: 130%; text-decoration: none; }
a.menu_level_2:hover   { color: #990000; }
a.menu_level_2_sel  { font-size:10 px; color: #990000; font-weight: normal; line-height: 130%; text-decoration: none; }
a.menu_level_2_sel:active  { color: #990000; }
a.menu_level_2_sel:visited { color: #990000; }
a.menu_level_2_sel:hover   { color: #990000; }

a.menu_level_3      { font-size:11 px; color: #000000; font-weight: normal; line-height: 130%; text-decoration: none; }
a.menu_level_3:hover   { color: #990000; }
a.menu_level_3_sel  { font-size:11 px; color: #990000; font-weight: normal; line-height: 130%; text-decoration: none; }
a.menu_level_3_sel:active  { color: #990000; }
a.menu_level_3_sel:visited { color: #990000; }
a.menu_level_3_sel:hover   { color: #990000; }

/* ********************** WEITERE KLASSEN ********************** */
.contentwin { margin: 10px; }
.small { font-size: 9px; }
.small_caption { font-size: 9px; font-weight: bold; }
.size9 { font-size: 9px; }

.imgstyle {border:solid 1px #eee;}

.submitstyle { 
	background-color: #666; 
	color: #fff; 
	font-size: 11px; 
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: center; 
	padding: 0px 3px 0px 3px;
	border: solid 1px #333333;
}

.inputstyle { 
	background-color: #fff; 
	color: black; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: left; 
	padding: 1px 0 1px 3px;
	margin: 1px;
	border: solid 1px #999; 
}
