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

*:focus {
	outline-style: none;
}

html, body { 
	margin:0;
	padding:0; 
} 
 
body {
	font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 100.01%;
	color: #666;
}

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

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

img {
	border: 0 none;
}

blockquote {
	margin: 0;
}

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

/* Textinhalte
******************************************************/
h1 { font-size: 1.25em; }
h2 { font-size: 1.19em; }
h3 { font-size: 1.12em; }
h4 { font-size: 1.06em; }
h5 { font-size: 1em; }
h6 { font-size: .93em; }

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

h1, h2, h3 {
	color: #FFF;
	padding: 0 0 0 .2em;
	background: url(../images/asap-edv/bg_block_doppelt.png) repeat-x left top;
	line-height: 26px;
}

h2 img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

p, pre {
	margin: 0;
	padding: 0 .2em .75em .2em;
}

pre, code {
	font-family: 'Courier New', Monospace;
	color: #333;
	font-size: 1.25em;
	padding-right: 5px;
	padding-left: 5px;
}

/* Tabellen Elemente
******************************************************/
table {
	border-collapse: separate; /* collapse */
	border-spacing: 1px;
	empty-cells: show;
}

caption {
	font-size: 1.250em;
	font-weight: 700;
	text-align: left;
	padding-top: .2em;
}

th {
	text-align: center;
	speak-header: always;
}

th span {
	font-weight: 400;
}

/* 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 {
	color: #666;
	padding: 1em .4em;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
}

label {
	color: #666;
}

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

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

select, input {
	font-size: 99%;
	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;
}

input {
	padding: .1em;
	background: #FEFEFE url(../images/textbg.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"] {
	border: 0 none;
	background: transparent;
	vertical-align: middle;
}

input[type="image"] {
	border: 0;
	background-color: transparent;
}

input.button {
	color: #666;
	line-height: 16px;
	background: url(../images/buttons/buttondefault.gif) no-repeat right bottom;
	margin-bottom: .5em;
	border: 0 none;
	padding: 1px 6px 3px 6px;
	height: 19px;
	cursor: pointer;
}

.button:hover, .button:focus {
	color: #000;
	background: url(../images/textbg.png) no-repeat left top;
}

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

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: 0 auto; 
}

#wrapHeader {
	position: relative;
	height: 2.5em;
	width: 100%;
}

#infoLogo {
	position: relative;
	width: 225px;
	height: 120px;
	top: -175px;
	left: 25px;
	background: url(../images/asap-edv/logo_asap.png) no-repeat left top;
}

#wrapper {
	margin-top: 5px;
	background: url(../images/asap-edv/bg_subnavi.jpg) repeat-y left top;
	clear: left;
}

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

/*
#mainContainer a[href^="http://"]:before { 
	content: url("../images/link.png");
	margin-right: .2em;
}
*/

#wrap a.arrow:before {
	content: url("../images/ar-open.png");
	margin-right: .2em;
}

/* Hauptmenüleiste (Horizontal)
******************************************************/
.balkenHeader {
	width: 955px; 
	height: 30px; 
	position: relative;
	top: 70px;
	background: url(../images/asap-edv/balken_oben.gif) repeat-x left bottom;
}

.lineHeader {
	width: 955px; 
	height: 7px; 
	position: relative;
	top: 70px;
	background: url(../images/asap-edv/line_orange.gif) repeat-x left bottom;
}

#infoLine {
	height: 232px;
	width: 955px;
}

#infoText {
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 305px;
	position: relative;
	top: -225px;
	left: 290px;
	color: #333;
	font-size: 1.125em;
}

#infoLine .rightInfo {
	float:right;
}

.rightInfo a {
	color: #FFF;
	font-weight: bold;
}

#mainContainer {
	font-size: .69em;
	margin-left: 235px;
	background: url(../images/asap-edv/background.png) repeat center top;
}

#leftContainer {
	font-size: .69em;
	width: 235px; 
	float: left; 
}

#rightContainer {
	font-size: .69em;
	width:235px; 
	float:right; 
}

.leftBlock {
	color: #FFF;
	margin: 4px 0;
	border-top: 4px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: .2em 1em .2em 3em;
}

.rightBlock {
	color: #FFF;
	margin: 0;
	border-top: 4px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: .2em .4em;
	background: url(../images/asap-edv/hg_umfrage.gif) repeat-y left top;
}

#randompicture img {
	width: 235px;
	height: 200px;
	margin-left: 1em;
	border: 4px solid #CCC;
}

/* Hauptmenüleiste (Horizontal)
******************************************************/
#menueHeader {
	height: 30px;
	margin-bottom: 5px;
}

ul#mainMenue {
	margin: 0; padding: 0;
	text-align: center;
}

ul#mainMenue li {
	list-style: none;
	display: inline;
	font: bold 0.75em/30px "Trebuchet MS", Verdana, Arial;
}

ul#mainMenue a.normal, ul#mainMenue .current {
	color: #FFF;
	text-decoration: none;
	float: left; width: 95px;
	border-right: 1px solid transparent;
	background: transparent url(../images/asap-edv/bg_hauptnavi.png) repeat-y left top;
}

* html ul#mainMenue a.normal, * html ul#mainMenue .current {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 10em;
}

ul#mainMenue a:hover.normal, ul#mainMenue .current {
	color: #FFF;
	background: transparent url(../images/asap-edv/bg_hauptnavi_aktiv.png) repeat-y left top;
}

.mainMenue {
	text-align: center;
	width: 10%;
}

.mainMenue a {
	font: bold 0.75em/30px "Trebuchet MS", Verdana, Arial;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-right: 1px solid transparent;
	white-space: nowrap;
}

.mainMenue a:hover, .mainMenue a.current {
	color: #FFF;
	text-decoration: none;
}

.mainMenue a.current {
	cursor: default;
}

/* Sub-Navigation (Vertikal)
******************************************************/
#subContainer {
	padding-bottom: 5em;
}

#subTitle {
	color: #333;
	font-size: 1.19em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2.2em;
	display: block;
}

.subMenue a {
	color: #000;
	font-size: 1.06em;
	line-height: 2em;
	white-space:nowrap;
	display: block;
	padding-left: 3em;
	border-bottom: 2px solid #FFF;
}

.subMenue a:hover, .subMenue a.current {
	color: #333;
	text-decoration: none;
}

/* Inhalte
******************************************************/
#mainContainer .shorttable a:hover {
	color: #000;
	text-decoration: underline;
}

#mainContainer .shorttable {
	margin-bottom: 5px;
	float: left;
	position: relative;
	display:block;
}

.shortcontent {
	width: 235px;
	height: 219px;
	background-color: #FFF;
}

.shortcontent475 {
	width: 475px;
	height: 219px;
	background-color: #FFF;
}

.shortcontent715 {
	width: 715px;
	height: 219px;
	background-color: #FFF;
}

#mainContainer .fulltable {
	padding-top: 5px;
	background-color: #FFF;
}

#mainContainer .fulltable a:hover {
	color: #000;
	text-decoration: underline;
}

.more {
	width: auto;
	font-weight: bold;
	text-align: right;
	margin-left: 5px;
	background-color: #FFF;
	border-bottom: 1px solid #F90;
}

#mainContainer .printTemplate {
	clear: left;
	font-weight: bold;
/*
	padding-top: 1em;
	padding-bottom: 1em;
*/
	visibility: hidden;
}

#mainContainer .backTemplate {
	clear: left;
	padding: 1em .2em 1em 0;
	text-align: right;
}

#mainContainer .infoContent {
	clear:left;
	font-style: italic;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding: 0 1em;
}

#mainContainer .insertUser {
	clear:left;
	font-style: italic;
	color: #333;
	text-align: right;
	padding: 0 1em;
}

#mainContainer .editUser {
	font-style: italic;
	color: #333;
	text-align: right;
	padding: 0 .8em 0 .8em;
}

/* Footer IDs
******************************************************/
#wrapFooter {
	padding: 5px 0;
	height: 20px; 
	clear: left;
}

#footerAddress {
	width: 955px; 
	text-align: center;       /* Seiteninhalt zentriert ausrichten */
	margin: 0 auto; 		 /* standardkonforme horizontale Zentrierung */
	font-size: .69em;
	font-style: italic;
	display: block;
}

#footerLine {
	width: 955px; 
	height: 7px; 
	margin: 0;
	padding: 0;
	background: url(../images/asap-edv/line_orange.gif) repeat-x left bottom;
}

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

/* Menüleiste
******************************************************/
#footerMenue {
	text-align: right;
	font-size: .63em;
}

#footerMenue li a {
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	padding: 0 .75em;
}

#footerMenue li a:hover {
	text-decoration: underline;
}

#footerMenue ul {
	margin: 0;
	background: url(../images/asap-edv/balken_unten.jpg) 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;
	visibility: hidden;
	z-index: 100;
}

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

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

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

/* Button-Banner IDs
******************************************************/
#leftSkyContainer, #rightSkyContainer, #contentBanner, #rightBanner, #rightContainer { display: none; }

/* Thumbnails IDs and classes
******************************************************/
.thumb {
	padding: .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;
	color: #333;
}

.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;
}

.pagesProfile {
	color: #000;
}

.pagesSector {
	color: #000;
}

/* 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 {
	border-collapse: separate; /* collapse */
	border-spacing: 0;
	empty-cells: hide;
	margin: 0;
	border: 1px inset #E1E1E1;
	padding: 0;
	background: #FFC;
}

.adminMenueItem {
	margin: 0;
	border: 0 none;
	padding: 0;
	text-align: center;
}

.adminMenueItem a {
	background: url(none);
	white-space: nowrap;
}

.adminMenueTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 20px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 0 .2em;
	white-space: nowrap;
}

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

.contentLayerH {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: .2em 0 0 .2em;
	border-top: 1px solid #E1E1E1;
	border-right: 1px inset #333;
	border-bottom: 1px inset #333;
	border-left: 1px solid #E1E1E1;
	padding: 0;
	visibility: hidden;
	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: 2em;
	border: 1px dotted #0F0;
	padding: 1em;
}

#message {

	margin: 1em 2em;
	border: 1px dotted #F00;
	padding: 1em;
}

#message li {
	font-style: italic;
}

#message h3 {
	color: #F00;
}

.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;
	}
}

