/*basic.css
-----------------------------------------------------------
Description: Allgemeine Styles fuer alle Doorpage Seiten.
In der "config.css" werden Faben angepasst
--
Autor: Agathe Gwiozdzik -- Digitale Zeiten GmbH
--
URL: http://www.digitale-zeiten.de
--
Erste Version: 22.07.2008
Letzte Version: 07.07.2009
-----------------------------------------------------------*/


/*------------------------------------
Dorpage
-------------------------------------*/

* { /*reset all*/
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
a {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}
a:hover {
	border-bottom-style:solid;
}
p, li {
	font-size:0.9em;
	line-height:1.4em;
	margin-top:0.6em;
	margin-bottom:0.6em;
}
h1 {
	font-size:1.4em;
	font-weight:normal;
	margin-top:1em;
	margin-bottom:1em;
}
img {
	position: absolute;
	top: 330px;
	z-index: 2;
	left: -400px;
	margin-left: 365px;
	border-style:none;
	height: 59px;
	width: 62px;
}
img.wim {
	top:345px;
	left:-330px;
	height:39px;
	width:180px;
}
#content {
	background-repeat:no-repeat;
	background-position:left top;
	height:344px;
	width:730px;
	padding:10px;
	position: absolute;
	top: 10%;
	z-index: 1;
	left: 50%;
	margin-left: -365px; /* negative Haelfte von width:730px */
	
}
#navi {
	display:block;
	text-align:right;
}
#navi li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
	font-size:0.85em;
}
#rightcolumn {
	float:right;
	width:490px;
	margin-top: 20px;
}


/*------------------------------------
Validator und Kontaktformular
-------------------------------------*/

.validator { /*Umgibt das Formular*/
	text-align:left;
	margin-top:0.6em;
}
.validator a {
	color:#FF0000;
	border-bottom-color:#FF0000;
}
form br {
	clear:left;
}
label {
	text-align:right;
	float:left;
	width:10em;
	padding-bottom:6px;
	padding-top:6px;
}
fieldset {
	margin-bottom:6px;
	border-width:1px;
	border-style:solid;
	padding:4px 0px 10px 6px;

}
legend {
	font-weight:bold;
	padding:0px 10px 0px 10px;
}
input,
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	margin:2px 0px 2px 4px;
	padding:2px;
	height:20px;
	width:240px;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
}
textarea {
	height:60px;
}
select { /*mounth-, year- Selectfelder*/
	font-weight:bold;
	font-size:0.85em;
	padding:2px;
	width:80px;
	margin:2px 4px 2px 0px;
	height:20px;
}
#agevalidator_day { /*Eingabefeld fuer den Tag des Geburtsdatums*/
	text-align:right;
	padding-left:0px;
	width:45px;
}
.go,
.senden { /*GO-Button und SENDEN-Button*/
	border-style:none;
	font-weight:bold;
	font-size:0.85em;
	letter-spacing:0.1em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.go {
	width:25px;
	height:21px;
}
.button {
	width:100px;
	height:21px;
	float:right;
	clear:both;
}
.info { /*Infotext -> Ungueltige Eingabe*/
	color:#FF0000;
	float:right;
	clear:both;
	text-align:center;
	font-weight:bold;
	background-image:url(bubble.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:14px;
	height:70px;
	width: 268px;
	vertical-align: middle;
}
.imprint { /*Container fuer das zweispaltige Impressum*/
	float:left;
	margin-right:30px;
	margin-top:0px;
}
.bg1 {
	background-image:url(bg1.png);
}
.bg2 {
	background-image:url(bg2.png);
}
.tage {
	font-size: 1.4em;
}

