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

/*****************
Debugging 
*****************/
/*div { border: 1px red dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	color: #000;
	background: #fff;
} 

/*****************
Start
*****************/
#start {
	margin: 6em auto 0;
	text-align: center;
}

/*****************
Struktur
*****************/
#wrapall {
	width: 100%;
}

#wrap {
	width: 960px;
}

#left {
	clear: both;
	float: left;
	width: 25.3em;
	padding-left: 3em;
	padding-top: 6em;
}
	#logo {}
	
	#sub {
		background: url(images/cox_nav.jpg) left top no-repeat;
		width: 114px;
		height: 251px;
		padding: 115px 20px 30px 120px;
		text-align: center;
	}
	#static {
		color: #f85e08;
		margin-left: 115px;
		margin-top: 5px;
		text-align: center;
	}
	
#main {
	float: left;
	width: 57em;
	margin-bottom: 2em;
	margin-left: 4em;
	padding-top: 12.5em;
}

	#nav {
		color: #f85e08;
		height: 2em;
		padding-bottom: 2em;
	}
	
	#fn {
		float: left;
		width: 57em;
		height: 1.6em;
		border-top: 1px dotted #f85e08;
		padding-top: 5px;
	}
	
		#clickpath {
			float: left;
		}
	
		#print {
			float: right;
		}
	
	#content {
		clear: both;
		width: 57em;
		padding: 3em 0 0;
		margin-bottom: 1em;
	}
	
#clear { clear: both; }
