/*-------------------------------------------*/
/*------------ CSS RESET ---------------*/
/*-------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-------------------------------------------*/
/*------------ ENDE CSS RESET ---------------*/
/*-------------------------------------------*/



/*-------------------------------------------*/
/*------------ Seitenaufbau ---------------*/
/*-------------------------------------------*/


body {
	background-color: #CCCCCC;
	text-align:center;
}

#hauptcontainer {
	text-align: left;
	height: auto;
	width: 1024px;
	margin-top:8px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
	
#header {
	height: 170px;
	width: 1024px;
}
#navileiste {
	height: 250px;
	width: 250px;
	float: left;
}
#navileiste a {
	display: block;
	margin: 20px;
	font-size: 24px;
	text-decoration: none;
}

#content {
color:#666666;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
height:auto !important;
line-height:18px;
margin:15px 0 0;
min-height:530px;
width:732px;
}

/* for Internet Explorer */
/*\*/
* html #content {
  height: 530px;
}
/**/

#content p {
	margin-bottom:15px;
}


#editarea {
	background-color: #CCFFFF;
	border: thin solid #99CCFF;
}

#fuss {
	height: 30px;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-align: right;
}

#credits {
margin-right:48px;
}


/*-------------------------------------------*/
/*------------ Hilfsklassen -----------------*/
/*-------------------------------------------*/

.clear {
	height: 1px;
	width: 1024px;
	clear: left;
}

/*-------------------------------------------*/
/*------------ Textformatierung--------------*/
/*-------------------------------------------*/



.headline {	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #666666;
	text-align: left;
	text-indent: 100px;
}

h2 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	margin-bottom:10px;
}
#header h1 {
	font-size: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	background-color: #FF00FF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}


strong {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
}

a {
	color:#FF00FF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
}



