@CHARSET "UTF-8";

/**
 * Style
 * Used colors: #FFF, #000
 *
 * @author Daniel Schwiperich
 * @copyright cts GmbH http://www.cts-media.eu
 **/
 
/* Section Defaults */
 
* {
	margin: 0px;
	padding: 0px;
}
 
body {
	font-size: 62.5%; /* Results in 10px, so use of em is easier to calculate */
	font-family: Arial, Verdana, sans-serif;
	background: #FFF;
	color: #000;
}

h1 {
	font-size: 1.2em;	
	color: #3c7caf;
}

span.label {
	font-weight: bold;
	color: #3c7caf;	
}

strong, b {
	font-weight: bold;	
}

a {
	text-decoration: underline;	
}

ul {
	list-style: none;	
}

#kontakt {
	padding: 15px;
	border: 1px solid #3c7caf;
	background: #fff;
	font-size: 1.2em;
	position: absolute;
	top: 100px;	
}

#kontakt li {
	margin-top: 10px;	
}

#site {
	width: 600px;
	height: 100px;
	margin: auto;
	margin-top: 50px;	
}

#content-area {
		

}
/* Section Layout */