/* CSS dagehtwas.de */

html {
   min-height: 100%;
   margin-bottom: 1px; (oder auch 0.1px)
}

body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#container {
	
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	text-align: center;
}

#content {
background: url(../img/dagehtwas.jpg) no-repeat bottom left;
height: 560px;
}

#menu {
font-size: 70%;
padding: 10px 0 10px 0;
height: 50px;
}

#text {
/*position: relative; 
top: 50px; */
width: 24.5em; 
padding: 15px;
margin: auto;
border: 1px solid #000000;
background-color: #FFFFFF;
font-size: 85%;
text-align: left;
}
#text p {
margin: 12px 0 6px 0;
}

#footer {
	width: 775px;
	height: 70px;
	margin: auto;
	text-align: left;
	padding: 10px 0 0 0;
}
#logos img.margin {
	margin-left: 25px;
}
#logos {
float: left;
}
#gn2 {
float: right;
margin: 0 0 0 25px;
}

#gn2 a, #logos a {
border: none;
}

a, a:link, a:active, a:visited {
text-decoration: none;
color: #333333;
border-bottom: 1px dotted #333333;
}
a:hover {
text-decoration: none;
border-bottom: 1px solid #333333;
}

a.aktiv, a.aktiv:link, a.aktiv:active, a.aktiv:visited {
text-decoration: none;
font-weight: bold;
color: #333333;
border-bottom: none;
}
a.aktiv:hover {
text-decoration: none;
border-bottom: none;
}

h1 {
font-size: 115%;
margin: 0 0 12px 0;
}
h2 {
font-size: 95%;
margin: 12px 0 6px 0;
color:#333333;
}
p {
margin: 6px 0 6px 0;
}
.bold {
font-weight: bold;
color:#333333;
}




/**********************************************
Kontaktseite
***********************************************/

#content-kontakt {
background: url(../img/dagehtwas.jpg) no-repeat bottom left;
height: 860px;
}


#text-kontakt { /*Inhaltsbereich Kontaktseite */
width: 28em; 
padding: 15px;
margin: auto;
border: 1px solid #000000;
background-color: #FFFFFF;
font-size: 75%;
text-align: left;
}

/* Formular */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}
label {
	margin: 5px 40px 0 1px;
	padding: 0px;
	float: left;
	text-align: left;
 font-size: 85%;
}
input {
	border: 1px solid #666666;
	margin-bottom: 6px;
}
input[type=submit],
input[type=reset] {
}
textarea {
	border: 1px solid #666666;
	margin-bottom: 6px;
}
