/* - - - - allg. Styles - - - - */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
}
img, table {
	border: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 3px;
	color: #333333;
	background-color: #cfd1a7;
	font-weight: normal;
}
a {
	color: #00ccff;
	text-decoration: none;
}
a:hover {
	color: #0099bf;
	text-decoration: underline;
}

/* groesserer div um alles herum, um Hintergrundbild links oben zu positionieren */
#outsidecontainer {
	position: relative;
	border: 1px solid transparent;
	width: 852px;
	margin: 0px auto;
	padding: 0px 60px;
	background-image:  url(/pool/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#topcontent_left {
	position: absolute;
	margin: 0px;
 	width: 160px;
 	height: 60px;
}
#topcontent_right {
	position: relative;
 	top: 28px;
	padding-bottom: 28px;
 	height: 37px;
	text-align: right;
	color: #b5b3b1;
}
#topcontent_right a, #topcontent_right a:hover {
	text-decoration: none; 
}
#contentcontainer {
	position: relative;
	border: 1px solid transparent;
	padding-left: 162px;
}
/* mainnav und subnav sind im navi.css */

#content {
	position: relative; 
	clear: both;
	background-color:#ffffff;
}
#content.nosubnav {
	margin-top: 2px;
}
#footerline {
	position: relative;
	height: 1px;
	margin: 0px 0px 14px 0px;
	padding-top: 16px;
/*	font-size: 0px;
	line-height: 0px;*/
	background-image:  url(/pool/line_cccccc.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	clear: both;
}
#footer {
	position: relative;
	width: 688px;
	height: 33px;
	text-align: left;
	color: #b5b3b1;
}
#footer ul {
	margin: 0px; 
	padding: 0px;	
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0px; 
	list-style-image: none;
	vertical-align: top;
}
#footer a, #footer a:hover {
	text-decoration: none; 
}
#footer .logo {
	position: absolute;
	right: 0px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 20px;
}
#footer .rss {
	position: relative;
	text-align: left;
	vertical-align: middle;
}
/* - - - - - - - - - - - - - - - */

/* - - - - - popup - - - - - */
#outsidecontainer_tellafriend {
	position: relative;
	border: 1px solid transparent;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#contentcontainer_tellafriend {
	position: relative;
	border: 1px solid transparent;
	padding: 25px;
}
#outsidecontainer_popup {
	position: relative;
	border: 1px solid transparent;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(/pool/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#contentcontainer_popup {
	position: relative;
	border: 1px solid transparent;
	padding: 80px 62px 0px 62px;
}
#bottom_popup {
	position: relative;
	width: 100%;
	height: 33px;
	text-align: left;
	color: #b5b3b1;
	padding-bottom: 20px;
}
#bottom_popup ul {
	margin: 0px; 
	padding: 0px;	
	list-style-type: none;
}
#bottom_popup li {
	display: inline;
	margin: 0px; 
	list-style-image: none;
	vertical-align: top;
}
#bottom_popup .logo {
	position: absolute;
	right: 0px;
	text-align: right;
	vertical-align: bottom;
}
/* - - - - - - - - - - - - - - - */

/* - - - - Seiten - - - - */
#content_half_left {
	width: 337px;
	float: left;
	height: auto;
	overflow: hidden;
}
#content_half_right_bg {
	float: right;
	width: 351px;
	background-image: url(/pool/shade_half.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#content_half_right {
	float: right;
	width: 337px;
	padding-left: 14px;
}
#text_512 {
	width: 492px;
	float: left;
	padding: 0px 10px;
	overflow: hidden;
}
#text_337 {
	width: 317px;
	float: left;
	padding: 0px 10px;
	overflow: hidden;
}
#text_512_liniert {
	width: 512px;
	float: left;
	overflow: hidden;
}
#teaser_right {
	float: right;
	vertical-align: top;
	padding: 14px 0px 0px 0px;
}
#teaser_161_0px {
	width: 161px;
	float: left;
	padding: 0px;
}
#teaser_161_15px {
	width: 161px;
	float: left;
	padding: 0px 15px 0px 0px;
}
#teaser_161_14px {
	width: 161px;
	float: left;
	padding: 0px 14px 0px 0px;
}
#bg {
	background-position: top left; 
	background-repeat: no-repeat;
	width: 688px;
	height: 345px;
}
.greycontent {
	padding: 4px 24px;
	background-color: #EDEEF0;
}
.darkgreycontent {
	padding: 4px 24px;
	background-color: #E4E5E7;
}
.pinkcontent {
	padding: 4px 24px;
	background-color: #e4036d;
	color: #ffffff;
}
/* - - - - - - - - - - - - - - */

/* - - - - fuer Seite mit Formular - - - - */
#formular {
	color: #9ba133;
}	
#formular .td_padding {
	padding: 10px 0px 5px 0px;
	margin: 0px;
}
#formular .border_right {
	border-right: 15px solid transparent;
}
#formular .border_right_video {
	border-right: 15px solid transparent;
}
/* Textfelder highlighten */
.normal {
	background-color: #cfd1a7;
}
.highlight {
	background-color: #e9ebbc;
}
/* Textfelder highlighten */
.checkbox, .radio {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	vertical-align: middle;
}
.select {
	border: 1px solid #9ba133;
	margin: 0px;
	padding: 2px;
	background-color: #cfd1a7;
	vertical-align: middle;
	color: #000000;
}
.button {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #00ccfb; 
	color: #ffffff;
	text-decoration: none; 
	text-align: center;
	width: 84px;
}
.button a {
	display: block;
	margin: 0px;
	padding: 3px;
	background-color: #00ccfb; 
	color: #ffffff;
	text-decoration: none; 
	text-align: center;
}
.button a:hover {
	color: #ffffff;
	background-color: #0099bf;
}
/* - - - - - - - - - - - - - - - - - - - - */

/* - - - - Abstaende - - - - */
.topmargin2 {
	margin-top: 2px;
}		
.bottommargin2 {
	margin-bottom: 2px;
}		
.topmargin6 {
	margin-top: 6px;
}		
.bottommargin6 {
	margin-bottom: 6px;
}		
.topmargin10 {
	margin-top: 10px;
}		
.bottommargin10 {
	margin-bottom: 10px;
}		
.topmargin14 {
	margin-top: 14px;
}		
.bottommargin14 {
	margin-bottom: 14px;
}		
.topmargin15 {
	margin-top: 15px;
}		
.bottommargin15 {
	margin-bottom: 15px;
}		
.topmargin16 {
	margin-top: 16px;
}		
.bottommargin16 {
	margin-bottom: 16px;
}		
.padding14 {
	padding: 14px;
}		
.padding_half_right {
	padding: 19px 24px;
}
/* - - - - - - - - - - - - - - */

/* - - - - fuer Aufzaehlungslisten - - - - */
.list {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.list_zahlen {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	list-style-position: outside;
}
/* - - - - - - - - - - - - - - - - - - - - */

/* - - - - Textfarben - - - - */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.pink {
	color: #e4036d;
}
.darkpink {
	color: #a50953;
}
.darkestpink {
	color: #7c053e;
}
.lightergrey {
	color: #f1f1ef;
}
.lightgrey {
	color: #b5b3b1;
}
.grey {
	color: #99958d;
}
.darkgrey {
	color: #66635d;
}
.blue {
	color: #00ccff;
}
.darkblue {
	color: #0099bf;
}
.green {
	color: #006666;
}
.form_green {
	color: #9ba133;
}
/* - - - - - - - - - - - - - */

/* - - - - galleries - - - - */
#videogallery {
	background-image: url(/pool/videogallery/bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 688px;
	height: 345px;
}
#fotogallery {
	background-image: url(/pool/videogallery/bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 688px;
	height: 345px;
}
#fotogalleryvote {
	background-image: url(/pool/videogallery/bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 688px;
	height: 295px;
}
/* - - - - - - - - - - - - - */

/*Errormessages Freestyle-Gewinnspiel*/

#error_msgs {
	height: 75px;
}

#teaserbox {
margin-top: 7px;
}