/*
Pawlita.de v2 - CSS File
*/

body, form, img{
	border:0px;
	margin:0px;
	padding:0px;
	font: 11px tahoma, verdana, arial sans-serif;
}
body	{
	background-image:url("images/bg.gif");
	background-color:#E0DEDA;
	margin:20px 0px;
	text-align:center;
}


#container{width:730px;margin:auto;text-align:left;}


#header{
	background-image: url("images/header_bg.jpg");	
	background-position: top left;
	background-color: #FFFFFF;
	height:62px;
	width:730px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
}


#header #logo{
	background-image: url("images/logo.gif");
	width:290px;
	height:80px;
	overflow:hidden;
	position: absolute;
	top:-22px;
	left: 7px;
}
#logo h2 a{
	height:50px;
	width: 250px;
	position: relative;
	top:12px;
	display: none;
}

#Spende{
	position: absolute;
	right: 210px;
	top: 15px;
	height: 21px;
	color:#685F36;
	font-size: 10px;
}
#PayPal{
	position: absolute;
	right: 80px;
	top: 10px;
	width: 80px;
	height: 31px;
}


#menu{
	position: absolute;
	top:50px;
	right:3px;
	z-index: 100;
}
#menu ul{margin:0px;padding:0px;}
#menu ul li{
	list-style: none;
	padding:0px;
	margin:0px 10px;
	display:inline;
}
#menu a{
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover{text-decoration:underline}
#menu li.active a{color: #000000;}

#sprache {
	position: absolute;
	right: -12px;
	top: 100px;
	width: 11px;
	height: 46px;
	z-index: 100;
}
#sprache img{ margin-bottom: 5px; }

#content{
	width:100%;
	background-color:#FFFFFF;
	font-size:11px;
	padding-top:20px;
	overflow:hidden;
}


#page a{color:#3366CC;text-decoration:none;font-weight:bold;}
#page a:hover{text-decoration:underline;}
#page{margin:15px}
#page p{margin:10px 0px;}
#page h1{font-size: 22px;margin:10px 0px}
#page h2{font-size: 18px;margin:10px 0px}
#page h3{font-size: 16px;margin:10px 0px}
#page h4{font-size: 12px;margin:10px 0px}


#vote img{
	padding: 10px;
}

#news{
	width:400px;
	overflow:hidden;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding:5px 0px 5px 0px;
}
#news li{margin:5px 0px;}

.stats{
	background-color:#CCCCCC;
	width:200px;
	overflow:hidden;
	text-align:left;	
	border:1px dotted #000000;
	padding:5px 5px 5px 5px;
}
.stats p{margin:5px 0px;}

#code{
	width:685px;
	background-color:#EEEEEE;
	text-align:left;	
	border:1px dotted #000000;
	padding:5px 5px 5px 5px;
	overflow:auto;
}



#script{
	border-top:1px dotted #000000;
	padding:20px 0px 20px 0px;
}
#script img{float:left; margin-right:10px;}



#kontakt input{border:1px dotted #000000; width:400px;}
#kontakt select{border:1px dotted #000000; width:400px;}
#kontakt textarea{border:1px dotted #000000; width:400px;}

#FAQ ul{margin:0px;padding:0px;}
#FAQ ul li{
	list-style: none;
	padding:0px;
	margin:0px 10px;
}
#FAQ .unsichtbar ul {
	DISPLAY: none;
	list-style-type: none;
}
#FAQ .sichtbar ul {
	DISPLAY:block;
	list-style-type: none;
	margin-bottom:10px;
}



#footer{
	background-image: url("images/footer_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width:730px;
	height:10px;
	text-align:center;
	position: relative;
	top:0px;
	left:0px;
}

#quicklink, #quicklink a{
	color:#685F36;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	text-align:center;
	margin:auto;
	width:400px;
	margin-top:20px;
}
#quicklink a{ margin:0px 5px; }

#copyright, #copyright a{
	color:#685F36;
	font-size: 10px;
	text-align:center;
	margin:auto;
	width:200px;
	padding-top:5px;
	margin-top:5px;
}
