* {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

body {
	background-color: #eff0f2;
	color:#000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 69%;
	line-height:135%;
	text-align: center;	
}


#wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 955px;
	margin-top: 15px;
	background-color: #fff;
}

html>body #wrapper {
  	width: 955px;
} 

#pagebody	{
	background-color:#fff;
	width: 955px;
	height: 117px;
	text-align: center;
	margin: 0;
	padding:0;
}
	
#logo	{
	float: left;
	margin:0px;
	width:640px;
	border-right: 2px solid #eff0f2;

}

#logo img {
	width: 640px;
	height: 117px;
	border: 0px;
}

#name	{	
	position: absolute;
	top: 50px;
	left: 620px;
	width:263px;

	line-height: 170%;	
}

#name h1 {
	text-align:right;
	font-size:1.0em;
	color: #ee7f00;
}

#contact_address {
	float: left;
	text-align: right;
	width: 955px;
	background-color: #fff;
	border-top: 6px solid #eff0f2;
	border-bottom: 2px solid #eff0f2;
}

#contact_address p {
	padding: 5px 25px 5px 0px;
	text-align: right;
	font-size: 1.0em;
	color: #3f3f3f;
}	

/* disable the borders on any links that contain images */
a img { border:0px; }


a , #contact_address p a {
	color: #004a8d;
	font-weight: bold;
	text-decoration: none;
}

a.download {
  display: block;
	color: #004a8d;
	background: url('icon_download.gif') left no-repeat;
  padding-left: 15px;
}

a.external-link {
  display: block;
	color: #004a8d;
  background: url('icon_externer_link.gif') 1px 1px no-repeat;
  padding-left: 15px;
}

a:hover, #contact_address p a:hover {
	color: #3f3f3f;
}

#contentcontainer	{
	clear: both;
	width: 955px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#menuleft {
	float: left;
	width:270px;
	padding-left: 30px;
	padding-top: 40px;
}

#menuleft ul {
	list-style: none;
	font-size: 1.0em;
	font-weight: bold;	
	line-height: 90%;
	hheight: 250px;
}

#menuleft li {
	padding: 10px 0px 0px 20px;
}

#menuleft ul li a {
	color: #004a8d;
	text-decoration: none;
}

#menuleft ul li a:hover,
#menuleft ul li a:focus,
#menuleft ul li a:active,
#menuleft ul li.active {
	color: #ee7f00;
}

#content {
	float: left;
    width: 385px;
	line-height: 170%;
	border-left: 2px solid #eff0f2;
	padding-left: 8px;

	/*position: absolute;
	background-color: #fff;
	text-align: left;

	left:250px;
	top:250px;
	padding-right: 250px;
	
	color: #000;
	padding-bottom: 50px;
	*/
	padding-bottom: 50px;
}

#content h1 {
	color: #ee7f00;
	font-size: 150%;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 170%;
}

#content h2 {
	color: #ee7f00;
	font-size: 130%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 170%;
}

#content .copygreen {
	color: #ee7f00;
}

#content ul {
	font-size: 1.0em;	
}

#content li {
	margin-left: 20px;
	font-size: 1.0em;	
	padding-top:15px;
}


#contentsubpages {
	float: left;
    width: 465px;
	line-height: 170%;



	/*position: absolute;
	background-color: #fff;
	text-align: left;

	left:250px;
	top:250px;
	padding-right: 250px;

	color: #000;
	padding-bottom: 50px;
	*/
	padding-bottom: 50px;
}

#contentsubpages h1 {
	color: #ee7f00;
	font-size: 150%;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 170%;
}

#contentsubpages ol {
	font-size: 1.0em;	
}

#contentsubpages li {
	margin-left: 25px;
	font-size: 1.0em;	
}

#contentgraphic {
	float: left;
    width: 650px;
	line-height: 170%;



	/*position: absolute;
	background-color: #fff;
	text-align: left;

	left:250px;
	top:250px;
	padding-right: 250px;

	color: #000;
	padding-bottom: 50px;
	*/
	padding-bottom: 50px;
}

#contentgraphic h1 {
	color: #ee7f00;
	font-size: 150%;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 170%;
}

table {
	border:0px;
	cellcpacing: 0px;
	cellpadding: 0px;
	width: 600px;
}


#footer {
	clear: both;
	height: 25px;
	border-top: 2px solid #eff0f2;
}

/* Teamseite */



#teamseite div.teamleft {
	float: left;
	margin-top: 10px;
}

#teamseite div.teamright {
	float: right;
	margin-top: 10px;
}

#teamseite div.teamclear {
	clear: both;
}

#teamseite div.csc-textpic-text {
	padding: 10px 0 10px 0;
}

#teamseite {
        margin: 20px 0 0 0;
}


