/* --------------------------------------------------
CSS Document For CV @ CV/AE
-------------------------------------------------- */

	body { 
		margin: 0;
		padding: 0;
		background-color: #41403E;
		background-position: top;
		font-family : Arial; 
		font-weight : normal;
		font-size : 11px;
		color : #e3e4e4;
		}


		
/* Links und ?berschriften */
		
		h1 {
			color: #e3e4e4;
			font-size: 13px;
			font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			background-color: transparent;
		}

		h2 {
			color: #e3e4e4;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: transparent;
		}

		h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #e3e4e4;
			margin-bottom: 30px;
			background-color: transparent;
		}
		
		h4 {
			color: #e3e4e4;
			font-size: 9px;
			font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			background-color: transparent;
		}
		
		
		a {
			color:#e3e4e4;
			text-decoration: none;
			background-color: transparent;
		}

		a:hover {
			color:#ff7300;
			background-color: transparent;
		}

		a:visited {
			color:#e3e4e4;
			background-color: transparent;
		}
		
		
/* LOGO */

		#container {
			padding-top: 10px;
			padding-left: 10px;
			margin-right: -100px;
			clear: both;
			margin-bottom: 10px;
			color: #ff7300;
		}
		



/* NAVIGATION ELEMENTS */
	
		 body {
		 color: #ff7300;
		 margin-left: 5px;
		 }
		 
		 #navigation ul {
			margin-left: 0px;
			padding-left:10px;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;			
			float: left;
			line-height: 2.0;
			width: 160px;
		}

		 #navigation li {
			margin-right: 0px;
			padding-left: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;			
			float: left;
			width: 160px;
		}

		#navigation a {
			padding: 0px;
			width: 160px;
			color:#e3e4e4;
		}

		#navigation a:link {
			color:#e3e4e4;
			text-decoration: none;
		}
		
		#navigation a:hover {
			color:#ff7300;
		}
		
		
/* CONTENT ELEMENTS */

		#content {
			width: 520px;
			margin-left: 230px;
			margin-top: -8px;
			color:#e3e4e4;
			line-height: 1.7;
		}

		#text {
			width: 454px;
			margin-left: 253px;
			margin-top: 0px;
			color:#e3e4e4;
			line-height: 1.7;
		}
			

/* Ballack */
