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



/* html-tags*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000000;
	background-repeat: repeat-x;
		
}



img {
	border: none;
}
 



/*classes*/

.schrift09em {
	font-size: 0.9em;
	line-height: 1.4em;
}


.title {
	font-size: 120%;
	line-height: 125%;
	font-weight: bold;
}



/*containers*/

#quickcontent_c {
	position: absolute;
	width: 145px;
	height: 590px;
	background-image:url(../images/background/quick_content/background_quick_content_v2.png);
	background-repeat:no-repeat;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	
}

