/* DATEI: styles.css */



	/* allgemein */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, html {
	height: 100%;
	min-height: 100%;
}

body {
	background: #f3edd9 url(/img/bg.gif) repeat-y center;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	text-align: center;
}

div {
	text-align: left;
	background: transparent;
}



	/* layout */


div#container {
	margin: 0px auto;
	width: 753px;
}

div#header {
	background: url(/img/header.jpg) no-repeat;
	width: 753px;
	height: 168px;
}

div#menu {
	width: 180px;
	float: left;
	margin: 25px 0 0 0;
}

div#content {
	width: 508px;
	margin: 30px 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px #5d69b4 solid;
	float: left;
	font-size: 12px;
	line-height: 16px;
}



	/* images */






	/* menu */


div#menu ul {
	margin: 0 0 10px 30px;
}

div#menu ul li {
	margin: 0 0 4px 0;
	color: #0b0b58;
	font-size: 14px;
	line-height: 14px;
}

div#menu ul li a, div#menu ul li a:visited {
	font-size: 12px;
	line-height: 12px;
	color: #0b0b58;
	text-decoration: none;
	border: 0px;
}

div#menu ul li a:hover, div#menu ul li.sub_active, div#menu ul li.sub_active a {
	color: #5d69b4;
}

div#menu ul li.main, div#menu ul li.main_active {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 5px 0 3px 0;
	font-size: 14px;
}

div#menu ul li.sub, div#menu ul li.sub_active {
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 4px 20px;
}




	/* typo */


p, b, i, span, td, small {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #222;
	margin: 0px;
	padding: 0px;
}

div#header p {
	font-size: 14px;
	text-align: right;
	color: #fff;
	padding: 146px 25px 0 0;
}


span.download {
	color: #fff;
	background: #c35c00;
}




	/* titel */
	

h1, h2, h3, h4, h5 {
	letter-spacing: 1px;
}
	
h1 { 
	font-size: 14px; 
	line-height: 14px; 
	color: #c35c00;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
	
h2 { 
	font-size: 11px;
	color: #222;
	font-style: italic;
	background-color: #ccc;
}
	
h3 { 
	font-size: 13px;
	color: #222;
	background-color: #ccc;
}




	/* links */
	
	
a:link, a:visited {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #c35c00;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted #c35c00;
	padding: 0px;
	margin: 0px;
}

a:hover, a:active {
	text-decoration: none;
	color: #222;
}