/* 	
*	css-file mundbrod.de
*	Nicolas Mundbrod, 14.04.2011
*/

/* main styles */

body{
	margin: 0;
	padding: 0;
	background: #fefefe;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

/* special ones */

#container{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	position: absolute;
	top: 20px;
	left: 50px;
}
#text{
	padding: 0;
	margin: 0;
	padding-left: 80px;
	padding-top: 10px;
}
#logo{
	margin-top: 40px;
	width: 450px;
	height: 91px;
	border: 0px;
}
