body {
	background:#FFFFFF url(img/bg.jpg) no-repeat;
	background-position: top;
	background-attachment: scroll;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td, tr {
	font-size: 11px;
}
/*** LAYOUT ***/

#wrapper {
	margin: 0;
	position:absolute;
	left: 50%;
	width: 728px;
	height: auto;
	margin-left: -372px; /* negative Hälfte von width:  */
	padding: 8px;
	top: 30px;
}
#content {
	width: 728px;
	_width: 712px;
	height: 100px;
	background-color:#000000;
	position: absolute;
	_position:fixed;
}

#main {
	width: 384px;
	float:left;
	margin:auto;
	height: auto;
	position:relative;
	margin-top: 0px;
	_margin-top: 10px;
	padding: 8px;
	border-bottom: 1px #ccc solid;
}

#newsletter {
	width: 386px;
	float:left;
	margin:auto;
	height: auto;
	position:relative;
	margin-top: 10px;
	padding: 8px;
	border-bottom: 1px #999999 solid;
}

#sitebar {
	width: 302px;
	float:right;
	margin:auto;
	height: auto;
	position:relative;
	margin-top: 0px;
	_margin-top: 10px;
	padding: 8px;
	padding-top: 0px;
}
.sitebar_img{
	border: 1px dotted #FFFF00;
	margin: 10px 0px 0px 0px;
}

/**************************************/
/*** TEXT ***/
h1 {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #62B982;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}
h4 {
	font-size: 20px;
	color: #F8F7F2;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-bottom: 1px;
	border-bottom-color:#F8F7F3;
	border-bottom-style:solid;
	width: auto;
	_width: 100%;
	background-color: #214D2A;
	line-height: 20pt;
}
h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 24px;
	color: #F04E3F;
	line-height: 20px;
	margin: -4px;
	margin-bottom: 8px;
}

.release_titel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0,75;
	background-color: #F04E3F;
	padding-left: 8px;
	height: 30px;
	line-height: 20px;
}

.release_text {
	font-size: 12px;
	margin-top: -20px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: justify;
	background-image: url(img/bg_text.jpg);
	background-repeat: repeat-x;
}

.release_bt {
	font-size: 12px;
	margin-top: -10px;
	padding: 4px;
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-color:#214D2A;
	width:auto;
	background-repeat: repeat-x;
	height: 20px;
	background-color: #FFF;

}

.newsletter_form {
	font-size: 12px;
	color: #030;
	width: 136px;
	background-color: #CCC;
	border: 1px solid #FFFFFF;
	padding-left:4px;
	height:auto;
	}
/**************************************/

/*** STANDARDS ***/
.imgborder {
	border-bottom: 1px #ffffff solid;
	margin-right: 4px;

}
img {
	border-bottom: 0px;

}

form, fieldset {
	padding:0;
	margin:0;
	border:0;
}
label {
	display:block;
	font-size:11px;
	color: #060;
}

a {
	color:#060;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {	color:#CCCCCC; text-decoration:underline;}
a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

