/* tags */

html, body {
	background-color: #333333;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}


/* divs */
#page {
	margin-left: 40px;
	margin-top: 40px;
}

#header {
	height: 130px;
	width: 100%;
}

#navigation {
	float: left;
	font-size: 0.7em;
	width: 200px;
	padding-top: 50px;
}
.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
}


#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	padding-top: 10px;
}

#navigation a:link, a:visited {
	color:#FFCC33;
	text-decoration: none;
}

#contentbg {
	float: left;
	width: 702px;
	height: 516px;
	left: 100px;
	background-repeat: no-repeat;
}
#content {
	position: relative;
	left: 280px;
	top: 50px;
	width: 400px;
	font-size: 0.7em;
}
#content a:link, a:visited {
	color:#FFCC33;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li {
	padding-top: 5px;
}
legend {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
fieldset {
	border: 1px dotted #999999;
}


#contentbg_service {
	float: left;
	width: 702px;
	height: 516px;
	left: 100px;
	background-image: url(../pict/services_layer.gif);
	background-repeat: no-repeat;
}
#contentbg_portraet {
	float: left;
	width: 702px;
	height: 516px;
	left: 100px;
	background-image: url(../pict/portraet_layer.gif);
	background-repeat: no-repeat;
}
#contentbg_projekte {
	float: left;
	width: 702px;
	height: 516px;
	left: 100px;
	background-image: url(../pict/referenzen_layer.gif);
	background-repeat: no-repeat;
}
#index {
	color:#FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
}


#index a:link, a:visited {
	color:#FFCC33;
	text-decoration: none;
}
#footer  a:link, a:visited {
	color:#FFCC33;
	text-decoration: none;
}
#contentbg_kontakt {
	float: left;
	width: 702px;
	height: 516px;
	left: 100px;
	background-image: url(../pict/kontakt_layer.gif);
	background-repeat: no-repeat;
}
#content_referenzen {
	position: relative;
	left: 280px;
	top: 50px;
	width: 800px;
	font-size: 0.7em;
}
