@import "crossnav.css";
@import "list.css";
@import "objektDetail.css";
@import "orteDetail.css";
@import "footerNavi.css";
@import "primaerNavi.css";
@import "sekundaerNavi.css";
@import "formular.css";
@import "angebote.css";
@import "sitemap.css";


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.166;	
	margin: 0em;
	padding: 0em;
	font-size: 100%;
	width: 61em;
	text-align:justify;
	line-height: 1em;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
 font-size: 140%;
 font-variant: small-caps;
 color: #334d55;
 margin-top:0em;
 margin-bottom: 1em;
 padding: 0em;
}

h2{
 font-size: 110%;
 font-variant: small-caps;
 color: #334d55;
 margin-top: 0.8em;
 margin-bottom: 0.8em;
 padding: 0em;
}

h3{
 font-size: 100%;
 font-variant: small-caps;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-variant: small-caps;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-bottom: 1px solid #666666;
}

#header_top{
	background-image: url(../images/layout/header_top.jpg);
	background-position:right;
	background-repeat: repeat-x;
	border-right: 1px solid #666666;
	height:30px;
}

#header_middle{
	background-image:url(../images/layout/header_middle.jpg);
	background-position:right;
	background-repeat: repeat-x;
	height:100px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

#content{
	font-size: 0.77em;
	float: left;
  	width: 49em;
	padding: 0.8em 0em 0.8em 0.8em;
}
