@CHARSET "UTF-8";

* {
	margin: 				0;
	padding: 				0;
}

p {
	margin-bottom: 			10px;
}

ul {
	list-style-position: 	inside;
}

h1 {
	font-weight: 			bold;
	font-size: 				12px;
	line-height: 			20px;
	color: 					#ffffff;
	margin-bottom: 			20px;
}

h2 {
	font-weight: 			bold;
	font-size: 				9pt;
	line-height: 			20px;
	color: 					#ffffff;
	margin-top: 			10px;
	margin-bottom: 			2px;
}

a {
	color: 					#d6d3e6;
	text-decoration: 		none;
}

a:link {
	color: 					#d6d3e6;
	text-decoration: 		none;
}

a:visited {
	color: 					#d6d3e6;
	text-decoration: 		none;
}

a:focus {
	color: 					#d6d3e6;
	text-decoration: 		none;
}

a:hover {
	color: 					#d6d3e6;
	text-decoration: 		underline;
}

a#aktiv {
	color: 					#d6d3e6;
	text-decoration: 		underline;
}

html,body {
	width: 					100%;
	height: 				100%;

	color: 					#000000;
}

body {
	font: 					italic 12px/ 20px arial, verdana, sans-serif;
}


#box {	
	width:					100%;
	height:					auto;
	margin:					0px auto auto auto;
	}

.navigation {
	display:				none;
	}
	
ul.navigation  {
	display:				none;
	}

ul.navigation li {
	display:				none;
	}

#logo {
	width:					90%;
	margin:					auto auto 100px auto;
	}

#header {
	height:					340px;
	width:					90%;
	margin:					auto auto auto auto;
	}
	
#streifen {
	display:				none;
	}

#header_content {
	width:					90%;
	margin:					auto auto auto auto;
	}

#content {
	color:					#000000;
	width:					90%;
	height:					auto;
	margin:					auto;
	padding:				10px;
}

#kante {
	display:				none;
	}

#kante_content {
	display:				none;
	}
