/* CSS Document */

/* ###############################################################################################
   SAMETLICHE UEBRIGE DEFINITIONEN
	 ############################################################################################### */

body{
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}

p{
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	^/*margin: 0px;*/
}

/********************************************
 FORMULAR FELDER
 *******************************************/

form{
	margin: 0px;
}

input.box{
	width: 300px;
	height: 14px;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	border: 1px solid;
	border-color: #B2B2B2;
}

textarea.box{
	width: 300px;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	border: 1px solid;
	border-color: #B2B2B2;
}

/********************************************
 UEBERSCHRIFTEN
 *******************************************/
 
h3, h6{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h2, h5{
	/*color: #A06408;*/
	color: #7F4D00;
	font-size: 16px;
	font-weight: bold;
}



/********************************************
 LINKS
 *******************************************/
 
a:link{
	/*font-weight: bold;*/
	text-decoration: underline;
	/*color: #A06408;*/
	color: #7F4D00;
}

a:visited{
	/*font-weight: bold;*/
	text-decoration: underline;
	/*color: #A06408;*/
	color: #7F4D00;
}

a:hover{
	/*font-weight: bold;*/
	text-decoration: underline;
	/*color: #A06408;*/
	color: #7F4D00;
}

/*************/
a.nav:link{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.nav:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.nav:hover{
	font-weight: bold;
	text-decoration: none;
	/*color: #A06408;*/
	color: #7F4D00;
}

a.nav_sel:link{
	font-weight: bold;
	text-decoration: none;
	/*color: A06408;*/
	color: #7F4D00;
}

a.nav_sel:visited{
	font-weight: bold;
	text-decoration: none;
	/*color: #A06408;*/
	color: #7F4D00;
}

a.nav_sel:hover{
	font-weight: bold;
	text-decoration: none;
	/*color: #A06408;*/
	color: #7F4D00;
}
/*************/

a.copyright:link{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

a.copyright:visited{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

a.copyright:hover{
	font-weight: bold;
	text-decoration: none;
	/*color: #A06408;*/
	color: #7F4D00;
}