/* 

Stylesheets der Seite http://www.werbeflug.de - Inhaber Reiner Schmid u. Peter Wirth
(c)2009 Michael Wendland
Version 3.0

*/


/* START Page layout ------------------------------------- */

html {
	/* immer eine scrollleiste anzeigen, damit der inhalt nicht springt */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	font-size: 14px;
}

div {
	padding: 0;
	margin: 0;
}

#Header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	min-width: 1000px;
	right: 0;
	height: 140px;
	background-color: #dedede;
	border-top: 1px solid #e06530;
	border-bottom: 1px solid #e06530;
}

#PageBody {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 20px;
	min-height: 600px;
}

#NaviBar {
	position: absolute;
	top: 0;
	right: 30px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: right;
	width: 582px; /* Alle Buttons addieren */
}

#Page {
	position: relative;
	background-color: #f6f6f6;
	top: 88px;
	left: 30px;
	width: 800px; /* Sichtbare Seitenbreite */
	min-height: 600px;
}

#Title {
	font-size: 20px;
	color: #7e7e7e;
	font-style: italic;
	background: url('img/blatt_leiste.png');
	width: 785px; /* Abzüglich Padding! */
	height: 32px; /* Abzüglich Padding! */
	padding-left: 15px;
	padding-top: 22px;
}

#Content {
	width: 700px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	text-align: justify;
	line-height: 1.2;
}

#FootBar {
	/* Verschiebung relativ! Page-Div beachten! */
	position: relative;
	top: 88px;
	left: 30px;

	color: #7e7e7e;
	height: 22px; /* Abzüglich Padding! */
	width: 785px; /* Abzüglich Padding! */
	background-color: #e7e7e7;
	border-top: 1px solid #e9926d; /* Abgeschwächtes Orange */
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	
}

/* END Page layout ------------------------------------- */


h1 {
	color: #7b0127;
	font-size: 18px;
}

h2 {
	color: #7b0127;
	font-size: 16px;
}

a img {
	border: none;
}

a {
	color: #e06530;
	text-decoration: none;
}

a:active, a:focus{
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#NaviBar a {
	color: black;
}

#NaviBar a:hover {
	text-decoration: none;
}

/* Formular */
.feld {
	background-color: #f6f6f6;
	border: 1px solid #7e7e7e;
	font-family: arial;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#AlertBox {
	position: absolute;
	width: 400px;
	height: 150px;
	top: 200px;
	left: 195px;
	border: 5px solid silver;
	background-color: #f6f6f6;
}
#AlertBox_inside {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 126px;
	width: 376px;
	border: 2px solid #e06530;
	padding: 10px;
}

img.inText {
	padding: 2px;
	border: 1px solid silver;
}
