* CSS Document */

/********************************************
   AUTHOR:  			Florian Mewes 

   WEBSITE:   			http://www.werbe-rusch.de

	DATE:          		May-2009          	

 *******************************************/


/********************************************

   HTML ELEMENTS

********************************************/
* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.0em;
	}

body {
	margin:0;
	background:#335a99 url(../pix/bg.gif) repeat-x;
	}

h1, h2, h3 {
	font-family:Georgia, serif;
	font-weight:normal;
	margin: 0 10px 20px 60px;
	color:#000;
	}

h1 {
	font-size:150%;
	/*border-bottom: 1px solid #dadada;*/
	padding:10px 0 10px 0;
	}

h2 {
	font-size:120%;
	}

h3 {
	font-size:100%;
	}

p {
	padding: 0 10px 30px 60px;
	color:#000;
	width:60%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	}

/********************************************

   LAYOUT

********************************************/ 

#wrap {
	width:960px;
	margin:0 auto;
	}
#header {
	width:100%;
	height:245px;
	background:url(../pix/header_bg.jpg) no-repeat;
	}
#navi {
	width:100%;
	height:65px;
	}
#navi ul {
	margin:0;
	padding:20px 0 0 40px;
	
	}
#navi ul li {
	list-style:none;
	display:inline;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	padding:0 20px 0 20px;
	}
#navi ul li a {
	color:#fff;
	text-decoration:none;
	}
#navi ul li a:hover {
	color:#fff;
	text-decoration:underline;
	}
#main {
	width:100%;
	height:100%;
	background:#fff;
	}
#main table {
	margin:0;
	padding: 0 10px 30px 60px;
	color:#000;
	width:60%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	}




