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;
	background: white;
}
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: "" "";
}

#clear {
	clear:both;
}

/* ------------ Styles --------------  */

body {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: black;
	background-repeat: repeat-y;
	background-position: center;
    }

#container {
	width: 960px;
	text-align: left;
	background-image: url(../img/bg1024.jpg);
	background-repeat: no-repeat;
	height: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-top: 80px;*/
    }
	
#counter {
	margin: 0 0 20px 50px;
	height: 30px;
}

#mainmenu {
	width: 100%;
	margin-top: 50px;
}

#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
	
.content {
	float: left;
	height: 600px;
	width: 575px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 160px;
}

#impressum {
	margin: 0 40px 0 40px;
	font-size: 60%;
	color: black;
}

#container_frame {
	text-align: left;
	font-size: 80%;
	line-height: 130%;
	color: white;
	padding: 30px 20px 20px 20px;
}

#container_frame p {
	margin-bottom: 10px;
}

#container_frame h1 {
	font-size: 110%;
	color:#333333;
	font-weight: bold;
	line-height: 200%;
}

#container_frame h2 {
	font-size: 110%;
	color:#505050;
	font-weight: bold;
	line-height: 200%;
}

#container_frame a:link, a:link {
	color:#000000;
}

#container_frame a:visited, a:visited {
	color:#000000;
}

#container_frame a:hover, a:hover {
	color:#333333;
}

#container_frame li {
	list-style-position: inside;
	list-style-type: disc;	
}

#container_frame table td {
	padding:3px;
}

.even {
	background-color: #d5956b;
}

.images {
	margin-right: 10px;
}

.clear {
	clear: left;
}
