

@media screen
{
body{
margin:0;
padding:0;
}


/* Grundlegende Eigenschaften Layoutboxen */

#topsection{
background: #ffffff;
height: 200px; /*Height of top section*/
}
#trail{
background: #ffffff;
height: 20px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin: 40px 240px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}



#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
margin-left: -100%;
background: #FFFFFF;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
margin-top: 40px;
background: #FFFFFF;
height: 600px;	


}




#footer{
clear: left;
width: 100%;
background: white;
color: #c0c0c0;
text-align: center;
padding: 4px 0;
}


/* Layoutboxen zur verkleinerung der rechten spalte*/
#contentlastcolumn{
margin: 40px 0px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#lastcolumn{
float: left;
width: 0px; /*Width of left column*/
margin-left: -100%;
background: #FFFFFF;
}



/* Formate für trail*/

#trail {font-size: 10px; 
color: #666666; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}

#trail a {font-size: 1em; 
color: #666666; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;

}

#trail a:hover {font-size: 1em; 
color: #000000; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;

}



/* Formate für contentcolumn*/

#contentcolumn {
font-size: 0.8em; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentcolumn h1{
font-size: 1.1em; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentcolumn li{
font-size: 0.9em; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentcolumn a{
font-size: 1em; 
color: #384660; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}
#contentcolumn a:hover{
font-size: 1em; 
color: #FF0000; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}

.text {
	font-size: 0.8em; color: #333333; font-family: Arial, Helvetica, sans-serif; line-height: 150%
}

/* Formate für contentlastcolumn*/

#contentlastcolumn {
font-size: 0.8em; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentlastcolumn h1{
font-size: 1.1em; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentlastcolumn li{
font-size: 0.9em; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 150%
}

#contentlastcolumn a{
font-size: 1em; 
color: #384660; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}
#contentlastcolumn a:hover{
font-size: 1em; 
color: #FF0000; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}


.bilds {
	font-size: 0.7em; 
	color: #000000; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: center;
}
.bilds a{
	font-size: 1em; 
	color: #384660; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: center;
}
/* Formate für rightcolumn*/

#rightcolumn p{
font-size: 0.7em; 
color: #808080; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 130%
}

#rightcolumn h1{
font-size: 0.8em; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 130%
}
#rightcolumn a{
font-size: 1em; 
color: #384660; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: none;
}
#rightcolumn a:hover{
font-size: 1em; 
color: #FF0000; 
font-family: verdana, sans-serif; 
line-height: 150%;
text-decoration: underline;
}


/* Formate für fussbereich */

#footer a{
font-family: verdana, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #808080;
}
#footer a:hover { color: #930000; } 


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
/* Formate für hauptnavi kopf */
#navi {font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
#navi a{font-size: 1em; 
	color: #000000; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
#navi a:hover {font-size: 1.2em; }
}

#navi1 {font-size: 14px; 
	color: #000000; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
#navi1 a{font-size: 1.0em; 
	color: #000000; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
#navi1 a:hover {font-size: 1.0em; }


@media print
{
#noprint, #footer, #topsection, #leftcolumn
{display:none;}
}