/***************************************
**************Allgemein*****************
***************************************/
html,body,#header,#navigation {
	margin:0;
	padding:0;
	background-color:white;
}
#inhaberin {
	display:block;
	border:1px solid gray;
	padding-left:10px;
	background-color:rgb(210,210,210);
	font: normal 0.7em Arial, Helvetica,sans-serif;
}
table {
	margin-left:10px;
}
#layout {
	background-color:white;
	width:19cm;
	margin:0 auto;
	padding:0;
	border:3px white solid;
}
#header {
	
}
#header img {
	border:0;
}
#navigation {
	border-bottom:1px gray solid;
	height:35px;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li {
	margin-left:0.8em;
	padding:0;
	float:left;
}
#navigation ul li a {
	margin-right:1em;
	float:left;
	font:normal 0.7em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:black;
}
#navigation .active {
	font-weight:bold;
}
#inhalt {
	margin:0;
	border:0;
	padding:30px 20px 30px 35px;
	background-color:white;
}
#hinweis {
	width:400px;
	background-image:url(img/layout/verlauf.gif);
	background-color:rgb(177,201,224);
	border:2px solid white;
}
#lukoschko {
	margin:0;
	padding:120px 5px 20px 5px;
	border:0;
	width:250px;
	background:white url(img/layout/visiten-logo.png) no-repeat;
	float:right;
}
#lukoschko p, #hinweis p {
	width:auto;
	padding:0;
}
#lukoschko ul {
	margin:0;
	padding-left:15px;
	list-style-type:none;
}
#lukoschko ul li{
	color:rgb(192,51,96);
	padding-left:0;
}
/***************************************
**************Links*********************
***************************************/
a:link, a:visited, a:hover, a:active {
	font:normal 0.9em/1.5em verdana, helvetica, sans-serif;
	color:rgb(192,51,96);
	text-decoration:underline;
}
/***************************************
************Kontakt-Formular************
***************************************/
#formcontainer {
	width:700px;
	float:left;
	margin:10px 0 10px 0;
}
#formular {
	width:auto;
	float:left;
}
form, form p {
	width:auto;
}
#infos {
	display:inline;
	float:left;
	width:300px;
}
#message {
	display:inline;
	float:right;
	width:400px;
}
input {
	width:200px;
}
form fieldset {
	padding:0 0 10px 10px;
}
form fieldset, .border3 {
	border:1px black solid;
}
button {
	margin-top:3px;
	border:1px black solid;
}


/***************************************
**************Text-Style****************
***************************************/
p, h1, h2, h3, #inhalt ul, td {
	font: normal 0.8em/1.5em verdana, helvetica, sans-serif;
	color:rgb(192,51,96);
}
p {
	margin:1em 1em 0em 1em;
	color:black;
}
label {
	width:250px;
}
strong, legend, label, #hinweis p {
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:rgb(192,51,96);
}
legend {
	font-weight:normal;
}
h1 {
	font: bold 1.1em arial, helvetica, sans-serif;
}
h2 {
	margin-top:2em;
	font: bold 0.9em arial;
}
#inhalt ul {
	color:black;
}
ul li strong {
	color:rgb(192,51,96);
	font-family:arial;
}
fieldset ul {
	list-style-type:disc;
}
#faq0, .clicktip, .extend{
	display:block;
	padding:15px 10px 10px 10px;
	border:1px gray solid;
	text-align:center;
	width:13cm;
	height:9em;
	clear:both;
}
.extend {
	height:5em;
}
.box {
	margin:5px 40px 20px 0;
	padding:8px 10px 20px 15px;
	float:left;
	width: 15em;
	border:1px solid gray;
}
.extend {
	text-align:left;
}
#faq0 {
	display:none;
}
.clicktip {
	display:block;
	height:auto;
	text-align:left;
}
