/*
////////////////////////////////////////////////////////////////
//
// Styles fuer das Layout
//
// Einige Angaben werden nur per JS eingesetzt um die Seite auch ohne JS nutzbar zu machen. Siehe dazu die jquery-fx.js
// Sonstige Angaben in der head.php
//
////////////////////////////////////////////////////////////////
*/



/* Formatierung von HTML-Elementen */

* {
	margin:0;
	padding:0;
	font-family:verdana, sans-serif;
}

html {
	height:100%;
}

body {
	margin:0; 
	padding:0; 	
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height:17px;
	height:100% !important;
	min-height:100.1%;
	height:100.1%;
}

table {
	font-size:11px;
	}
	
table td {
	font-size:11px;
	}

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

a:hover {
	color:#EA5A00;
	text-decoration:underline;
	}

ul {
	padding:0px; 
	margin:0 0 0 16px; 
	list-style-type:disc;
	}
	
ol {
	padding:0px; 
	margin:0 0 0 16px;
	list-style-type:roman;
	}
 
h1 {
	font-size:20px; 
	padding:10px 0 10px 8px; 
	font-weight:bold;
	font-style:italic;
	}
	
h2 {
	font-size:14px; 
	font-weight:bold; 
	}
	
h3 {
	font-size:1em;
	font-weight:bold;
	}

p {
	margin:0;
	padding:0 0 13px 0px;
	}

.clear {
	clear:both;
	}

/* Blöcke */

#blockMain {
	margin:0 auto;
	width:920px;
	min-height:100%;
	height:100%;
	height:100% !important;
	}
	
/* Kopfbereich */

#scrollbar {
	width:1px;
	height:1px;
	bottom:-0.1px;
	position:absolute;
	}

#blockTop {
	width:920px; 
	height:95px; 
	margin:0 auto;
	}
	
	
h1#logo {
	margin:0;
	padding:0;
	}
	
h1#logo a {
	display:block;
	float:right;
	background:url(/de/wLayout/design/img/backgrounds/logo.gif) no-repeat;
	height:95px;
	width:230px;
	margin:0;
	padding:0;
	}
	
#logo span {
	display:none;
	}
	
.wButtonTextNavigation	{
	position:absolute;
	}
	
	
/* Content */

#inhalt {
	float:left;
	width:680px;
	height:auto !important;
	height:460px;
	min-height:460px;
	margin:45px 0 0 15px;
	border:10px solid #fff;
	border-bottom:11px solid #fff;
	}
	
#bildwechsel-startseite	{
	width:680px;
	height:460px;
	position:relative;
	}
	
#bildwechsel-startseite #flashcontent {
	position:absolute;
	}
	
.elementHeadline h1{
	font-size:20px; 
	margin:0px 0 0 0; 
	padding:16px 0 10px 17px; 
	font-weight:bold;
	font-style:italic;
	color:#eeeeee;
}

.elementStandard .text {
	padding:0 17px 10px 17px;
	color:#eeeeee;
	font-size:11px;
}

.elementStandard .text img {
	border:solid 3px #fff;
}

.elementStandard .text img.rechts {
	margin:0 0 0 8px;
}

.elementStandard .text p {
	padding:0px 0 13px 0px;
	font-size:11px;
}

.elementStandard .text h2 {
	font-size:14px; 
	margin:0; 
	padding:0px 0 2px 0px; 
	font-weight:bold; 
}

.elementStandard .text .frmContact {
	padding:0px 0 13px 0px;
	font-size:11px;
	height:401px;
	width:200px;
	line-height:17px;
}



.elementStandard .text #rechts {
	float:left;
	line-height:17px;
}

.elementStandard .text  #links {
	float:left;
	width:360px;
	line-height:17px;
}

.elementStandard .text label {
	width:130px;
	float:left;
}

.elementStandard .text  select {
	width:183px;
	line-height:17px;
	background:#fff;
	border:solid #000 1px;
	color:#000;
	margin:0px 0 5px 0;
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
}

.elementStandard .text  select option:hover {
	width:183px;
	line-height:17px;
	background:#000;
	color:#000;
}

.elementStandard .text input {
	width:180px;
	line-height:18px;
	height:18px;
	background:#fff;
	border:solid #252525 1px;
	color:#000;
	margin:0px 0 5px 0;
}

.elementStandard .text input.checkbox {
	width:10px;
	line-height:15px;
	height:15px;
	border:solid #252525 1px;
	color:#000;
	background:#252525;
	margin:0 0 0 0;
}

.elementStandard .text input.sent {
	width:78px;
	line-height:20px;
	height:20px;
	border:solid #252525 1px;
	color:#000;
	margin:5px 0 0 0;
	font-size:11px;
}

.elementStandard .text input.delete {
	width:100px;
	line-height:20px;
	height:20px;
	border:solid #252525 1px;
	color:#000;
	margin:5px 0 0 0;
	font-size:11px;
}

.elementStandard .text input.buttonAdmin {
	width:182px;
	line-height:17px;
	height:22px;
	background:#fff;
	color:#000;
	cursor:pointer;
	margin:5px 0 0 0;
}

.elementStandard .text textarea {
	width:180px;
	height:100px;
	line-height:17px;
	background:#fff;
	border:solid #000 1px;
	font-size:11px;
	color:#000;
	margin:3px 0 0 0;
}	
	
/* Bildergalerie */

#blockbildauswahl {
	float:left;
	width:205px;
	margin:45px 0 0 0;
	padding:0px;
	display:inline;
}

#blockbildauswahl ul {
	width:205px;
	background:#fff;
	line-height:26px;
	color:#333;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	z-index:10;
}

#blockbildauswahl ul li {
	margin:0;
	background:url(/de/wLayout/design/img/backgrounds/pfeil.jpg) 179px 3px no-repeat #fff;
	}

#blockbildauswahl ul li a {
	color:#333;
	padding:0 0 0 10px;
	display:block;
	width:195px;
	}	
	
#blockbildauswahl ul li ul {
	background:#fff;
	padding:0 0 8px 0;
	margin:0;
	}
	
#blockbildauswahl ul li ul li {
	background:none;
	}

a#nachoben {
	display:block;
	width:205px;
	height:9px;
	padding:0;
	margin:0 0 5px 0;
	border:none;
	border-top:40px solid #323232; /* Nimmt den Margin leider nicht da float-Eigenschaft */
	background:url(/de/wLayout/design/img/backgrounds/bildergalerie-pfeil-oben.gif) bottom repeat-x;
	cursor:pointer;
}

/*
a#nachoben:hover {
	background:url(/de/wLayout/design/img/backgrounds/bildergalerie-pfeil-oben.gif) top repeat-x;
}
*/

a#nachoben span {
	display:none;
	}

#bilder {
	width:205px;
	margin:0;
	padding:0;
	position:relative;
}

#bilder ul {
	margin:0;
	background:none;
	z-index:9;
}

#bilder ul li {
	list-style:none;
	padding:0 0 4px 0;
	background:none;
}

#bilder ul li a {
	display:block;
	width:195px;
	height:125px;
	overflow:hidden;
	border:5px solid #fff;
	padding:0;
}

#bilder ul li a:hover, #bilder ul li a.selected {
	border:5px solid #001fd1;
}

#bilder ul li a img {
	border:none;
}

#bildermalanders {
	width:205px;
	margin:0;
	padding:0;
	position:relative;
}

#bildermalanders ul {
	margin:0;
	background:none;
	z-index:9;
}

#bildermalanders ul li {
	list-style:none;
	padding:0 0 4px 0;
	background:none;
}

#bildermalanders ul li a {
	display:block;
	width:195px;
	height:125px;
	overflow:hidden;
	border:5px solid #fff;
	padding:0;
}

#bildermalanders ul li a:hover, #bildermalanders ul li a.selected {
	border:5px solid #001fd1;
}

#bildermalanders ul li a img {
	border:none;
}

a#nachunten {
	display:block;
	width:205px;
	height:9px;
	margin:3px 0 0 0;
	padding:0;
	border:none;
	background:url(/de/wLayout/design/img/backgrounds/bildergalerie-pfeil-unten.gif) bottom repeat-x;
	cursor:pointer;
}

/*

a#nachunten:hover {
	background:url(/de/wLayout/design/img/backgrounds/bildergalerie-pfeil-unten.gif) top repeat-x;
}

*/

a#nachunten span {
	display:none;
	}
		
ul#portfolio {
	height:460px;
	margin:0;
	padding:0 16px 0 20px;
	}
	
ul#portfolio li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	}
	
ul#portfolio li a {
	display:block;
	float:left;
	width:auto;
	height:420px;
	text-decoration:none;
	padding:40px 16px 0 16px;
	}
	
ul#portfolio li a:hover {
	color:#fff;
	text-decoration:underline;
	}

	
ul#portfolio li a span {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
	
	
/* Wallpaper */


.wallpaper-keinabstand {
	width:212px;
	float:left;
	padding:0 0 15px 0;
	text-align:center;
	}
	
.wallpaper-keinabstand a {
	padding:0 0 0 5px;
	}
	
.wallpaper-keinabstand img {
	width:208px;
	margin:0 0 4px 0;
	}
	
.wallpaper-abstand {
	width:212px;
	float:left;
	padding:0 5px 15px 0;
	text-align:center;
	}
	
.wallpaper-abstand a {
	padding:0 0 0 5px;
	}
	
.wallpaper-abstand img {
	width:208px;
	margin:0 0 4px 0;
	}