/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color:#FFFFFF;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 900px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#contentbox {
	background-color:#3c93e0;
	margin: 0 auto;
	text-align: left;
	border:ridge;
	border-color:#666666;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: left;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image Index: */
	background-image: url(../images/index2.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding: 1em;
}
#innerpage_projects{
	/* Background image Projekte: */
	background-image: url(../images/projects2.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 300px;
}

#innerpage_aboutus{
	/* Background image ueber uns: */
	background-repeat: no-repeat;
	padding: 1em;
	height: 300px;
}

#innerpage_contact{
	/* Background image Kontakt: */
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 300px;
}



/*
 Styles that apply to the 
 content area:
*/

#content {
	opacity: 1;
	float: right;
	width: 18em;
	height: 23em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	padding: 1em;
}

#content p {
	font-size: 0.9em;
	color:#FFFFFF;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color:#FFFFFF;
}

#content h3 {
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color:#FFFFFF;
}

#content_team {
	opacity: 1;
	float: right;
	width: 18em;
	height: 17em;
	padding-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	margin-right: 2em;
}

#content_team p {
	font-size: 0.9em;
	color:#FFFFFF;
}

/* heading */
#content_team h1 {
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color:#FFFFFF;
}

#content_team h3 {
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color:#FFFFFF;
}





/* link colors */
#content a:link, #content a:visited {
	color:#000000;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#FF0000;
}

#content_team a:link, #content_team a:visited {
	color:#000000;
	text-decoration:none;
}

#content_team a:hover, #content_team a:active {
	color:#FF0000;
}
