/* Zero default margin & padding around common elements */

body {
	background: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	color: #000;
} 

body, dd, dl, dt, embed, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, object, ol, p, ul {
	margin: 0;
	padding: 0;
}

/* The wrapper is the container that holds all the other page elements and allows the page to be centered */

#wrapper {
	width: 900px; 
	margin: auto;
	padding-top: 10px;
} 

/* pageheader - background image used to hide the h1 text and the tag line */

#pageheader {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#pageheader h1 {
	position: relative;
	width: 900px;
	height: 130px;
	overflow: hidden;
	font-size: 175%;
}

#pageheader h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url("images/headerimage.jpg") no-repeat;
}

#banner {
	height: 130px;
}

#banner p { /* Move the tagline up to hide it behind the h1 background image */
	position: relative;
	top: -40px;
	z-index: -1;
}

/* Horizontal navigation - breadcrumbs and quick links */

#hnav {
	width: 900px;
	font-size: 69%;
	color: #555555;
}

#hnav h2 {
	display: none;
}

#breadcrumbs {
	position: relative;
	width:400px;
	float: left;
}

#breadcrumbs ul {
	list-style-type: none;
}
	
#breadcrumbs p {
	float: left;
	padding-right: 10px;
	line-height: 2.5;
}

#breadcrumbs li {
	float: left;
	background-image: url("images/gt.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	line-height: 2.5; 
}

#breadcrumbs a { 
	text-decoration: none;
	color: #555555;
}

#breadcrumbs #last { 
	font-weight: bold;
	background-image: none;
}

#breadcrumbs a:hover { 
	text-decoration: underline;
	color: #555555;
}

#quicklinks {
	float: right;
}

#quicklinks ul {
	list-style-type: none;
}

#quicklinks li{
	float: left;
	width: auto;
	line-height: 2.5;
	padding-left: 10px;
}

#quicklinks a { 
	text-decoration: none;
	color: #555555;
}

#quicklinks a:hover { 
	text-decoration: underline;
	color: #555555;
}

/* Three column page layout */

#main1 {
	margin: 0;
	width: 900px;  
}

#left { /* site navigation column */
	float: left;
	/*width: 200px;*/
	margin: 0; 
	padding: 0;
	font-size: 90%;
}

#left h2 {
	display: none;
}

#left ul { 
	/*width: 200px;*/
	background: #FFF; 
	list-style-type: none;
	margin-top: 60px;
	
}

#left a { 
	display: block;
	color: #2A4D93;
	font-weight: bold;
	text-decoration: none;
	padding: 0 25px;
	line-height: 2.0;
	background-image:url("images/bullet_off.gif");
	background-repeat:no-repeat;
	background-position:3% 50%;
}

#body_home #nav_home a, #body_digi #nav_digi a,
#body_proj #nav_proj a, #body_netz #nav_netz a, 
#body_tech #nav_tech a, #body_team #nav_team a,
#body_arch #nav_arch a, #body_smap #nav_smap a, 
#body_news #nav_news a { 
	background: #FFF;
	color: #2A4D93;
	background-image:url("images/bullet_on.gif");
	background-repeat:no-repeat;
	background-position:3% 50%;
}

#left #nav_smap a{ 
}

#left a:hover { 
	color: #2A4D93; 
	text-decoration: underline; 
	background: #FFF;
	background-image:url("images/bullet_on.gif");
	background-repeat:no-repeat;
	background-position:3% 50%;
}

#right {  
	float: right;
	width: 200px;
	font-size: 75%;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	color: #000000;
}

#right h2 {
	font-size: 101.1%;
	font-weight: bold;
	color: #2A4D93;
}

#right h3 {
	font-size: 101.1%;
	font-weight: bold;
	color: #2A4D93;
	padding: 10px 0 10px 0;
	text-align: center;
}

#right p {
	margin-bottom: 5px;
}

#right .mehr {
	background-image: url("images/arrow_grey.gif");
	background-repeat: no-repeat;
	background-position: 0% 55%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	clear: right;
}

#right .mehr:hover {
	background-image: url("images/arrow_blue.gif");
}

#right a { 
	text-decoration: none;
	color: #2A4D93;
}

#right a:hover { 
	text-decoration: underline;
	color: #2A4D93;
}

#right img {
	margin:  0 0 20px 0; 
}

#right .imgcontainer {
    float: right;
	padding-top: 50px;
	width: 200px;
}

#right .imgelement {
    float: right;
	padding-bottom: 40px;
}

#right .imgelement2 {
    float: right;
	padding-bottom: 25px;
}

#right .imgname {
	padding-top: 20px;
	color: #666666;
}

#right .player {
	padding-top: 20px;
}

#middle {
	margin: 0 240px 0 105px;
	font-size: 86%;
	line-height: 1.6;
	padding: 60px 10px 0 60px;
	color: #000000;
}

#middle h2 {
	Font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 8px;
	color: #2A4D93;
}

#middle h3 {
	font-size: 101%;
	font-weight: bold;
	color: #2A4D93;
	margin: 20px 0 5px; 
}

#middle p {
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 1em;
	line-height: 1.6;
}

#middle ul {
	padding-bottom: 10px;
	list-style-type: none;
	margin-left: 15px;
}

#middle li {
	background-image:url(images/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0% 55%;
	padding: 0;
	margin: 0;
	padding-left: 12px;	
}

#middle li:hover {
	background-image:url(images/arrow_blue.gif);
}
	
#middle a {
	text-decoration: none;
	color: #2A4D93;
}

#middle a:hover {
	text-decoration: underline;
	color: #2A4D93;
}
#middle .container {
    float:left;
	margin: 20px 0px 0px 0;
	width: 490px;
}

#middle .imgelement {
    float: right;
	margin: 0 10px 0px 0;
}

#middle img {
	margin: 5px 0px 0px 0;
}

#middle .project {
    padding-bottom: 5px;
	border-bottom: 1px dotted #464646;
}

#middle .mehr {
	background-image: url("images/arrow_grey.gif");
	background-repeat: no-repeat;
	background-position: 0% 55%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 20px;
}

#middle .mehr:hover {
	background-image: url("images/arrow_blue.gif");
}

#middle .linklist {
    padding-top: 20px;
	padding-bottom: 20px;
}

#middle .linkout {
	background-image: url("images/link_out.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	padding-right: 14px;
	margin-bottom: 0px;
}

#middle address {
	font-style: normal;
	line-height: normal;
	margin-bottom: 20px; 
	font-size: 100%; 
}

#middle .player {
	border-width:thin;
	border-color:#000;
	border-style:solid;
	padding: 1px;
	position:relative;
	margin-top: 20px;
	width:239px;
	left:50%;
	margin-left:-110px;
	text-align: center;

}

/* The following styling is used for forms */

#middle fieldset {
	border: 1px solid #2A4D93;
	width: 360px;
	height: 420px;
	padding: 10px 10px 20px 10px;
}

#middle legend {
	font-size: 101.1%;
	font-weight: bold;
	color: #2A4D93;
	background: #ffffff;
	border: 1px solid #2A4D93;
	padding: 2px 12px 6px;
} 

#middle label{
	float: left;
	width: 80px;
	font-weight: bold;
	margin-top: 20px; 
}

#middle #lname{
display: none
}

#middle input {
	width: 180px; 
	margin-top: 20px;
	margin-right: 80px;
	border: 1px solid #999999;
}

#middle textarea{
	width: 260px;
	height: 150px;
	margin: 20px 0 20px;
	border: 1px solid #999999;
}

#middle #submit {
	margin-left: 80px;
	width: auto;
}

/* End of columns - page footer */	

#footer {
	margin: 0;
	height: 80px;
	width: 900px;
	color: #2A4D93;
	font-size: 60%;
	overflow: hidden;
	clear: both;
}

#footer h2 {
	display: none;
}

#copywrite {
	width: 210px;
	position: relative;
	float: left;
	padding: 60px 0 10px 0;
}

#footnav {
	position: relative;
	float: right;
	padding: 60px 0 10px 0px;
}

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

#footnav li{
	float: left;
	width:55px;
	text-align: right;
}

#footnav #anfang a {
	background-image:  url("images/top.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}

#footnav #drucken a{
	background-image: url("images/print.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}

#footnav a { 
	text-decoration: none;
	color: #2A4D93; 
}

#footnav a:hover { 
	text-decoration: underline;
	color: #2A4D93;
}

			

