/* Standard css für Architekturbüro Brenncke */



/* Links ROT darstellen */

A:link    { color: #FFFFFF; text-decoration: none; }
A:hover   { color: #990000; text-decoration: none; }
A:active  { color: #990000; text-decoration: none; }
A:visited { color: #333333; text-decoration: none; }



/* Scrollbar gestaltet*/

body 	{
	overflow: auto; 
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #989B9F;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #CDCED2;
	scrollbar-face-color: #CDCED2;
	scrollbar-highlight-color: #CDCED2;
	scrollbar-shadow-color: #CDCED2;
	scrollbar-track-color: White;
		}

/* Container*/

.container {
	position: absolute;
	width: 900px;
	height: 508px;
	margin-left: 40px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 0 px;
	border: 1px;
	border-style: solid;
	border-color: #999999;
}

/* Texte gestaltet*/

h1	{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
h4	{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
h2	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-weight: normal;
	}
	
h3	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	}
	
p	{
	font-size: 14px;
	}

a	{
	color: #000000;
	}

/* 1.Navigation*/

.navarea {
	width: 900px;
	border-color: #999999;
	border-bottom: 1px;
	border-bottom-style: solid;
	height: 49px;
	background-color: #CCCCCC;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-left: 0 px;
	margin-top: 0px;
}

.container1 {
	width: 900px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-color: #999999;
	
}

.navright {
	width: 110px;
	height: 38px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.navleft {
	width: 900px;
	height: 35px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	right: auto;
	text-align: right;
}

.Adresse {
	width: 320px;
	height: 40px;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	right: auto;
	text-align: justify;
}

/* CONTENT AREA */

.contentArea {
	width: 900px;
	margin-right: auto;
	height: 408px;
	overflow: hidden;
	border-color: #CCCCCC;
}


.contentArea .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.contentleft {
	width: 335px;
	height: 368px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contentright {
	float: right;
	width: 530px;
	height: 320px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.contentrighttext {
	float: left;
	width: 500px;
	height: 370px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #000000;
	}

.righttext {
	float: left;
	width: 147px;
	text-align: right;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
		}
		
.lefttext {
	float: left;
	width: 168px;
	padding-left: 43px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-weight: normal;
		}

.lefttext1 {
	float: left;
	width: 450px;
	padding-left: 42px;
	height: 320px;
	vertical-align: text-bottom;
	line-height: 18px;
	padding-top: 15px;
		}

/* FOOTER AREA */
.containerbottom {
	width: 900px;
	height: 49px;
	overflow: hidden;
	border-top: 1px;
	border-top-style: solid;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-color: #999999;
}


A:link    { color: #CC0000; text-decoration: none; }
A:hover   { color: #990000; text-decoration: none; }
A:active  { color: #990000; text-decoration: none; }
A:visited { color: #CC0000; text-decoration: none; }
