
/* Definition des HTML-Tag */
html {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(../art_global/bg_content.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}


/* Definition des TEXTAREA-Tag */
textarea {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Max. Breite der Inhalte */
div.content-max-width {
	width: 1000px;
}


/* Kopfbereich der Seite */
div#header {
	background-color: white;
	background-image: url(../art_global/bg_header.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div#header-logo {
	padding: 0px;
}
div#header-image {
	
}
div#header-image img {
	/*border-top: 1px solid #DADADA;*/
}


/* Hintergrundfarben fuer die Navigationen */
div.navigation-sub-background {
	background-color: #cc0000;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 1.2em;
}
div.navigation-main-background {
	background-color: #F1F1F1;
}


/* Rahmen und Hintergrund fuer die Inhalte */
div#content {
	padding: 25px 0 15px 0;
	border: none;
	
}

/* Container fuer die Inhaltsspalte LINKS */
div#column-left {
	width: 200px;
	/*background-color: green;*/
}

/* Container fuer die Inhaltsspalte NORMAL */
div#column-normal {
	width: 500px;
	margin-left: 20px;
	/*background-color: red;*/
}

/* Container fuer die Inhaltsspalte RECHTS */
div#column-right {
	width: 235px;
	/*background-color: lime;*/
}


/* Container fuer den Footer */
div#footer {
	padding: 0;
}

/* Container fuer die Footer-Navigation */
div#footer-navigation {
	width: 202px;
	background-color: #cc0000;
}



/* Allgemeine Klassen */
div.one-pix {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
div.dotted-border-top {
	padding-top: 15px;
	border-top: 1px dotted #8F9EAF;
}
/*div.hidden {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
div.position-relative {
	position: relative;
}*/


/* Klassen fuer Umfluesse */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}



/* *** CSS-Klassen fuer mailform *** */
form#mailform {
    
    
}
form#mailform fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}
form#mailform label {
	float: left;
	width: 90px;
	padding-top: 1px;
}
input#mailformname,
input#mailformemail,
input#mailformphone {
	width: 230px;
	margin-bottom: 3px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #8F9EAF;
}
input#mailformcall {
	margin: 2px 0 5px 0;
}
textarea#mailformmessage {
	width: 330px;
	height:120px;
	margin: 10px 0 3px 0;
	padding: 1px 5px 2px 5px;
	border: 1px solid #8F9EAF;
}
input#mailformformtype_mail {
	border: 1px solid #8F9EAF;
	background: none;

}
input#mailformsubmit {
    float: left;
    margin: 4px 0 0 163px;
}


/* *** CSS-Klassen fuer Text m/Bild *** */

/* Abstand unter Bild + Unterschrift */
DIV.csc-textpic-imagewrap {
	/*padding-bottom: 20px;*/
	padding-bottom: 10px;
	/*background-color:red;*/
}

/* Abstand unter dem Bild */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 00;
}

/* Rahmen um Bilder */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #8F9EAF;
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-text,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-left DIV.csc-textpic-text {
	/*padding-left: 7px;*/
	padding-left: 0px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-text,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-right DIV.csc-textpic-text {
	padding-right: 7px;
}



/* Container fuer die LATEST-Ansicht fuer die News auf der Homepage */
div#news-latest {
	padding: 30px 0 20px 0;
}

/* Container fuer LIST-Ansicht der News */
div.news-list-item {
	/*margin-top: 5px;*/
	padding: 15px 0 15px 0;
	border-top: 1px dotted #8F9EAF;
}
div.news-list-image {}
div.news-list-content {
	width: 345px;
}

/* Container fuer SINGLE-Ansicht der News */
div.news-single-img {
	float: right;
	width: 200px;
	padding: 0 0 0 10px;
}


/* Klassen fuer die Erweiterung tx_sksimplegallery_pi1 */
.tx-sksimplegallery-pi1 p.pagebrowser span {
	padding:0 4px
}

/*  */
dl.gallery-single-view {
	float:left;
	width: 170px;
	margin: 0 10px 15px 0;
	border: 1px solid #8F9EAF;
}
dl.gallery-single-view img {
	display:block;
}
dl.gallery-single-view dt.gallery-image img {
	border-bottom: 1px solid #8F9EAF;
}
dl.gallery-single-view dd {
	width: 160px;
	height: 44px;
	margin: 0;
	padding: 3px 5px 3px 5px;
}

/*  */
.tx-sksimplegallery-pi1 h3 {
	margin:6px;
}

/*  */
.tx-sksimplegallery-pi1 .description {
	margin:6px 0 12px 0;
	padding-bottom:4px;
	border-bottom:1px solid #000;
}
.tx-sksimplegallery-pi1 br.clear {
	clear:both;
}
.tx-sksimplegallery-pi1 .error {
	color:red;
	font-weight:bold;
	padding:12px;
}



