/******************************************
 asapCM-Systems - Content Management System
 Copyright (c) Copyright 2008 asap Software Consulting GmbH, Germany
 ******************************************
 $Source: /style.css
 $Revision: 2.1.0 $
 $Author: asapCM-Systems $
 $Date: 2008/06/26 19:00:00 $
 ******************************************
 Beschreibung: Einheitliche Ausgangsbedingungen schaffen
******************************************/

*:focus {
	outline-style: none;
}

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
body {
	font: 100.1% Tahoma, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: 0 none;
}

h1 { font-size: 1.63em;
    color: #000050;
}
h2 { font-size: 1.5em; }
h3 {
	font-size: 1.32em;
}
h4 { font-size: 1.25em; }
h5 { font-size: 1.12em; }
h6 { font-size: 1em; }

address, h1, h2, h3, h4, h5, h6 {
	margin: 0.63em 0 0.93em 0;
}

blockquote {
	margin: 0;
}

hr {
	line-height: 0.1em;
	height: 1px;
	border: 1px;
	color: #999;
	background-color: #666;
}

/* Inhalte
******************************************************/
h1, h2, h3 {
	margin-top: 0.1em;
}

p, pre {
	margin: 0;
	padding: 0 0.2em 0.75em 0;
}

pre, code {
	font-size: 1.25em;
}

/* Tabellen Elemente
******************************************************/
table th {
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

table navTable {
	empty-cells: hide;
}

/* Formular Elemente
******************************************************/
form {
	margin: 0;
	border: 0 none;
	padding: 0;
}

form p {
	padding-bottom: 0;
}

fieldset {
	padding: 1em;
}

form fieldset#delete legend{
	color: #F00;
}

legend {
	font: italic bold 1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 1em 0.4em;
}

label {
	color: #666;
}

p label {
	width: 20%;
	font-weight: bold;
	vertical-align: middle;
	float: left;
}

select, input, option, textarea {
	color: #333;
	border: 0 none;
}

select, input {
	font-size: 98%;
	margin: 0.1em 0 0.4em 0;
	border-top: 1px solid #999;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	background: #FEFEFE url(../images/bg_input.png) no-repeat left top;
}

input {
	padding: 0.1em;
	background: #FFF url(../images/bg_input.png) no-repeat left top;
}

input:focus {
	background: #FAFAFA url(../images/gradientbg.jpg) repeat-x left top;
}

input[type="radio"], input[type="checkbox"], input[type="image"] {
	vertical-align: middle;
	border: 0 none;
	background: transparent;
}

input[type="submit"], input[type="reset"], input[type="file"], input[type="button"] {
	font-size: .75em;
	line-height: 100%;
	margin-bottom: .5em;
	border: 0 none;
	padding: 1px 6px 3px 6px;
	height: 19px;
	background: url(../images/buttons/buttondefault.gif) no-repeat right bottom;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	color: #000;
	background: url(../images/bg_input.png) no-repeat left top;
}

textarea {
	margin: .1em 0 .4em 0;
	border-top: 1px solid #999;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #BBB;
	padding: .1em;
	background: #FEFEFE url(../images/bg_input.png) no-repeat left top;
	max-width: 40em;
}

textarea:focus, textarea:active {
	color: #000;
	background: #FAFAFA url(../images/gradientbg.jpg) repeat-x left top;
}

/* Seiten Elemente
******************************************************/
#wrap {
	width: 955px; 
	text-align:left;  
	margin-top: 0.2em;
	margin-right:auto;  
	margin-left:auto; 
	border-top: 1px inset #333;
	border-right: 1px outset #666;
	border-bottom: 1px outset #666;
	border-left: 1px inset #333;
}

#wrapInner {
	width: 755px; 
	float:right; 
	position:relative; 
} 

#wrapHeader {
	height:115px; 
	background: #FFF url(../images/header.jpg) no-repeat;
	width:100%;
}

a[href^="mailto:"]:before {
	content: url("../images/mailto.gif");
	margin-right: .4em;
}

/* a[href^="mailto:"]:before, a[href*="@"]:before {
	content: url("../images/mailto.gif");
	margin-right: .4em;
} */

a.arrow:before {
	content: url("../images/rightarrow.png")" ";
}

/* Hauptmenüleiste (Horizontal)
******************************************************/
#menueHeader {
	background: #FFF;
}

#infoLine {
	font: 0.63em/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #000050;
	background: url(../images/footer.png) repeat-x left bottom;
	padding: 0.4em;
}

#leftContainer {
	font-size: 0.69em;
	width: 200px; 
	float: left; 
	position: relative; 
	background-color:#FFF;
}

#rightContainer {
	font-size: 0.69em;
	width: 125px; 
	float:right; 
	position:relative;
	background: #FAFAFA;
}

#mainContainer {
	font-size: 0.69em;
	background-color: #FFF;
	float: left;
	display:inline;
	position: relative;
	width:629px;
}

div#mainContainer { 
	border-left: 1px solid #999;
	min-height: 750px;
	height: expression(this.scrollHeight > 750 ? "auto":"750px");
}

#leftContainer .leftBlock {
	margin: 0 1px 5px 1px;
	border-top: 5px solid #F93;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0.2em;
	background: #FAFAFA;
}

#rightContainer .rightBlock {
	margin: 0 0 5px 1px;
	border-top: 5px solid #F93;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0.2em;
	background: #FAFAFA;
}

#randompicture img {
	width: 189px;
	height: 189px;
	margin-bottom: 1em;
	margin-left: 1px;
	border: 5px solid #CCC;
}

/* Float containers fix:
******************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* Inhalte
******************************************************/
#contents {
	padding: 0 0 0 0.2em;
}

#contents p {
	line-height: 1.25em;
}

#mainContainer a {
	text-decoration: underline;
}

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

#mainContainer .shorttable {
	margin: 0 0.4em;
	border-right: 0.63em solid #F93;
	padding: 0.63em 0.2em 0 0.2em;
	background: #FFF url(../images/gradientbg.jpg) repeat-x left top;
}

#mainContainer .fulltable {
	margin: 0 0.4em;
	padding: 0.63em 0.2em 0 0.2em;
}

#mainContainer .printTemplate {
	margin-top: 2em;
	margin-bottom: 1em;
}

#mainContainer .backTemplate {
	margin: 1em 4em;
	border: 1px solid #CCC;
	padding: 0.1em 1em;
	background: #FFF url(../images/gradientbg.jpg) repeat-x left top;
	text-align: right;
}

#mainContainer .infoContent {
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 0 .8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#mainContainer .insertUser {
	clear:left;
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 0 .8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#mainContainer .editUser {
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 0 .8em 1em .8em;
}

/* Footer IDs
******************************************************/
#wrapFooter {
	height:20px; 
	background-color:#FFF; 
	clear:both;
}

#footerAddress {
	clear: both;
	font-size: 0.69em;
	text-align: center;
	font-style: italic;
	color: #999;
	display: block;
}

#footerValid {
	clear: both;
	text-align: right;       /* Seiteninhalt rechts ausrichten */
	margin: 0 auto; 		 /* standardkonforme horizontale Zentrierung */
	width: 955px;
}

/* Menüleiste im Fuss
******************************************************/
#footerMenue {
	text-align: center;
	border-top: 1px solid #000;
	text-transform: uppercase;
	font: 0.57em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#footerMenue li a {
	padding: 0 0.75em;
}

#footerMenue li a:hover {
	color: #000;
}

#footerMenue ul {
	margin: 0.1em 0;
	padding: 0.2em 0;
	background: transparent url(../images/footer.png) repeat-x left bottom;
}

#footerMenue ul li {
	display: inline;
}

#footerMenue ul li+li {
	border-left: 1px solid #999;
}

/* Skyscraper IDs and classes
******************************************************/
#leftSkyContainer {
	width: 120px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

.leftSky {
	visibility: visible;
	position: relative;
	left: -122px;
	top: -1px;
}

#rightSkyContainer {
	position: absolute;
	visibility: hidden;
	width: 120px;
	z-index: 100;
}

.rightSky {
	position: relative;
	visibility: visible;
	left: 958px;
	top: -1px;
}

/* Button-Banner IDs
******************************************************/
#leftBanner {
	text-align: center;
	margin: 5px 1px;
	background-color: #FFF;
}

#leftBanner img {
	padding-bottom: 1em;
}

#rightBanner {
	text-align: center;
	margin: 5px 1px;
	background-color: #FFF;
}

#contentBanner {
	text-align: center;
	margin: 1em 4em 0 4em;
	border-top: 1px solid #999;
	padding-bottom: 1em;
}

.bannerText {
	font-size: 0.88em;
	color: #666;
	text-align: left;
	font-style: italic;
	margin: 0 1em;
}

/* Thumbnails IDs and classes
******************************************************/
.thumb {
	padding: 0.2em;
}

/* Standorte IDs and classes
******************************************************/
#pages {
    font-size: 100.01%;
	width: 100%;
}

#pagesHeader {
	background-color: transparent;
	width: 100%;
	height: 1px;
	visibility: hidden;
}

.pagesBorderTopLeft {
	background: url(../images/locations/border_top_left.gif) no-repeat left bottom;
	width: 35px;
	height: 35px;
}

.pagesBorderTopRight {
	background: url(../images/locations/border_top_right.gif) no-repeat left bottom;
	width: 45px;
	height: 35px;
}

.pagesBorderTop {
	background: url(../images/locations/border_top.gif) repeat-x left top;
	height: 35px;
}

.pagesBorderBottom {
	background: url(../images/locations/border_bottom.gif) repeat-x left top;
	height: 55px;
}

.pagesBorderLeft {
	background: url(../images/locations/border_left.gif) repeat-y left top;
	width: 35px;
}

.pagesBorderRight {
	background: url(../images/locations/border_right.gif) repeat-y left top;
	width: 45px;
}

.pagesBorderBottomLeft {
	background: url(../images/locations/border_bottom_left.gif) no-repeat left bottom;
	width: 35px;
	height: 55px;
}

.pagesBorderBottomRight {
	background: url(../images/locations/border_bottom_right.gif) no-repeat left bottom;
	width: 45px;
	height: 55px;
}

.pagesWerbetext {
	font-size: 1em;
	font-weight: bold;
}

#pagesLogo {
	margin: 1em;
	text-align: right;
	vertical-align: top;
}

.pagesSmallText {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	vertical-align: top;
}

.pagesBlockTitel {
	color: #000;
	font-size: 1.3em;
}

.pagesBlockTitel th {
    font-size: 100.01%;
	color: #000;
	font-weight: bold;
}

.pagesBlockTitel a {
	font-size: 1.5em;
}

.pagesBlockTitel a:hover {
	color: #000;
}

.pagesBlockText {
	color: #000;
}

/* FCKeditor classes
******************************************************/
.Bold {
	font-weight: bold
}

.Title {
	font-weight: bold;
	font-size: 1.12em;
	color: #C30;
}

.Code {
	font-family: 'Courier New', Monospace;
	border: #8b4513 1px solid;
	color: #000066;
	background-color: #666;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

/* Intro IDs and classes
******************************************************/
#intropage { }

/* Galerie IDs and classes
******************************************************/
div.shadow, div.shadow2, div.shadow3, div.shadow4, div.shadow5 {
   padding: 1px;
}
   
div.shadow5:hover div.shadow,
div.shadow5:hover div.shadow2,
div.shadow5:hover div.shadow3,
div.shadow5:hover div.shadow4,
div.shadow5:hover {
	padding: 0;
}

div.shadow {
	background-color: #8e8e8e;
	border: 1px solid #959595;
	margin: 0px;
}

div.shadow2 {
	background-color: #aaa;
	border: 1px solid #bebebe;
	margin: 0;
}

div.shadow3 {
	background-color: #D1D1D1;
	border: 1px solid #E1E1E1;
	margin: 0;
}

div.shadow4 {
	background-color: #ededed;
	border: 1px solid #f6f6f6;
	margin: 0;
}

div.shadow5 {
	float: left;
	margin: 10px 14px;
	border: 1px solid transparent;
	background-color: #fcfcfc;
}

div.shadow5:hover {
	border-width: 5px;
}

div.shadow5 img {
	border: 0px solid #999;
	margin: -2px;
	display: block;
	position: relative;
	top: -3px;
	left: -3px;
}
	
div.shadow5:hover img {
	margin: -1px;
	top: -1px;
	left: -1px;
}

/* admin IDs and classes
******************************************************/
.adminMenueTable {
	table-layout:auto;
	border-collapse: separate; /* collapse */
	border-spacing:1px;
	empty-cells:hide;
	margin:0;
	border:1px solid #666;
	padding:0;
	background:#FFC;
}

.adminMenueItem {
	text-align: center;
	margin: 0;
	border: 0 none;
	padding: 0;
	height:20px;
	background:transparent;
}

.adminMenueItem a {
	white-space: nowrap;
}

.adminMenueTitle {
	font: normal 9px/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	border: 0 none;
	padding: 0 .2em 0 .4em;
	white-space: nowrap;
}

.contentLayer {
	position: relative;
	margin: .1em 0 0 .1em;
	border: 0 none;
	padding: 0;
	float: left;
	z-index:1010;
}

.contentLayerH {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	margin: .2em 0 0 .2em;
	border-top: 1px solid #CCC;
	border-right: 1px inset #333;
	border-bottom: 1px inset #333;
	border-left: 1px solid #CCC;
	padding: 0;
	float: left;
	z-index:1020;
}

.infoLayer {
	position: relative;
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	z-index:1000;
}

.required {
	color: #F00;
	letter-spacing: .2em;
}

#confirm {
	margin: 0;
	border: 1px dotted #0F0;
	padding: 1em;
}

#message {
	margin: 0;
	padding: 1em;
}

#message li {
	font-style: italic;
}

#message h3 {
	color: #036;
}

.nosee {
	display: none;
}

/*printer styles*/ 
@media print { 
	/*hide the left column when printing*/ 
	#leftContainer{display:none;} 

	/*hide the right column when printing*/ 
	#rightContainer {
		display:none;
	} 
	#wrapInner, #mainContainer {
		width:100%; float:none;
	}
}

