/* Reset everything
---------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

caption, th {
	text-align: left;
}
/* h1, h2, h3, h4, h5, h6 {	font-size: 100%; }*/

q:before, q:after {
	content: '';
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 2.4em;
	color: #000;
	background: #FFF url(../media/bg-body.png) repeat-x;
}

h1 {
	margin: 0.6em 0;
	font-size: 3.6em;
	color: #F30;
}

h2 {
	margin: 1em 0 0.3em 0;
	font-size: 2.4em;
}

p, address {
	font-size: 1.6em;
}

strong {
	font-weight: bold;
}

a {
	color: #F30;
	font-weight: bold;
}

a:hover {
	color: #333;
}

ul {
	border-top: 1px #EEE solid;	
}

ul li {
	padding: 0.6em 0;
	border-bottom: 1px #EEE solid;
}

ul li a {
	padding: 0 1em 0 1em;
	font-size: 1.6em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(../media/arrow-off.png) center left no-repeat;
}

ul li a:hover {
	color: #F30;
	background: url(../media/arrow-on.png) center left no-repeat;
}

/* Typographie
---------------------------------------*/

#wrapper {
	
}

#content {
	width: 600px;
	margin: 0 auto;
}

#about {
	padding: 0.6em 0;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.6em;
	line-height: 2em;
	color: #333;
}

#kontakt {
	width: 600px;
	float: left;
	padding: 0.6em 0;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;	
}

#footer {
	clear: both;
	padding: 3em 0 0 0;
}

#footer p {
	font-size: 1em;
	text-align: center;
}

#footer a {
	font-weight: normal;
}

address.street {
	width: 280px;
	float: left;
}

address.phone {
	width: 250px;
	float: right;
}

address span {
	float: right;
}

address strong {
	float: left;
}

/* Clearfix (http://www.positioniseverything.net/easyclearing.html)
-------------------------------------------------------------------*/

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
