/* stylesheet.css Formatierungen */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f9f9f;
}

img{
       border:none;
}

p{
   padding: 7px 0 7px 0;
}

#newsbox-bg ul{
	display:block;
}

#newsbox-bg li{
	display:list-item;
	list-style-position:inside;
}

#navi ul li,
#navi ul li > a,
#navi ul li > a:visited, 
#navi ul li > a:active, 
#navi ul li > a:hover{
	color:#FBFBFB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.news-headline{
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
	padding:5;
	text-transform:none !important;	
}

/*+++++ dropdown navi +++++*/


#navi ul li ul{
	display:none;
	visibility:hidden;

}
			
#navi ul li:hover ul{
	display:block;
	visibility:visible;
}

.submenu{
	float:none;
	position:absolute;
	z-index:90;
	margin-top:16px;
 	background:#dadada;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
}

.menu-item{
	display:list-item;
	float:none;
	height:auto;
	list-style:inside square !important;
	padding: 3px 4px 3px 4px;		
}

.menu-item:hover,
.menu-item:hover > a, 
.menu-item:hover > a:visited, 
.menu-item:hover > a:active, 
.menu-item:hover > a:hover{
	color:#FF0033 !important;
}

.menu-item,
.menu-item > a, 
.menu-item > a:visited, 
.menu-item > a:active{
	color:#060000 !important;
}



#item7{
	margin-left:-15px;
}


/*+++++ dropdown navi ende +++++*/

.sliderimg{
	padding: 18px 5px 0 5px;
        border: none;
}



#footer, #footer > a, 
#footer > a:visited, 
#footer > a:active,  
#footer > a:hover{
	color:#3f3f3f;
	text-decoration:none;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}




table {
    font-size: 12px;
}

h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-size: 10px; 
    color: #9f9f9f;
}

.title {
    font-size: 14px;
    color:#FFFFFF;
    font-weight: 700;
    background-repeat: repeat;
    background-position: left top;
}
/*+++++ Artikelbox start +++++*/

.artikelbox-img{
	width: 348px;
	height: 53px;
	margin: 5px;
	border: none;
}

.artikelbox-text{
	color:#008bf4;
	padding: 7px 0 7px 0;

}

.metadata{
	color:#757575;
	font-size:11px;

}

/*+++++ Artikelbox ende +++++*/

/*+++++ News(start.php) start +++++*/

.news-container{
	width:363px;
	float:left;
	padding-left:25px;
        
}

/*+++++ News(start.php) ende +++++*/
.category_big {  
    font-size: 12px; 
    color: #FFFFFF; 
    font-weight: bold; 
}

.category {  
    font-size: 12px; 
    color: #9f9f9f; 
    font-weight: normal; 
}

.marked {
    background-color: #9f9f9f;
    font-weight: bold;
}

a, a:visited, a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
	font-size:12px;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
	font-size:12px;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.category:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

option, textarea, input, select, file {  
    font-size: 10px; 
    color: #000000; 
    background-color: #FFFFFF; 
    border: 1px solid #333333;
}


.form_off {  
    color: #666666; 
    background-color: #DCDCDC; 
    border: 1px solid #666666;
}

.form_on {  
    color: #000000; 
    background-color: #EEEEEE; 
    border: 1px solid #000000;
}

.form_username {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/username.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_password {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/password.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}