/**
 
  Sabrina Deckert


*/


html, a, b, u, i,center, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

#symbol {
	position:absolute;
	top: -160px;
	width:250px;
	height: 140px;
	background: url(symbol.png) no-repeat;
}

html {
	overflow-y: scroll;
}

body {
	background: #006bb6; 
	color:#fff; 
	font: 14px 'Droid Sans' serif; 
	line-height: 2;
}



#box {
	position: relative;
	padding:20px;
	margin: 300px auto;
	width: 65%;
	max-width: 700px;
	height:auto;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
}



#box h1{
	font: 200% 'Bree Serif', serif;
	color:#006bb6;
	text-shadow: 1px 1px 0px #3e3e3e;
	-webkit-text-shadow: 1px 1px 0px #3e3e3e;
	-moz-text-shadow: 1px 1px 0px #3e3e3e;
	-o-text-shadow: 1px 1px 0px #3e3e3e;

}

#box p{
	font: 14px 'Droid Sans', sans-serif;
	color:#000;
}

#foto {
	background: url(deckert.jpg);
	width:150px;
	height:200px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	float:left;
	margin-right: 10px;
	margin-bottom: 50px;
}

#kontakt {
	font: 90% 'Droid Sans', sans-serif;
	text-align:center;
	color:black;
}

#kontakt a{
	text-decoration: none;
	color:black;
}

#kontakt span{
	margin-top: 10px;
	font: 120% 'Droid Sans', sans-serif;
	display: block;
	text-align:center;
	font-weight: bold;
	color:#006bb6;
}

.clearfix:after {
	content:".";
	clear:both;
	display: block;
	height: 0;
	visibility: hidden;
}