/***********************************************
   Copyright (c) 2014 CD-NET INTERNETSERVICE   *
         Alle Rechte reserviert                *
************************************************/
* {
	margin: 0; 
	padding: 0;
	border: 0;
}


body {	
	text-align:center;
	background-color: #fff;
	line-height: 1.5em;
	font-size: 16px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	color:#666;
		
}


h1 {

	padding-bottom: 8px ;
	font-size:1.5em;
	color:#084;
	line-height:1.3em;
	font-weight:100;
	margin-bottom:22px;

}

h2 {	color:#333;
	font-size:1.1em;
	font-weight:700;
	line-height:1.5em;
	padding:0;margin:0
}


.small  {
	font-size:90%;
	line-height:90%
}
.big  {
	font-size:1.5em;
	line-height:2.2em;
	color:#084;
}

a  {
text-decoration:none;
}

/*  CSS Layout
----------------------------------------------- */

#main {	
	width:100%;
	max-width:1000px;
	margin:0px auto;
	text-align:left;
}


/*=== Navi === */





#main_right #content a{
	padding:1% 2%;
	color:#084;
	text-decoration:underline;
}

#main_right #content a.seclink{
	padding:  4px 0 6px 39px;
	font-size:130%;
	line-height:2em;
	background: url(../img/pfeil.png) 0 0 no-repeat;
	text-decoration:none;
}


#main_right #content a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#084;
}




/* === CLEAR === */
#main p.clear {
	clear:both;
	height:0;
	font-size:0;
	padding:0;
	margin:0;

}

