@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
/* --------------------------------------------------- */
/* Header */
/* --------------------------------------------------- */
#header {
	width: 929px;
	font-size: 80%;
	color: #666;
	text-align: right;
	padding: 0px;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 40px;
	height: 10px;
}
#header a, #header a:visited {
	color: #666;
	text-decoration: none;
}
#header a:hover {
	color: #999;
}
/* --------------------------------------------------- */
/* CSS Document */
/* --------------------------------------------------- */
/*#containerWer {
	padding: 0px;
	margin-top: 70px;
	margin-right: 80px;
	margin-bottom: 80px;
	margin-left: 35px;
	height: 590px;
	width: 916px;
	border: thin dotted #F0F;
	background-attachment: fixed;
	background-image: url(../images/background_wer.jpg);
	background-repeat: no-repeat;
	background-position: 35px 70px;
}
*/
#container01, #container02, #container03, #container04, #container05, #container06 {
	height: 704px;
	width: 1009px;
}
#container01 {
	background-attachment: scroll;
	background-image: url(../images/background_green.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#container02 {
	background-attachment: scroll;
	background-image: url(../images/background_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container03 {
	background-attachment: scroll;
	background-image: url(../images/background_blue.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#container04 {
	background-attachment: scroll;
	background-image: url(../images/background_purple.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#container05 {
	background-attachment: scroll;
	background-image: url(../images/background_orange.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#container06 {
	background-attachment: scroll;
	background-image: url(../images/background_yellow.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#back01, #back02, #back03, #back04, #back05, #back06 {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#back01 {
	background-image: url(../images/background_green_1px.gif);
}
#back02 {
	background-image: url(../images/background_red_1px.gif);
}
#back03 {
	background-image: url(../images/background_blue_1px.gif);
}
#back04 {
	background-image: url(../images/background_purple_1px.gif);
}
#back05 {
	background-image: url(../images/background_orange_1px.gif);
}
#back06 {
	background-image: url(../images/background_yellow_1px.gif);
}


/* --------------------------------------------------- */
/* Navigation */
/* --------------------------------------------------- */
#navigation {
	float: left;
	width: 200px;
	padding-top: 40px;
	margin-top: 110px;
	padding-left: 80px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 110%;
	line-height: 25px;
	font-weight: bold;
}
#navigation li {
	margin: 0px;
	padding: 0px;
}
#navigation li a, #navigation li a:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #666;
}
/*#navigation li a:hover {
	color: #999;
}*/
#navigation li a:hover.home {
	color: #B0CA17;
}
#navigation li a:hover.team {
	color: #F26632;
}
#navigation li a:hover.angebot {
	color: #5488EF;
}
#navigation li a:hover.kunden {
	color: #A179F4;
}
#navigation li a:hover.kontakt {
	color: #F3A018;
}
#navigation li a#active01 {  /* aktuelle Rubrik kennzeichnen */
	color: #B0C817;
}
#navigation li a#active02 {  /* aktuelle Rubrik kennzeichnen */
	color: #F26632;
}
#navigation li a#active03 {  /* aktuelle Rubrik kennzeichnen */
	color: #5488EF;
}
#navigation li a#active04 {  /* aktuelle Rubrik kennzeichnen */
	color: #A179F4;
}
#navigation li a#active05 {  /* aktuelle Rubrik kennzeichnen */
	color: #F3A018;
}
/* --------------------------------------------------- */
/* Content */
/* --------------------------------------------------- */
#content {
	float: right;
	width: 328px;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-top: 112px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h1 {
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.color01 {
	color: #99AE14;
}
.color02 {
	color: #DE5B31;
}
.color03 {
	color: #4D78CE;
}
.color04 {
	color: #8E6CD5;
}
.color05 {
	color: #D98B16;
}
.color06 {
	color: #D6A039;
}
#content h2 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 7px;
}
#content p {
	font-size: 100%;
	line-height: 140%;
}
#content strong {
	color: #333;
}
#content ul {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#content li {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#content img {
	margin-right: 5px;
}

#content .team {
	float: right;
	width: 185px;
}
#content .team ul {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
#content .team li {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}



/* --------------------------------------------------- */
/* Team */
/* --------------------------------------------------- */
#team {
	padding: 0px;
	margin: 0px;
}
.teammember {
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	color: #333;
}
#team h2 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #333;
}
.teamcontent {
	margin: 0px;
	/*	height: 200px; */
	font-size: 100%;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
img.portrait {
	margin: 0px;
	padding-right: 20px;
}

/* --------------------------------------------------- */
/* Footer */
/* --------------------------------------------------- */
#footer {
	width: 969px;
	font-size: 80%;
	color: #CCC;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
}
#footer a, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}

