/* *** reset *** */
* {
    margin: 0;
    padding: 0;
}

body {
	background-color: #ffffff;
/*	background:transparent url(http://seite.com/images/bg.gif) no-repeat scroll center top;  */
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0;
	margin:0;
}
a {color: #DB7093;}

a:link { font-weight:none; color:#808080; text-decoration:none }

a:visited { font-weight:none; color:#808080; text-decoration:none }

a:hover { font-weight:none; color:#0080FF; text-decoration:none }

a:active { font-weight:none; color:#808080; text-decoration:underline }

a:focus { font-weight:none; color:#808080; text-decoration:underline }


p{
/*	line-height: 25px; */
}

h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}


#pop{
	width: 760px;
	height: 332px;
	background-image: url(../images/faq/background_faq_800_432.jpg);
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 0.7em;
}

#popcontent{
/*	background-color: red;  */
	
}

