/* Allgemeiner Bereich für Standard-Tag Definitionen */
/* Globaler Padding- und Margin-Reset*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

html {
height: 101%;
}

.clear {
    clear: both;
}


p {
	font-size:14px;
	font-weight:300;

}
h1 {
	font-size: 20px;
	font-weight: 500;
	color: #42dddf;
	line-height: 1.2em;
}
h2 {
	font-size: 16px;
	font-weight: 500;
	color: #707173;
	
}
h3 {
	font-size: 16px;
	font-weight: 600;
	color: #707173;
}
h4 {
	font-size: 12px;
	font-weight: 300;
	color: #9b9b9d;
}
h5 {
	font-size: 14px;
	font-weight: 100;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img a {
	border: 0;
}
img {
	border: 0;
}
li {
	list-style-type:none;
}
/* Hilfs-Tags */
.clr {
	clear: both;
	height: 0px;
}
/* TEMPLATE CSS */

#wrapper {
	margin: 0 auto;
	width: 996px;
}

#left {
	width: 193px;
	min-height: 212px;
	background-image: url('../images/content_left_top.png');
	background-repeat: no-repeat;
	float:left;
}

#center {
	float: left;
}

#banner {
	width: 740px;
	height: 219px;
	background-image: url('../themes/theme_standard.jpg');
	background-repeat: no-repeat;
}

.banner-nav {
	width: 740px;
	height: 30px;
	padding-top: 5px;
}

.banner-content {
	margin: 10px 0 0 50px;
}

#center-spacer {
	width: 3px;
	height: 155px;
	background-image: url('../images/navi_spacer.png');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#content {
	width: 720px;
	min-height: 200px;
    padding-top: 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #707173;
    line-height:1.3em;
}

#content ul {
    list-style: none;
    margin: 12px 0px 0px 0px;
    padding: 0px;
}

#content li {
    background-image: url('../images/bg_li.gif');
	background-repeat: no-repeat;
    margin-left: 10px;
    padding-left: 20px;
    margin-bottom: 5px;
}

#content .contenBlock {
    background-image: url('../images/border_block_bottom.gif');
	background-repeat: repeat-x;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-position: bottom;
}

#content .contenBlock .text {
    margin-top: 20px;
}

#content .text a:hover {
    color: #42dddf;
	text-decoration: none;
    background-image: url(../images/btn_top_hover.png);
}

#content .text a {
    background-image: url(../images/btn_top_norm.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    text-decoration: underline;
    display: block;
    margin-top: 5px;  
    color: #5fa6f8;   
}

#right {
	width: 63px;
	height: 219px;
	background-image: url('../images/content_right_top.png');
	background-repeat: no-repeat;
	float: left;
}

#footer1 {
	width: 996px;
	background-color: #f8f8f8;
	border-top: #dddddd solid 1px;
}

#footer1 {
	background-color: #f8f8f8;
	border-top: #dddddd solid 1px;
}

#footer1-l {
	width: 319px;
	height: 263px;
	float: left;
	background-color: #f8f8f8;
}

.tinfo {
	margin: 0 auto;
}

.button1 {
	background-image: url('../images/btn_send_norm.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    border: 0px;
}

.button1:hover {
	background-image: url('../images/btn_send_hover.gif');
    background-repeat: no-repeat;
    cursor: pointer;
}

#footer1-c {
	width: 300px;
	height: 263px;
	float: left;
	background-color: #f8f8f8;
	color: #707173;
}

.gutschein {
	margin: 15px 0px 0px 0px;
}


#footer1-r {
	width: 337px;
	height: 263px;
	float: left;
	background-color: #f8f8f8;
}

.table {
	color: #9b9b9d;
}

.button2 {
	background-image: url('../images/btn_abo_norm.png');
    background-repeat: no-repeat;
    width: 87px;
    height: 19px;
    border: 0px;
}

.button2:hover {
    background-repeat: no-repeat;
	background-image: url('../images/btn_abo_hover.png');
	cursor: pointer;
}

#footer1-s {
	width: 20px;
	height: 263px;
	float: left;
	background-image: url('../images/footer_spacer.png');
}

#footer2 {
	width: 996px;
	height: 27px;
	background-color: #eaeaea;
	color: #9b9b9d;
}

.copyright {
	font-size: 12px;
	vertical-align: middle;
}

/* --------------Beitragsformatierung------------------ */

.contentpaneopen {
	margin: 20px;
}

/* ---------------Naviformatierung Links--------------------- */

.navi {
	margin: 130px 30px 20px 20px;
	text-align: right;
	font-size: 14px;    
}

.menu1 li {
	margin: 20px 0;
}

.menu1 a:link, a:visited {
	color: #5fa6f8;
	text-decoration: none;
}

.menu1 a:hover, .menu1 li.active a {
	color: #42dddf;
	text-decoration: none;
}

/* ---------------Naviformatierung Oben----------------------------------- */

.navi2 {
	font-size: 10px;
	float: right;
    padding-right: 20px;
}

.navi2 a:link, a:visited, .contenBlock a {
	color: #5fa6f8;
	text-decoration: none;
}

.navi2 a:hover, a:active, .contenBlock a:hover  {
	color: #42dddf;
	text-decoration: none;
}

.contact_name, .contact_email, textarea .contact_text, .newsletter_email {
    font-size: 11px;
    padding: 1px;
    font-family: Arial,Verdana,sans-serif;
}

fieldset {
  border: 0px;
  margin-bottom: 20px;
  clear: both;
}

fieldset label {
margin-top: 5px;
width: 400px;
}

fieldset input {
margin-top: 5px;
width: 400px;
}

fieldset a {
	color: #5fa6f8;
	text-decoration: none;
}

fieldset a:hover  {
	color: #42dddf;
	text-decoration: none;
}