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

a {
   color: #00F;
}
a:hover {
	#06c;	
}

textarea, input, select {
	font-family:Lucida Sans Unicode, Verdana;
	font-size:10pt;
}

.menu_1 {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:22px;
	z-index:21;
	
	background-image:url(../bar/menu_bg.jpg);
	
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-bottom:18px;
	padding-top:-1px;	
}

.menu_2 {
	position:absolute;
	top:5px;
	right:10px;
	
	text-align:right;
	vertical-align:middle;
}

.menu_2 td {
	vertical-align:middle;
}
.menu_2 table {
	border-spacing:0px;
}

.suchfeld_div {
	position:absolute;
	top:50%;
	right:10px;
	height:20px;
	
	margin-top:-10px;
	
	text-align:right;
	vertical-align:middle;
}

.inhalt_div {
	position:relative;
	top:0px;
	left:0px;
	width:949px;
	
	background-color:#FFF;
}

.inhalt_div div {
	position:relative;
}

.inhalt_div_innen {
	top:0px; 
	left:0px; 
	width:100%;
	padding-bottom:40px;
}

/* Text-Formatierungen */

.obenwhite {
	color:#FFF;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

a.obenwhite {
	color:#FFF;
	text-decoration:none;
}
a.obenwhite:hover {
	text-decoration:underline;
}

input.suchfeld {
    border:1px solid #999999;
    float:left;
	font-family: Lucida Sans Unicode, Verdana;
	font-size:10pt;
    margin-right:6px;
    padding:3px 3px 3px 6px;
    width:200px;
}

.news_ueberschrift {
	font-size:14pt;
	font-weight: bold;
	color:#900;	
	
	margin-bottom:-10px;
	margin-top:10px;
}
.news_ueberschrift a {
	color:#900;	
	text-decoration: none;
}
.news_ueberschrift a:hover {
	text-decoration:underline;
	color:#900;
}

.news_unterschrift {
	font-size:8pt;	
	margin-bottom:10px;
	color:#666;
}
.news_unterschrift a {
	color:#666;	
}


.news_frame {
	position:relatve;
	top:0px;
	margin-bottom:10px;
	width:100%;
	
	font-family: Lucida Sans Unicode, Verdana;
	font-size:10pt;
	
	padding-bottom:15px;
	padding-left:3px;
	padding-right:3px;
	border-bottom:3px solid #CCC;	
}
.news_frame span a:hover {
	color:#06C;
}

.box {
	font-family: Lucida Sans Unicode, Verdana;
	font-size:10pt;
	
	border:3px solid #CCC;
	padding:5px;
}
.box a:hover {
	color:#06C;
}

.box_ueberschrift {
	font-size:11pt;
	font-weight: bold;
	font-variant:small-caps;
	text-align: justify;
	
	margin-bottom:5px;
	margin-top:0px;
	margin-left:5px;
	text-decoration:underline;
}
.box_ueberschrift a {
	color:#000;	
}
.box_ueberschrift a:hover {
	color:#00F;
}

.wenig {
	font-family: Lucida Sans Unicode, Verdana;
	font-size:10pt;
}

.seiten_ueberschrift {
	font-size:14pt;
	font-weight: bold;
	color:#900;	
	margin-top:10px;
	margin-bottom:18px;
}

.bild_nummer {
	color:#999;
	font-size:70pt; 
	font-family: Lucida Sans Unicode, Verdana;
	font-weight: bold; 
	text-align: center; 
	letter-spacing: 17px; 
}
.bild_nummer a { 
	color: #efefef; 
	font-size: 70pt; 
	font-family: Lucida Sans Unicode, Verdana; 
	font-weight: bold;
	text-align: center; 
	letter-spacing: 17px;
}

.img_padding {
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
}

.letzte_zeile {
	position:absolute;
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	z-index:1;
	text-align:center;
}

.letzte_zeile span { 
	color: #a7a7a7; 
	font-size: 8pt; 
	font-family: Lucida Sans Unicode, Verdana;
}
.letzte_zeile span a {
	color: #a7a7a7; 
}