/*********************************************************
 *                                                       *
 *       GENERAL                                         *
 *                                                       *
 *********************************************************/
html, body {
	height: 100%;
}

body {
	margin:0px;
}
img {
	border:0px;
	outline: none;
}
p {
	margin:0px;
}
td {
	color:#09405f;
}
div.maintext td {
	color: #0E6A98;
}
a, a:link, a:hover, a:active, a:visited {
	color: #c12a31;
}
h1 {
	color: #C82927;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 28px;
	line-height: 34px;
	width: 657px;
	font-weight: normal;
}
h2 {
	color:#094060;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:12px;
	font-weight: normal;
}

/*********************************************************
 *                                                       *
 *       FORMUALR                                        *
 *                                                       *
 *********************************************************/
input {
	color:#13698f;
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	background-position:fixed;
}
.bigform {
	width:290px;
	padding-left:4px;
	padding-top:4px;
	position:relative;
	border:0px;
	background:url('/img/form_bg_big.gif') no-repeat;
	height:20px;
}
.small {
	width:32px;
	height:20px;
	background:url('/img/form_bg_small.gif') no-repeat;
	padding-left:4px;
	padding-top:4px;
	border:0px;
	margin-left:3px;
}
.form_auswahl {
	background-color:#ccf3fa;
}
/*********************************************************
 *                                                       *
 *       SITE                                            *
 *                                                       *
 *********************************************************/
#container {
	background:url('/img/content_bg.jpg') repeat-y;
	min-height: 100%;
	background-color: #ffffff;
}
#site {
	background:url('/img/bg.jpg') no-repeat;
}
/*********************************************************
 *                                                       *
 *       NAVIGATION                                      *
 *                                                       *
 *********************************************************/
#headernav {
	margin-left:290px;
	padding-top:26px;
	height:111px;
	width:232px;
}
#nav {
	width:210px;
	position:absolute;
	margin-top:178px;
	margin-left:30px;
}
#nav .navh1 {
	margin-bottom: 5px;
}
#nav .navh1 a {
	color: #ffffff;
	background: #2fa9cb;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	width: 188px;
	padding: 4px 6px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
#nav .navact a {
	background: #CF2B30;
}
.navmenu {
	margin-bottom:5px;
	margin-top:5px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
.navsubmenu {
	font-family:arial, verdana, helvetica;
	font-size:11px;
	line-height:16px;
	margin: 2px 0px 2px 10px;
	text-indent: 1px;
}
.sub-navsubmenu {
	color:#c32b20;
	background-image:url('/img/arrow_red.gif');
	background-repeat:no-repeat;
	margin-left:12px;
	padding-left:12px;

}
.sub-navsubmenu a:link, .sub-navsubmenu a:visited, .sub-navsubmenu a:hover {
	color:#c32b20;
	text-decoration:none;
}
.navsubmenu a:link, .navsubmenu a:hover, .navsubmenu a:visited   {
	color:#0e6a98;
	text-decoration:none;
}
/*********************************************************
 *                                                       *
 *       CONTENT                                         *
 *                                                       *
 *********************************************************/

#content {
	margin-left:298px;
	width:694px;
	color:#0e6a98;
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	line-height:18px;
}
#spacer {
	background:url('/img/spacer.jpg') no-repeat;
	margin-top:6px;
	margin-bottom:10px;
	height:1px;
	width:434px;
}
#teaser_row {
	width:720px;
	height:156px;
	background:url('/img/teaser_bg.jpg') no-repeat;
}
* html #maintext_area {
	height:400px;
}
#maintext_area {
	position:relative;
	min-height:400px;
}
#footer {
	margin-top: 25px;
	margin-left:40px;
	border-top:1px solid #c1dce4;
	width:938px;
	font-size:10px;
	line-height: normal;
}
.footer, #footer, #footer a:link, #footer a:visited, #footer a:hover {
	color:#3b7787;
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	line-height: normal;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*********************************************************
 *                                                       *
 *       EDITABLE FRAGMENTS                              *
 *                                                       *
 *********************************************************/

.editable {
	border:none;
}
.editable-hover {
	/* border:1px dotted #000000; */
	background-color:#b7ecf4;
	cursor:hand;
}
.editable-hover #editable_icon {
	height:16px;
	width:16px;
	position:absolute;
	background-image:url('/img/page_edit.gif');
	background-position:center center;
	background-repeat: no-repeat;
	border:0px;
}
.editable #editable_icon_smoothed {
	height:16px;
	width:16px;
	position:absolute;
	background-image:url('/img/page_edit_smoothed.gif');
	background-position:center center;
	background-repeat: no-repeat;
	border:0px;
}
#ellipse_edit {
	border:1px dotted #08a8c9;
	width:340px;
	height:275px;
	position:absolute;
}
/*********************************************************
 *                                                       *
 *       FAQ                                             *
 *                                                       *
 *********************************************************/

.faqcat {
	font-weight: bold;
	margin-left: 5px;
	font-size:12 px;
	font-family: Arial;
	color:#0093A1;
}

div.faqquestion a {
	background: url('/img/arrow.gif') 0px 0px no-repeat;
	display: inline-block;
	padding-left: 10px;
	margin-left: 0px;
}
.faq a {
	text-decoration:underline;
	cursor: hand;
}

.faqanswer {
	padding: 3px;
	background-color:#f8e9ec;
	margin-top:10px;
	margin-bottom:10px;
	color:#0e6a98;
}
/*********************************************************
 *                                                       *
 *       ZAHN ABC                                             *
 *                                                       *
 *********************************************************/

.teeth {
	color:#094060;
	text-decoration:none;
	background:url('/img/arrow.gif') no-repeat;
	padding-left:12px;
}

img.zahnabc {
	width: 259px;
	height: 188px;
	float: left;
	/*background: green;*/
}

div.zahnabc-text {
	clear: left;
	overflow: auto;
	width: 480px;
	margin-top: -25px;
	margin-left: 140px;
	/*background: red;*/
}

div.zahnabc-back {
	float: left;
	height: 188px;
	width: 226px;
	text-align: right;
	/*background: blue;*/
}

.navsubmenu a
{
display:block;
}

.td-probe {
	padding-left: 10px;
}

/*
	###############################
	### NEW für die Startseite ####
	###############################

*/


#flash-page1 {
	width: 286px;
	height: 191px;
	position: absolute;
	top: 147px;
	left: 439px;
}

#mitmachen_cta {

	width: 90px;
	height: 25px;
	position: absolute;
	top: 108px; /* 106*/
	left: 309px; /* 305 */
	cursor: pointer;
	/*border: 1px solid red;*/
	background: url('/img/spacer.gif') repeat-x;

	display: block;
}

#tv_spot_kidz {
	width: 165px;
	height: 127px;
	position: absolute;
	top: 157px; /* 106*/
	left: 309px; /* 305 */
	cursor: pointer;
	background: url('/img/spacer.gif') repeat-x;
}

.tropfbullet {
	list-style-image:url("/img/tropfenbullet.png");
}

.tropfbullet li {
	margin-bottom: 10px;
}


#home12 {
	position: absolute;
	top:23px;
	left:881px;
	width:87px;
	height:42px;
	z-index:2;
}


.none {display: none;}

