

/*alle abstände nullen*/

		

* {
padding: 0;
margin: 0;
}

/*Links normal*/

		
A:link {
text-decoration: none;
color: #000000;
padding-left: 16px;
}

A:visited {
text-decoration: none;
color: #000000;
}

A:active {
text-decoration: none;
color: #000000;
}

A:hover {
text-decoration: none;
color:#009933;
}

/*Links für Listenelemente*/

.box li {
list-style-type:none;
padding: 5px 0px 5px 0px;
}

.box a {
background-image:url(pics/li.png);
background-position:center left; 
background-repeat:no-repeat;
color:#666664;
padding: 5px 3px 5px 30px;
margin-left: 20px;
}

.box a:hover {
background-image:url(pics/li_1.png);
color:ED8021;
} 


/*Links für Navigation*/

.aktionen {
font-family: Arial;
font-size: 18px;
text-align:left;
font-weight:bold;
color:#FF0000
}

.navheader a {
display: block;
background-image:url(gfx/header_0.jpg);
background-position:center left; 
background-repeat:no-repeat;
color: #000000;
padding: 3px 0px 3px 0px;
font-size: 14px;
font-weight:bold;
}

.navheader a:hover {
background-image:url(gfx/header_0.jpg);
color: #000000;
}

.navigation a {
display: block;
background-image:url(gfx/button_0.jpg);
background-position:center left; 
background-repeat:no-repeat;
color: #000000;
padding: 3px 0px 3px 0px;
font-size: 12px;
}

.navigation a:hover {
background-image:url(gfx/button_1.jpg);
color: #000000;
}

.navigation ul {
list-style-type:none;
}

.navheader ul {
list-style-type:none;
}

/*nomale Boxen*/

.text {
font-family: Arial;
font-size: 12px;
padding-right: 40px;
text-align: left;
}

.unterpunkt {
font-family: Arial;
font-size: 12px;
background-color: #D7D7D5;
padding-top: 1px;
padding-bottom: 2px;
}

.unterpunkt ul {
list-style-type:none;
}

/*.unterpunkt a {
color: #FFFFFF;
font-size: 12px;
} */

.unterpunkt a:hover {
color:#FFFFFF;
font-size: 10px;
} 

.unterpunkt a {
color:#FFFFFF;
font-size: 10px;
} 

.infotext {
width: 625px;
font-family: Arial;
font-size: 12px;
text-align:left;
color:#000000;
padding-left: 17px;
}

.imgthumbs {
font-family: Arial;
font-size: 12px;
text-align:left;
color:#666666;
padding-left: 17px;
}

.classheader {
font-family: Arial;
font-size: 16px;
text-align:left;
font-weight:bold;
padding: 0px 0px 10px 17px;
}

.next {
text-align:right;
margin-right: 30px;
}

.last {
text-align:left;
margin-left: 18px;
margin-bottom: 15px;
}

.topnav {
color:#FFFFFF;
padding-left: 750px;
padding-top: 140px;
letter-spacing: 1px;
}

.topnav a:link {
color:#FFFFFF;
letter-spacing: 1px;

} 

.topnav a:visited {
color:#FFFFFF;
letter-spacing: 1px;

} 

.box h1  {
font-size: 12px;
color: #FFFFFF;
background-color:#838383;
padding: 3px;
letter-spacing: .5px;
text-align:left;
}

.bottomtext  {
font-size: 10px;
color: #000000;
padding-right: 15px;
}

.text a:hover {
color:#990000;
} 

.bottomtext a:hover {
color:#990000;
} 

.invis  {
height: 1px;
width: 1px;
font-size: 1px;
color: #FFFFFF;
cursor: default;
}


/*sonstige CSS*/

body {
font-size: 11px;
font-family: Arial;
text-align: center;
/*overflow: hidden;*/
/*background-image: url(gfx/site_back.gif); 
background-repeat:repeat-x;
*/
}

#buffer_left  {
width: 19px;
height: 1200px;
background-image: url(gfx/side_buffer.jpg);
background-repeat:repeat-y;
float:left;
}

#buffer_right  {
width: 19px;
height: 1200px;
background-image: url(gfx/side_buffer.jpg);
background-repeat:repeat-y;
float:right;
}

#index  {
width: 941px;
height: 760px;
background-color:#CCCCCC;
margin: 0 auto 0px auto;
}

#top  {
width: 941px;
height: 160px;
background-image: url(gfx/top_back.jpg);
background-repeat:no-repeat;
}

#bottom  {
width: 941px;
height: 600px;
background-color:#FFFFFF;
/*background-image: url(gfx/top_oben_back.gif); 
*/
}

#bottom_left  {
background-color:#FFFFFF;
width: 189px;
height: 1040px;
float: left;
background-image: url(gfx/bottom_left_back.jpg);
background-repeat:repeat-y;
}

#bottom_right  {
width: 714px;
background-color:#FFFFFF;
text-align: left;
float: right;
/*background-image: url(gfx/top_unten_back.gif); 
*/
}

#bottom_right_header  {
background-color:#FFFFFF;
width: 714px;
height: 180px;
text-align:center;
}

#bottom_right_main {
background-color:#FFFFFF;
width: 714px;
height: 260px;
}

#bottom_right_footer {
background-color:#FFFFFF;
width: 714px;
height: 160px;
}

