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



/* html und body definition ------------------------------------------------ ----- html und body definition */
html, body, body * {
	margin:0;
	padding:0;
	outline:none;
}

body, html, body * {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#000000;
}
body{
	background-color: #FFFFFF;
	font-size: 10px;
}

address {
	font-size: 9px;
	font-style:normal;
	margin-left: 150px; 
}

/* weitere tag definition */
a {
	text-decoration: none;
}

a:hover {
	color:#A2A250;
}
p {
	font-size:11px;
	padding-bottom:20px;
}
h1 {
	font-size:16px;
	margin-top:18px;
	margin-bottom:6px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:11px;
}

/* allgemeine classen --------------------allgemeine classen ---------------------- allgemeine classen*/
.clear {
	clear:both;
}

/* Main Container  ------------------------------ Main Container ---------------------------------- Main Container */
div#main-container {
	width:980px;
	height:680px;
	margin: 20px auto 0;
}	


/* Header  ------------------------------ Header ---------------------------------- Header*/
	


h1#logo {
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position: 0 0;
	width: 171px;
	height: 29px;
	margin-left:150px;
	margin-top:30px;
}
	
h1#logo span {
	display: none;
}

h1#logo a {
	display: block;
	width: 171px;
	height: 29px;
	outline: none;
}	
		
	

/* navigation ---------------------------- navigation ------------------------------- navigation */

div#navigation {
	margin-left:150px;
	margin-top:40px;
}

div#navigation ul li {
	font-size: 16px;
	list-style:none;
	display:inline;
	padding: 3px;
}

div#navigation ul li a {
	color:#000000;
}

div#navigation ul li a:hover {
	color:#A2A250;
}

/* Content -------------------------------Content------------------------------------- Content */

div.content {
	width:450px;
	margin-top: 30px;
	margin-left:150px;
}
