IMG { 
	border:none; 
}

A {
	color:#005098;}

A.menu2-but, DIV.menu2-but, A.menu2-but-sel {
	display:block; 
	background-image:url(images/menu2-but-bg.jpg); 
	width:215px;  
	font-family:verdana; 
	font-size: 10px; 
	color:#333333;
	text-decoration:none;
	padding:10px 0 10px 10px; 
	background-repeat:no-repeat;
}
DIV.menu2-but {
	background-image:url(images/menu2-bg.jpg); 
	background-repeat:repeat-y;
} 

A.menu2-but-sel {
	font-weight:bold;
	color:#005098;
}

A.menu2-but:hover, A.menu2-but-sel:hover {
	background-image:url(images/menu2-but-pressed-bg.jpg);
}

A.menu1-but {
	display:block; 
	background-image:url(images/menu1-but-bg.gif); 
	width:220px;  
	height:24px;
	font-family:verdana; 
	font-size: 10px; 
	color:#dddddd;
	text-decoration:none;
	background-repeat:no-repeat;
}

A.menu1-but:hover {
	background-image:url(images/menu1-but-bg.png);
}

DIV.menu1-but {
 padding:5px 0 0 70px;
}

BODY {
	background-image:url(images/bg-main.jpg); 
	text-align:center; 
	background-repeat:repeat-x; 
	margin:0; 
	padding:0; 
	background-color:#e0e0e0;
	font-family: arial, verdana; 
	font-size:12px; 
	color:#000000; 
	font-weight:normal;
	line-height: 1.5em;}
	
P, TD {
	font-family: arial, verdana; 
	font-size:12px; 
	color:#000000; 
	font-weight:normal;
	line-height: 1.5em;}
	
	
A.titel, DIV.titel, SPAN.titel {	
	font-family: arial, verdana; 
	font-size:14px; 
	color:#000000; 
	font-weight:bold;}
	
A.titel:hover {		
	font-weight:bold; 
	color:#777777;}
	
SPAN.text-std, A.text-std, .news-kurztext, .news-langtext {
	font-family: arial, verdana; 
	font-size:12px; 
	color:#000000; 
	font-weight:normal;
	line-height: 1.5em;}

.news-titel {	
	font-family: arial, verdana; 
	font-size:14px; 
	color:#000000; 
	font-weight:bold;
	text-decoration:none;}	

.news-untertitel {	
	font-family: arial, verdana; 
	font-size:12px; 
	color:#333333; 
	font-weight:bold;
	text-decoration:none;}	
	
.news-datum, .news-mehr {
	font-family: arial, verdana; 
	font-size:9px; 
	color:#333333; 
	font-weight:normal;
	line-height: 1.5em;}	
	
	
	
	
	
	
	
	
/*------ FORMS ----------------------------------------------- */
INPUT[type=text], INPUT[type=password] {
	background-color:#ffffff;
	border:solid 1px #999999;
	height:20px;
	font-size:12px;
	color:#000000;
}

INPUT.textlong { width:650px; }
INPUT.textmid { width:250px; }
INPUT.textshort { width:70px; }

INPUT[type=checkbox] {
	height:12px;
	padding:0px;
	margin:0px;
}

SELECT {
	background-color:#ffffff;
	border:solid 1px #999999;
	height:21px;
	font-size:12px;
	color:#000000;
	width:250px;
}

TEXTAREA {
	background-color:#ffffff;
	border:solid 1px #999999;
	font-size:12px;
	color:#000000;
}

.fieldtitle { 
	color:#333333;
	text-transform:uppercase;
	font-size:10px;
	padding:4px 0 0 0;
}

.reddot { 
	color:red;
	font-size:10px;
	font-weight:bold;
	line-height:8px;
}







/*------ BUTTONS ----------------------------------------------- */
DIV.but300red, DIV.but300gray {
	width:300px;
	height:28px;
	display:block;
	background-position: 0 0;
	background-repeat:no-repeat;
	text-align:center;}
DIV.but300red {	
	background-image:url(images/but300red-blank.gif); }
DIV.but300gray {	
	background-image:url(images/but300gray-blank.gif); }
	

DIV.but160red, DIV.but160gray {
	width:160px;
	height:28px;
	display:block;
	background-position: 0 0;
	background-repeat:no-repeat;
	text-align:center;}
DIV.but160red {	
	background-image:url(images/but160red-blank.gif); }
DIV.but160gray {	
	background-image:url(images/but160gray-blank.gif); }
DIV.but160red:hover, DIV.but160gray:hover, DIV.but300red:hover, DIV.but300gray:hover  {
	cursor:pointer; 
	background-position: 0 -28px;}
SPAN.but160red, SPAN.but300red {
	display:block;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0 0 0; }
	
SPAN.but160gray, SPAN.but300gray{
	display:block;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding: 5px 0 0 0; }		
	
	
	

