/* Start of CMSMS style sheet 'dietrich' */
/* Generelle Settings
====================================================================== */

* {
	padding: 0;
	margin: 0;
}

img {border:0}
:link,:visited { text-decoration: none; }


ul,ol { list-style:none; }

ul,li,body,html { margin: 0; padding: 0; }

a img,:link img,:visited img { border: none;	color:#000; }

a { outline: none;
	color:#000;}

body {
	background-color:#000;
	color:#fff;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	background-image: url(uploads/images/body_bg.jpg);
	background-repeat: repeat-x;
}

/* Layout
====================================================================== */

#header {
	padding-top: 150px;
	overflow: hidden;
	font-size:14px;
	position:relative;
} 


#hauptteil {
	margin-top: 50px;
}

#haupttext {
}




/* Inhalte
====================================================================== */
#header h1 {
	font-size: 14px;		
}

#header p {
	font-size: 10px;
	line-height: 12px;
	color: #CCC;
}

#haupttext p {
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
	padding-bottom: 8px;
}

#haupttext h2 {
	font-size: 13px;
	line-height: 16px;
}
/* End of 'dietrich' */

