/* @override http://www.sommernacht.cc/css/template.css */

html, body {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background-color: #ffffff;
	background-image: url(../images/bodybg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}

img, div { behavior: url(javascript/iepngfix.htc) }


hr {
	display: none;
}

#container {
	float: none;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top : 10px;
	color : white;
	text-align: left;
}
#header {
	width: 840px;
	height: 234px;
	background-image: url(../images/headbg.png);
	background-position: center;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	left: 50px;
	top: 5px;
	width: 495px;
	height: 234px;
	z-index: 6;
}

#polaroid {
	position: relative;
	left: 560px;
	top: -240px;
	width: 199px;
	height: 234px;
	background-image: url(../images/polaroid.png);
	background-position: center;
	background-repeat: no-repeat;
}

#datebutton {
	position: relative;
	left: 740px;
	top: -475px;
	background-image: url(../images/button.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 120px;
	height: 120px;
}

#maincontent {
	width: 840px;
	height: auto;
	min-height: 400px;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#rightcol {
	width: 570px;
	float: left;
	padding: 15px;
}

#rightcol h2 {
	text-align: center;
}

#rightcol td {
	font-size: 12px;
}

#footer {
	clear: both;
	text-align : left;
	width: 840px;
	height: 40px;
	color: white;
	font-size: 90%;
	margin-bottom: 16px;
	background-image: url(../images/footerbg.png);
	background-position: center;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------
Textformatierungen
-----------------------------------------------------------------------------*/

H3 {
	font-family : arial;
	font-size : 20px;
	color: #ffffff;
}

H2 {
	font-family : arial;
	font-size : 22px;
	color : #ffffff;
}

H2.achtung {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fec20e;
}

H1 {
	font-size : 48px;
}
.kleineschrift {
	color : #ffffff;
	font-size : small;
	font-style: italic;
}
.rssicon {
	margin-bottom : -4px;
}

.vorbei {
	color: #666666;
}

/*-----------------------------------------------------------------------------
Hyperlinks
-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------
Menü
-----------------------------------------------------------------------------*/

#navcontainer {
	padding: 0;
	height: 20px;
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 6px 0 10px 20px;
	color: #CCCCCC;
}


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

.clr {
	clear: both;
}

.hidden {
	display: none;
}

