/*
 Gutscheinbuch Basic
 
 Farben:
 
  #f5d400 = Yellow
  #E41818 = Rot
  #9C9C9C = hellwei� (User Umrandung)
  #666666 = hellgrau (Hintergrund)
  #7A7A7A = grau 
*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	
	background: url(../bilder/bg/main_bg.jpg);

	font-size: 12px;
}

A, A.normal{
	color: #bf1373;
	text-decoration: none;
}

A:hover{
	color: black;
	text-decoration: underline;
}

A.highlight{
	color: #E41818;
}

.bg_color{
	background-color: #f5d400;
}

.clear{
	clear: both;
}

h1 h2 h3 h4 h5{
	margin: 0px;
	padding: 0px;
}

em {
	margin-bottom: 5px;
	margin-top: 5px;
	
	font-size: 14px;
	display: block;
	font-weight:bold;
	font-variant: normal;
	
	color: #bf1373;
}

DIV.load{
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 200px;
    
    background-image: url(../bilder/ajax-loader.gif);
    height: 19px;
    width: 220px;
}


input.button{
	padding: 6px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border: none;
}

input.button.m{
	background: url(../bilder/main/button_grey_m.png);
	width: 205px;
}

div#main_frame{
	width: 962px;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	background-color: white;
}

div#main_header_bg {
	width: 931px;
	height: 150px;
	background-repeat: no-repeat;
	background: url(../bilder/bg/seitenkoepfe05.jpg);
}

div#main_header_bg.nr1 {
	background: url(../bilder/bg/seitenkoepfe01.jpg);
}

div#main_header_bg.nr2 {
	background: url(../bilder/bg/seitenkoepfe02.jpg);
}

div#main_header_bg.nr3 {
	background: url(../bilder/bg/seitenkoepfe03.jpg);
}

div#main_header_bg.nr4 {
	background: url(../bilder/bg/seitenkoepfe04.jpg);
}

div#main_header_bg.nr5 {
	background: url(../bilder/bg/seitenkoepfe05.jpg);
}

div#main_menu{
	width: 210px;
	float: left;
	margin-top:15px;
	margin-left: 12px;
}

div#main_menu ul{
	margin: 0px;
	padding-left: 20px;
	list-style-type: square;
	color: gray;
	font-weight: bold;
	line-height: 1.6em;
}
div#main_menu ul ul{
	list-style-type: none;
	padding-left: 0px;
	font-weight: normal;
	
}


div#main_menu ul a{
	padding: 2px;
	color: gray;
}

div#main_menu ul a.active{
	padding: 2px;
	color: #bf1373;
}


div#main_menu ul a:hover{
	background-color: gray;
	color: white;
	text-decoration: none;
}


div#main_menu div.header, div#main_menu div.footer{
	height: 20px;
	width: 210px;
}

div#main_menu div.content{
	width: 200px;
	padding: 5px;
	padding-top: 10px;
	min-height: 50px;
}

div#main_menu1, div#main_menu2{
	width: 210px;
	margin-bottom: 5px;
}

div#main_menu1 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/side_header1.png);
}

div#main_menu2 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/side_header2.png);
}

div#main_menu3 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/side_header3.png);
}

div#main_menu div.content{
	background-repeat: repeat-x;
	background: url(../bilder/bg/side_content.png);
}

div#main_menu div.footer{
	background-repeat: no-repeat;
	background: url(../bilder/bg/side_footer.png);
}


div#main_menu #logo{
	margin-top:15px;
}



div#main_content{
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}

div#main_content_content{
	width: 730px;
	float: left;
	margin-top: 15px;
	margin-left: 3px;
}

div#main_content_content #content_header{
	width: 730px;
	height: 35px;
	background-repeat: no-repeat;
	background: url(../bilder/bg/content_header.png);
}

div#main_content_content #content_header div.login{
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 30px;
}

div#main_content_content #content_header div.login .user{
	padding-top: 3px;
	float: left;
}


div#main_content_content #content_header div.right{
	float: right;
	padding: 3px;
}

div#main_content_content #content_header div.right a{
	padding: 3px;
	color: #bf1373;
	font-size: 11px;
}

div#main_content_content #content_header div.login input{
	padding: 3px;
	border: 1px solid lightgrey;
	font-size: 11px;
	color: gray;
}

div#main_content_content #content_header div.login form{
 float: left;
}

div#main_content_content #content_header div.login input[type='submit'], input[type='button'], input[type='submit'], div#main_content_content #content_header div.login input[type='button']{
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid lightgrey;
	font-size: 11px;
	color: white;
  	font-weight: bold;
	background-color: #d25a9d;
	text-transform:uppercase;
}




div#main_content_content #content_frame{
	width: 730px;
	min-height: 500px;
	background-repeat: repeat-x;
	background: url(../bilder/bg/content_content.png);
}

div#main_content_content #content_footer{
	width: 730px;
	height: 35px;
	background-repeat: no-repeat;
	background: url(../bilder/bg/content_footer.png);
}


div#side{
	width: 202px;
	float: right;
	margin:20px;
	margin-top:57px;
}

div#side1, div#side2, div#side3, div#side4, div#side5, div#side6, div#side7, div#side8{
	margin-bottom: 20px;
}

div#side div.header{
	width: 202px;
	height: 17px;
}

div#side div.content{
	width: 200px;
	min-height: 40px;
	border: 1px solid #d25a9d;
}

div#side div.content p{
	padding: 8px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

div#side div.content p a{
	font-weight: bold;
}



div#side1 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header1.png);
}

div#side2 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header2.png);
}

div#side3 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header3.png);
}

div#side4 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header4.png);
}

div#side5 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header5.png);
}

div#side6 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header6.png);
}

div#side7 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header2.png);
}

div#side8 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header8.png);
}

div#side10 div.header{
	background-repeat: no-repeat;
	background: url(../bilder/bg/right_header10.png);
}



div#main_footer_content{
	background-color: #a2a2a2;
}


div#main_footer_content #footer{
	padding: 15px;
	color: white;
}

div#main_footer_content #footer div.menu{
	float: left;
}

div#main_footer_content #footer div.menu div.list{
	float: left;
}

div#main_footer_content #footer div.copy{
	float: left;
	width: 550px;
	margin: 10px;
	margin-top: 28px;
	margin-left: 35px;
}

div#main_footer_content #footer a{
	color: white;
}

div#main_footer_content #footer ul{
	margin: 2px;
	padding: 5px;
	margin-left: 15px;
	padding-left: 10px;
	margin-right: 10px;
	
	list-style-type:square;
}

div#main_footer_content #footer li{
	padding-bottom: 4px;
	font-weight: bold;
}


/* Content */

#content{
	padding-left: 20px;
	padding-top: 8px;
	float: left;
	width: 465px;
}

#content h1{
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #bf1373;
	font-size: 11px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2{
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: black;
	font-size: 18px;
	display: block;
	font-weight: normal;
}

#content h3, #header h3{
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: gray;
	font-size: 16px;
	display: block;
}


/* Form */



fieldset{
	margin-bottom: 15px;
	font-weight: bold;
}

fieldset legend{
	font-size: 12px;
	padding: 4px;
	color: #bf1373;
}

fieldset label{
	display:block;
	margin-top: 8px;
	color: gray;
}

fieldset label.error{
	color: red;
}

fieldset  label img{
	padding-right: 4px;
}


fieldset  input[type='text']{
	width: 200px;
}

fieldset textarea{
	width: 400px;
	height: 70px;
	padding: 3px;
	margin-bottom: 5px;
}

fieldset textarea.small{
	height: 40px;
}

fieldset textarea.medium{
	height: 80px;
}

fieldset  input.plz{
	width: 40px;
}

fieldset  input.city{
	width: 151px;
}

/* Box */

#content div.box_item{
	margin-bottom: 25px;
}

#content div.box_item div.subline{
	margin-top: 15px;
	border-bottom: 1px solid #cccccc;
}

#content div.box h2{
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}


#content div.box img{
	background-color: white;
	border: 1px solid #cccccc;
	margin-right: 10px;
	float: left;
	padding: 1px;
	display: block;
}


#content div.box p{
	margin: 0px;
	margin-bottom:15px;
	color:gray;
	line-height: 1.5em;
	min-height: 15px;
}

#content div.box p.logo_box{
	float: left;
	margin: 7px;
	color:gray;
	line-height: 1.5em;
	font-size: 10px;
	text-align: center;
}

#content div.box p.logo_box img{
	background-color: white;
	margin: 2px;
	padding: 1px;
	border: none;
	float: none;
}


#content div.box a.sublink{
	margin-top: 5px;
	line-height: 1.5em;
	display: block;
	font-weight: bold;
}


div.box{
	padding: 5px;
}


div.box ol, div.box ul{
	
}

div.box li{
	padding-bottom: 6px;
	color: gray;
	line-height: 1.5em;
}



/* Podcast */

div.box.podcast{
	background-color: #f0f0f0;
	
	color: gray;
}

div.box.podcast .pod_content{
	width: 270px;
	float: left;
}

div.box.video{
	background-color: #f0f0f0;
	
	color: gray;
}

div.box.video .video_content{
	width: 440px;
	float: left;
}


div.box.podcast img.play{
	padding: 5px;
	float: left;
	background-color: white;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

div.box.podcast p, div.box.video p{
	margin: 0px;
	margin-bottom:5px;
	padding-left: 5px;
}

div.box.video div.video_content{
	margin: 2px;
}

div.box.grey{
	background-color: #f0f0f0;
	
	color: gray;
}

div.box.grey p{
	margin: 0px;
	margin-bottom:5px;
}

div.box.bg_grey{
	background: url(../bilder/bg/bg_highlight.png);
	
	color: gray;
}

div.box.bg_grey p{
	margin: 0px;
	margin-bottom:5px;
	
	padding-top: 5px;
	padding-left: 15px;
}


/* Forum */

table#forum {
	border: 1px solid #cccccc;
	width: 100%;
}

table#forum th {
	text-align: left;
	padding: 5px;
	background-color: #f0f0f0;
}

table#forum td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

table#forum td h2{
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

table#forum td.h {
	background-color: #f0f0f0;
}


/* Voting */

div.poll_item{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

div.poll_item.grey{
	background-color: #f0f0f0;
}

#content div.poll_item h3{
	padding: 0px;
	padding-bottom: 7px;
}

#content div.poll_item h4{
	padding: 0px;
	padding-bottom: 3px;
	margin:0px;
}

#content div.poll_item p{
	padding: 0px;
	padding-bottom: 10px;
	margin:0px;
	line-height: 1.4em;
	color: gray;
}

div.poll_item .poll_question INPUT[type='text']{
	width: 300px;
}

div.poll_item .poll_question label{
	display: block;
	padding: 2px;
}

div.poll_item .poll_question INPUT[type='checkbox']{
	margin: 4px;
	margin-right: 8px;
}

div.poll_item .poll_question INPUT[type='radio']{
	margin: 4px;
	margin-right: 8px;
}

div.vote_button{
	margin-top: 10px;
	padding: 5px;
}

div.poll_item .poll_answer{
	padding: 5px;
}
div.poll_item .poll_answer_row{
	margin-bottom: 10px;
}



