/*
Theme Name: Center PC Starpage
Theme URI: http://center-pc.de/
Description: Standardskin für <a href="http://center-pc.de/">center-pc.de</a>.
Version: 0.2.4
Author: Simon Wuellhorst
Author URI: http://simon-wuellhorst.de/
Tags: dark style
Text Domain: centerpc
*/


/*
 * Farben:
 * TextBG:#DEDEDE
 * SeitenBG:#000000
*/
*{
	margin:0;
	padding:0;
}
img{
	border:0;
	
}
ul{
	margin:15px;
}
.fList img, .iList img{
/*behavior: url("/wp-content/themes/test/css/iepngfix.htc");*/
}
a{
	text-decoration:none;
	color:#DEDEDE;
}
a:hover{
	text-decoration:underline;
}
/*

*/
body{
	background:#071217;
	background-image:url(img/darkaurora.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:-10px -80px;
	color:#DEDEDE;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.invisible{
	display:none;
}
.visible{
	display:block;
}

div#site{
	width:800px;
	margin:0 auto;
}
div#meta{
	margin:40px 0;
}

div#selector{
	margin:20px;
	margin-top:60px;
	overflow:hidden;
}
div.selcont{
	border:2px solid #414D59;
	background:#2b333b;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding:15px 10px 10px 10px;
	opacity:0.8;
}
/*div.selcont:hover{
	opacity:1;
}*/
div.selcont h2{
	/*text-decoration:underline;*/
	margin-bottom:0.2em;
	font-size:14px;
}
div.selcont p{
	margin-bottom:0.3em;
}
div#mepo{
	width:320px;
	float:left;
	text-align:center;
	
}
div#mepocontent{
	margin-left:40px;
}

div#win7{
	width:320px;
	float:right;
	text-align:center;
	
}
div#win7content{
	margin-right:40px;
}

div#addMCE, div#addMP{
	
	
}
div#yourselect{
	margin-top:100px;
	text-align:center;
}
div#yourselect h2{
	font-size:18px;
}
div#additional{
	margin-top:20px;
	clear:both;
	width:800px;
	
}
div#addcontent{
	margin:0 60px;
	border:2px solid #414D59;
	background:#2b333b;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding:25px 25px 10px 25px;
	opacity:0.8;
}
div#adMP, div#addMCE{
	
	overflow:hidden;
}
div.addText{
	float:left;
	width:300px;
	/*border:1px solid white;*/
	font-size:12px;
}
div.addText a{
	text-decoration:underline;
}
div.addText h3, div.addText p{
	margin-bottom:0.5em;
}
div.addImage{
	float:right;
	width:310px;
}
div#addbutton{
	overflow:hidden;
	clear:both;
}
div#addbtncontent{
	margin-top:2px;
	float:right;
}

div#contact{
	position:fixed;
	left:40px;
	bottom:35px;
	width:200px;

}
div#teaser{
	border:2px solid #414D59;
	background:#2b333b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;

	font-size:11px;
	padding:12px;
}


div#footer{
	position:fixed;
	bottom:0px;
	left:0px;
	height:25px;
	width:100%;
	background:url(img/footer.png);
}
div#footer a{
	text-decoration:underline;
}
div#footercontent{
	border-top:2px solid #414D59;
	padding:4px 0 0 40px;
	font-size:11px;
}

