body{
	background: url(img/bg.gif);
	text-align: center;
	font: .69em "Verdana",sans-serif;
	padding: 25px 0;
	margin: 0;
	color: #666;
	line-height: 1.6em;
}


#boxmain{
	margin: 0px auto;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

#einzug{
	margin-left: 5px;
}

#navi{
	padding: 1em 1em;
	}
h1{
	color: #C72100;
	margin: 20px 0px 25px 20px;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 2em;
	font-weight: normal;
	}
h2{
	background: #FF7000;
	color: #FFF;
	padding: 1px .9em;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	display: inline;
}

p{
	margin: 0px 20px 10px 20px;
}

p a{
	color: #C72100;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

a:link, a:visited{
	color: #C72100;
	border-bottom: none;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	border-bottom: none;
	background: none;
	color: #FF7000;
}
li{
	margin: 0px 0px 0px 0px;
}
ul{
	
}
.einzug{
	margin-left: 20px;
}
img {
	border: none;
	margin: 0px;
}

#copy{
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
}

/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
color: #C72100;
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 00px 10px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	width: 75%;
	font-family: "Trebuchet MS", Geneva, sans-serif;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
text-decoration: underline;
	border-bottom: none;
	background: none;
	color: #FF7000;
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
color: #FF7000;
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 0px 10px;
	margin: 0;
	font-weight: bold;
	width: 75%;
	font-family: "Trebuchet MS", Geneva, sans-serif;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: none;
padding: 0px 20px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
TEXT-ALIGN: left;
COLOR: #C72100;
BACKGROUND-COLOR: none;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #FF7000;
BACKGROUND-COLOR: none;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: none;
PADDING: 0px 10px 0px 0px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
TEXT-ALIGN: right;
COLOR: #C72100;
BACKGROUND-COLOR: #FF7000;
}
