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

img {
border: 0px;
}

a {
color: #666666;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

body {
	background-color: #EEEEEE;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	width: 750px;
	min-height: 650px;

	margin: auto;
	text-align: left;
}

#header {
	height: 170px;
}

#teaser {
	height: 120px;
}

#title {
	height: 30px;
}
#title .title {
	padding-left: 10px;
	float: left;
	clear: none;
}
#title .adresse {
	font-size: 10px;
	float: right;
	clear: none;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 8px;
}

#title .adresse a {
	color: #FFFFFF;
	text-decoration: none;
}

#toolbar {
	height: 19px;
	background-color: #DCDCDC;
	padding:3px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	color:#666666;
}
#toolbar A {
	text-decoration:none;
}

/* CONTENT START */

#content {
	min-height: 480px;
	float: left;
	background: url(/css/images/bg.gif) top left repeat-y;
	border-right: 1px solid #CDCDCD;
}

#content .content_header {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-weight: bold;
}

#content .content_block {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 6px;
}

/* MENU */

#div_menu {
	float: left;
	width: 159px;
	min-height: 400px;
	padding-bottom:20px;
}

#menu {
	float: left;
	width: 159px;
	min-height: 400px;
}

ul {
	padding-top: 15px;
	width: 139px;
	margin-left 5px;
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}

/* #E1E1E2 */
ul a{
	text-decoration:none;
	color:black;
}
ul li {
	list-style-type:none;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-left: 12px;
	background-image: URL("/css/images/arrow_menu.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	border-bottom: dotted 1px #E1E1E2;
}

ul li:hover {
	list-style-type:none;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0px;
	border-bottom: dotted 1px #E1E1E2;
}

ul li.active {
	list-style-type:none;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0px;
	border-bottom: dotted 1px #E1E1E2;
	font-weight: bold;
}

ul li.level2 {
	list-style-type:none;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-left: 12px;
	background-image: URL("/css/images/none.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	border: none;
}

ul li.level2active {
	font-weight: bold;
	border: none;
	list-style-type:none;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-left: 12px;
	background-image: none;
}

#headline {
	float: left;
	width: 590px;
	height: 35px;
	
	background: url(/css/images/headline_bg.gif);
	background-color: #FFFFFF;
}

#headline .headline {
	padding-top: 10px;
	padding-left: 15px;
	
	font-size: 14px;
	font-weight: bold;
	
}

#main {
	margin-left: 0px;
	float: left;
	width: 390px;
	padding-top:10px;
	padding-bottom: 15px;
	line-height: 18px;
}

/* MARGIN */

#margin {
	float: left;
	width: 190px;
	margin-right:0px;
	padding-right:0px;
	overflow:hidden;
	padding-top:10px;
	line-height: 18px;
}

#margin .content_header {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: bold;
}

#margin .margin {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top:10px;
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
}

#bottom {
	border-top: 1px solid #CDCDCD;
	float: left;
	width: 750px;
	text-align: right;
	font-size: 10px;
	padding-bottom: 28px;
	padding-top: 3px;
}

#bottom a {
	text-decoration: none;
}
