/*  body und schrift definitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
	background-image: url(bilder/bg_rot_schwarz.gif);
	background-repeat:repeat;
}

/* for iePC */
td {
font-size: 12px;
line-height: 16px;
font-family: Verdana, Helvetica, Arial, Sans-Serif; 
}

a { 
color: #666666;
background-color:transparent;
text-decoration: underline; 
}
a:hover {
	color: #ff0000;
	background-color:transparent;
}

/* for iePC */
.text {
font-size: 12px;
line-height: 16px;
font-family: Verdana, Helvetica, Arial, Sans-Serif; 
}


/* Logo */
#logo {
top: 4px;
left: 16px;
position: absolute;
margin: 0px;
padding: 0px;
width: 194px;
height: 135px;
float:left;
}

/*logo*/
 #logoprint{
margin:0px;
padding:0px;
display: none;
}


/*navi*/
 #navcontainer{
top: 139px; 
left: 16px; 
position: absolute; 
margin: 0px;
padding: 0px;
width: 200px;
float:left;
background-color: transparent;
}
/*
#navcontainer img{
padding: 0px;
margin: 55px 0px 28px 0px;
}
*/

#navi
{
border-top: 2px solid #ffffff;
margin: 0;
padding: 0;
width: 200px;
margin: 0px 0px 0px 0px;
}
#navi ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-transform:uppercase; 
}

#navi a
{
display: block;
color: #ffffff;
background-color: #666666;
padding: 20px 0px 20px 30px;
text-decoration: none;
width: 164px;
border-bottom: 2px solid #ffffff;
font-weight: bold;
}


#navi a:hover
{
background-color: #000000;
color: #ffffff;
border-bottom: 2px solid #ffffff;
}

.navipassiv {
background-color: #ff0000;
color: #ffffff;
border-bottom: 2px solid #ffffff;
padding: 20px 0px 20px 30px;
font-weight: bold;
}

/*Navigation Startseite*/
#navistartcontainer
{
margin: 0;
padding: 0;
width: 100px;
margin: 0px 0px 0px 0px; 
left: 812px;
top: 139px; 
position: absolute; 
float:left;
}

#navistart
{
padding: 0;
width: 100px;
margin: 0px 0px 0px 0px;
}

#navistart ul li
{
margin: 0px;
padding: 10px 0px 10px 0px;
list-style-type: none;
text-transform:uppercase; 
}

#navistart ul li a{

float: left;
margin: 0px 0px 0px 0px;
padding: 0px 51px 0px 0px;
text-decoration: none;
color: #000000;
}

#navistart ul li a:hover
{
color: #ffffff;
}

/*Inhalt*/
#contentrahmen {
top: 139px; 
left: 210px; 
position: absolute; 
padding: 0px;
margin: 0px;
width: 630px;
background-color: #ffffff;
/*
border: 1px solid #ff9900;
*/
}

#banner {
padding: 0px 20px 0px 20px;
margin: 0px;
width: 590px;
/*
border-bottom: 1px solid #ffffff;
*/
}

#text  { 
padding: 0px 20px 20px 20px;
margin: 0px 0px 0px 0px;
line-height: 18px;
}

#text h1  { 
font-size: 14px;
margin: 0px; 
padding: 0px 0px  5px  0px;
color: #ff0000;
}

#text h2  { 
font-size: 13px;
margin: 0px; 
padding: 0px 0px  5px  0px;
}

#text ul
{
margin: 0px 0px 0px 10px;
padding: 0px 20px 10px 5px;
line-height: 18px;
}

#text ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 5px;
	list-style-image: url(bilder/square.gif);
	line-height: 18px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #666666;
}

/*content ohne Unternavi*/
#text1  { 
padding: 20px 20px 20px 20px;
margin: 0px 0px 0px 0px;
line-height: 18px;
}

#text1 h1  { 
font-size: 16px;
margin: 0px; 
padding: 0px 0px  5px  0px;
color: #ff0000;
}

#text1 h2  { 
font-size: 13px;
margin: 0px; 
padding: 0px 0px  5px  0px;
}

#text1 ul
{
margin: 0px 0px 0px 10px;
padding: 0px 20px 10px 5px;
line-height: 18px;
}

#text1 ul li
{
margin: 0px 0px 0px 0px;
padding: 0px 20px 10px 5px;
list-style-image: url(bilder/square.gif);
line-height: 18px;
}

/*Navigation unten*/

#naviunter
{
margin: 0px 0px 0px -20px;
padding: 0px 0px 15px 0px;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
float: left;
width: 700px;
}

#naviunter li
{
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}

#naviunter a{

margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 0px;
text-decoration: none;
color: #000000;
}

#naviunter li a:hover
{
color: #666666;
}
 
#kaestchen {
	background-color:#FFFF7A; padding:15px;
}

#kaestchen h2 {font-size:16px;}

#kaestchen a.button{
	background-color: #cc0000;
	border: 1px solid #660000;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

#kaestchen a.button:hover{color:#000;}


.rot { 
color: #ff0000;
font-weight: bold;
}


.schwarz { 
color: #000000;
font-weight: bold;
}

.orange { 
color: #ff9900;
font-weight: bold;
}

.gelb {
	color: #FFCC00;
	font-weight: bold;
}

.braun { 
color: #996600;
font-weight: bold;
}

.violett { 
color: #9933cc;
font-weight: bold;
}

.blau {
	color: #0099FF;
	font-weight: bold;
}
	
.gruen {
	color: #00CC33;
	font-weight: bold;
}
	
.lift { 
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
color: #000000;
}


.i { 
color: #ff0000;
font-size: 16px;
font-weight: bold;
}


/*Fusszeile*/
#footer {
margin: 0px;
padding: 5px 0px 5px 20px;
font-size: 11px; 
color: #ffffff; 
background-color: #000000;
text-decoration: none;
}

#footer a { 
color: #ff0000;
background-color:transparent;
text-decoration: underline; 
}
#footer a:hover {color: #666666; background-color:transparent;}


/*adresse nur fuer print*/

#footerprint
{
display: none;
}
