/***********************************************/
/* hauptsite .css                              */
/* Use for Bielfeldt + Berg Landschaftsplanung */
/*                                             */
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:;
	background-attachment: fixed;
	scrollbar-base-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000099;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

/***********************************************/
/* End HTML tag styles   4A3086                      */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	min-width:805px;
	max-width:805px;
	background-color:#FFFFFF;
	border:2px solid #009900;
	background:transparent;
	margin-left:-402px;
	margin-top:0px;
	width:805px;
	height:580px;
	position:absolute;
	top:20px;
	left:50%;
}

/***********************************************/
/* End Layout Divs                             */
/***********************************************/


/***********************************************/
/* Header tag styles                           */
/***********************************************/

a:{
	text-decoration:none;
}

a:link{
	text-decoration:none;
}

/***********************************************/
/* End Header tag styles                       */
/***********************************************/


/***********************************************/
/* Layout Fonts                                */
/***********************************************/

#hauptnav{
	font-size:12px;
	color:#666666;
	font-weight: bold;
}

#hauptnav a:link{
	font-size:12px;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

#hauptnav a:visited{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}

#hauptnav a:hover{
	font-size:12px;
	color:#4A3086;
	text-decoration:underline;
	font-weight: bold;
}

/***************/
#subnav{
	font-size:10px;
	color:#666666;
	font-weight: bold;
    border:0px solid #FFFFFF; 
}

#subnav a:link{
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:visited{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}

#subnav a:hover{
	color:#4A3086;
	text-decoration:underline;
	font-weight: bold;
}

/***************/
#subject{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: bold;
	font-stretch:normal;
}

/***************/
#headline{
	font-family:Tahoma;
	font-size:14px;
	color:#990000;
	font-weight:bold;
	font-style:normal;
}

/***************/
#copyright{
	font-family:Tahoma;
	font-size:9px;
	color:#333333;
	font-weight:normal;
}

/***************/
#content{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}

#content a:link{
	color:#4A3086;
	font-weight:bold;
}


#contenttitel{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

/***************/
#impressum{
    background-color:;
    border:0px solid #FFFFFF; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:12px;
    color:#333333; 
}

/***************/
#weiterleitung{
	font-size:10px;
	color:#666666;
    border:0px solid #FFFFFF; 
}

#weiterleitung2{
	font-size:11px;
	color:#666666;
}

/***************/
#index{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
}

/***************/
#kontaktformular{ 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF;
    border:1px solid #990000; 
    font-size:12px;
    color:#333333; 
}


/***********************************************/
/* End Layout Fonts                            */
/***********************************************/

