/* CSS Document */

/* Universalselektor */
* {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-color:#000000;;
}
/*----------------------------------------------------------------------------------------------------*/

/* Typselektoren */
body {
	margin:0px 0px 0px 0px; 
	padding:0;
	background-color: #faa608;
	background-image:url(../images/construct/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

h1 {
	font-family: 100.01% Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	background-image:url(images/construct/logo_small.png);
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/construct/logo_small.png', sizingMethod='crop');			
	background-color:none; 
	background-position:top left;
	background-repeat:no-repeat;
	height: 40px;
	padding-left: 45px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 0;
	height:10px;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 1px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p { color:#000000; }
/*----------------------------------------------------------------------------------------------------*/

/* Nachfahrenselektoren */
a img {border:0px solid #000000;}
/*----------------------------------------------------------------------------------------------------*/

/* Klassenselektoren */
.logo {
	position: absolute;
	background-position: bottom;
	background-color: #ffffff;
	top: 120px;
	left: 20px;
	width: 216px;
	height: 128px;
}

.facebook {
	position: absolute;
	top: 156px;
	left: 806px;
	width: 45px;
	height: 45px;
	z-index:10;
}

.table {
	background-image:url(../images/construct/table_border.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.submitbutton {
	background-color:#faa608;
	border:0;
	width:200px;
	heigth:20px;
	color:#000000;
	cursor: pointer;
}
.submitbutton_small {
	background-color:#faa608;
	border:0;
	width:80px;
	heigth:20px;
	color:#000000;
	cursor: pointer;
}

.textfeld {
	background-color: #faa608;
	border-style: none;
	height: 16px;
}

.contentfooter {
	position: relative;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: transparent;
	padding: 50px 0 25px 0;
}

.BlackGround {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url(../images/construct/footer.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
}

.bgimg {
	position: relative;
	background-image: url(../images/construct/bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.divFoto {
	position:absolute; top:0px; left:0px;
	background:transparent;
	display:none;
	z-index:7001 !important;
}

.spancolor { color: #cc0000; }

.entry {
	border: 1px solid #faa608;
	padding: 2px;
	margin-left: 45px;
	* margin-left: 0;
}

.entry_nb {
	margin-left: 45px;
	* margin-left: 0;
}

.required { 
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.Line { 
	background-image:url(images/construct/line.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}

.LineCenter {
	background-image: url(images/construct/line.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.spanhead {
	line-height:20px;
}

.tablePage { 
	width: 90%;
	padding-right: 10px;
	margin-left: 45px;
	* margin-left: 0;
}

.tableRand { padding-left: 45px; }

.pBlock { 
	text-align: center;
}

.h1height { line-height: 18px; }
/*----------------------------------------------------------------------------------------------------*/

/* ID-Selector */
#banner {
	position:relative;
	background-image:url(../images/construct/banner.jpg);
	top:0;
	width:900px;
	height:293px;
	background-color:#000000;
}

#flash {
	position:absolute;
	top:1px;
	width:901px;
	height:169px;
	background-color:none;
}

#webseite {
	position:relative;
	width: 932px;
	left:16px;
	text-align:left;
}

#content {
	position:relative;
	left:0;
	width:900px;
	padding-top: 10px;
	background-image:url(../images/construct/bannerbg.jpg);
	background-repeat: repeat-x;
	background-color:#fa8103;
}

#content_bottom {
	position: relative;
	width: 930px;
	height: 100%;
}

#navi {
	position:absolute;
	top:212px;
	left:250px;
}


#logo {
	position:absolute;
	top:31px;
	left:30px;
}
/*----------------------------------------------------------------------------------------------------*/

/* Pseudoklassen */
a:link { color: #ffffff; text-decoration: none;} 
a:visited { color: #ffffff; text-decoration: none;} 
a:hover { color: #ffffff; text-decoration: none;} 
a:active { color: #ffffff; text-decoration: none;} 

a.footerlink:link { color: #ffffff; text-decoration: none;} 
a.footerlink:visited { color: #ffffff; text-decoration: none;} 
a.footerlink:hover { color: #ffffff; text-decoration: none;} 
a.footerlink:active { color: #ffffff; text-decoration: none;} 
/*----------------------------------------------------------------------------------------------------*/

/* Nachfahrenselektoren in einem ID-Selektor */
#content p { 
	padding-left: 45px;
}

#content h2 {
	padding-left: 0;
}
/*----------------------------------------------------------------------------------------------------*/

/* Klassenselektoren in einem Typselektor */
img.menue {
	border:0;
}

img.imgPage {
	border:1px solid #707072;
	vertical-align: top;
}
/*----------------------------------------------------------------------------------------------------*/

