 
@import url(http://fonts.googleapis.com/css?family=Iceberg);

html{
	background-color : #333;
}


body{
	background-color : #dcdcdc;
	font-family : Iceberg;
	font-size : 100.1%;
	width : 60em;
	border-radius : 6px;
	-moz-border-radius :  6px;
	-webkit-border-radius :  6px;
	text-align: justify; 
	margin : 1em auto;
	
	
}

img{
	-moz-border-radius : 0.5em;
	-webkit-border-radius : 0.5em;
	border-radius : 0.5em;
	border : 3px solid;
	border-color : #ffffff;
}

header#kopf, 
nav#navigation, 
article#artikel, 
footer#fuss {
	border : 1px none #000;
}

header#kopf span#name{
	vertical-align : 88%;
	color : #eee;
	text-shadow : 1px 1px 1px #000000;
}


nav#navigation{
	text-align : center;
	color : #f00;
	padding : 15px;
	border-bottom : 1px solid #000000;
}

	a.navAnker{
		text-decoration : none;
		color : #000;
		cursor : pointer;		/*pointer | crosshair */
		margin-left : 25px;
		border : 2px outset #ccc;
		border-radius : 6px;
		padding : 4px;
		width : 100px;
	}
	
	a.aktiv{
		color : #708090;
		border : 2px inset #ccc;
		background-color : #eee;
	}
	
	a.navAnker:hover{ 
		 
		background-color : #666;
		color : #eee;
	}

article#artikel{
	min-height : 600px;
	padding : 2em;
}


footer#fuss{
	text-align : center;
	font-size : 80%;
	border-top : 1px solid #000000;
	
}
