@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
background-color:#330066;
font-size:1em;

}

a {
border:none;
}
a:link {color:#9900cc}      /* unvisited link */
a:visited {color:#9900cc}  /* visited link */
a:hover {color:#FF00FF}  /* mouse over link */
a:active {color:#7b9d12}  /* selected link */


h3 {
color:#330066;

}

ul, li {
margin: 0;
padding: 0;
list-style-type: none;
display:inline; margin:0 1px;  /*Bullets nebeneinander*/
}


#page_wrapper {

width:865px;
padding:15px;
margin-left: auto;
margin-right: auto;
text-align: left;
//background-color:#ac9dbb;
background-color:#dce6f2;

}


#page {

background-color:white;

}

#header {

width:865px;
height:241px;
background-image: url(img/header_advent.png);
margin-bottom:50px;

}

#label_pixelfreund {
color:#330066;
background-color:#ffffff;
font-size:xx-large;
font-weight:bold;
position: relative; top: 75px; left: 25px;
padding: 7px;
width:700px;

}

#label_about {
color:#330066;
background-color:#ffffff;
font-size:xx-small;
font-weight:bold;
position: relative; top: 5px; left:650px;
width:175px;
clear: left;
padding:7px;



}

#label_sm {
color:#330066;
background-color:#ffffff;
font-size:small;
width:150px;
padding:5px;
margin:5px;
position: relative; top: 0px; left:650px;



}

#content {
	clear: left;
	//width:100%;
	padding-left:25px;
}


#bigbox{
	float: left;
	//background-color: pink;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	//height:200px;
	width: 775px;
	
}

#box {
	float: left;
	//background-color: pink;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	height:215px;
	width: 155px;

	}

}

.datum {
	//background-color:#000000;
	//color:#330066;
	color:#99CC33;
	font-size:1.0em;
	font-weight:bolder;
	margin-bottom:11px;

}


#sm_icons {
	font-size:0.7em;
	margin-bottom:15px;

}
#sm_icons_big {

	font-size:0.92em;
	margin-bottom:15px;
}



.titel {
	font-size:0.9em;
	

}


.subline{
	font-size:0.70em;
}


#footer_wrapper {
	clear: left;

	padding:25px;
}

#footer {
	clear: left;
	//background-color:pink;

}

.copyright_notice {

	font-size:x-small;
}



.demo1 {
	clear: left;
	background-color: pink;}
.demo3 {
	float: left;
	background-color: pink;
	margin-right: 1em;
	width: 10em;
	height: 4em;}


