/*##########################################################*/
/*                 BASIC TAG CONFIGURATION                  */
/*          e. g. Configuration of whole HTML-Tags          */
/*##########################################################*/

a, a:link, a:visited, a:hover, a:active {
	color: #FE9E02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/design/bg/bg_dark.gif);
	background-repeat: repeat;
}

h1 {
	border-bottom-color: #FE9E02;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 12px;
}

/* Subheader H2 */
h2 {
	padding-top: 30px;
	color: #FE9E02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	float: left;
	padding-left: 30px;
	width: 130px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}



/***************** FORMS (GB, ECARDS) ***********************/

/* General input, textarea - tags */

input, textarea, select {
	border: 1px solid #FE9E02;
	background-color: #425273 !important;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Submit-Buttons to be in a different layout */
#submit {
	text-align: right;
}

#submit input {
	background-color: #CCCCCC !important;
	border: 1px solid #000000;
	margin-right: 50px;
	padding: 3px;
	color: #000000;
}



/*##########################################################*/
/*                BASIC LAYOUT CONFIGURATION                */
/*       Configuration necessary for basic template         */
/*##########################################################*/


/* Centers Main-part, with vertical lines as background */
#centerbox {
	margin: 0 auto;
	padding-left: 5px;
	padding-top: 155px;
	width: 669px;
	background-image: url(../images/design/bg/bg_quer.gif);
	background-repeat: repeat-y;
	text-align: left;
	min-height: 100%;
}

* html #centerbox {
	height: 100%;
}


/* Displays horizontal lines, centers #centerbox */
#fullscr {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/design/bg/bg_horizontal.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
}

/* Settings for main-content-part (e. g. font, color) */
#content {
	margin-left: 50px;
	margin-top: 40px;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-left: 0px;
	width: 559px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Settings for main-content-part (e. g. font, color) */
#header_image {
	margin: 0;
	padding: 0;
	height: 225px;
}


/* Settings for the navigation, background-information
necessary for continuing horizontal lines above picture */
#navi {
	padding-bottom: 10px;
	width: 659px;
	background-image: url(../images/design/bg/bg_navi.gif);
	background-repeat: repeat-x;
	text-align: center;
}


/* Settings for the small "display this page in ..."-part
necessary for continuing horizontal lines below picture */
#lang_select {
	width: 659px;
	padding-top: 7px;
	background-image: url(../images/design/bg/bg_language-selection.gif);
	background-repeat: repeat-x;
	text-align: right;
}

/* Language-Selection-Link in always in light-blue */
#lang_select a, #lang_select a:visited, #lang_select a:link, #lang_select a:hover, #lang_select a:active {
	margin-right: 8px;
	color: #425273;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}


/************************ Text m. Bild ***************/

.csc-textpic blockquote {
	margin-left: 200px;
}

/* Quote on startpage */
.csc-textpic-above {
	margin-top: 20px;
}

/* Bild & Text links neben Bild (z. B. Portfolio) */
/* Hier: Abstände von Bild */
.csc-textpic-intext-left {
	margin-left: 30px;
	margin-top: 15px;
}

/* Bild & Text links neben Bild (z. B. Portfolio) */
/* Hier: Text neben Bild */
.csc-textpic-intext-left .bodytext {
	margin-left: 220px;
	width: 290px;
}

/* Allgemeeine Einstellung für Bild/Text-Element */
.csc-textpic-text {
	padding-bottom: 20px;
}

/****************** Text m. Bild ENDE ***************/

/* center for RTE */
.align-center {
	text-align: center;
}

/* Bodytext eingerückt allgemein */
/* Hier z. B. "Vita" */
.bodytext {
	margin-left: 160px;
	width: 359px;
}

/* Border after Element (RTE-Option) */
.csc-frame-rulerafter {
	margin-left: 30px;
	border-bottom: 1px solid #425273;
}



/*##########################################################*/
/*                  ECARD CONFIGURATION                   */
/*        Configuration for the ecard-extension           */
/*##########################################################*/


/* space between fields */
.tx-srsendcard-pi1-card-form-wrap input, .tx-srsendcard-pi1-card-form-wrap textarea,.tx-srsendcard-pi1-card-form-wrap select {
	margin-bottom: 10px;
}

/* Text for input fields right-sided, followed by input-field */
.tx-srsendcard-pi1-card-form-wrap label {
	float: left;
	padding-right: 50px;
	padding-top: 3px;
	width: 150px;
	margin-left: 30px;
	text-align: right;
}

.tx-srsendcard-pi1-card-image-wrap {
	text-align: center;
}

.tx-srsendcard-pi1-error-message {
	margin-left: 180px;
	margin-bottom: 0px;
	color: red;
	font-weight: bold;
}

.tx-srsendcard-pi1-first-column {
	clear: both;
}

.tx-srsendcard-pi1-image-selector {
	margin-top: 50px;
	padding-left: 30px;
	width: 559px;
	height: 600px;
}

.tx-srsendcard-pi1-image-selector-column {
	float: left;
	border-bottom: 1px solid #425273;
	width: 100px;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 83px;
}

.tx-srsendcard-pi1-image-selector-column dt {
	text-align: center;
}

.tx-srsendcard-pi1-image-selector-column dt {
	height: 100px;
}

.tx-srsendcard-pi1-image-selector-column img {
	border: 0px none;
}

.tx-srsendcard-pi1-submit {
	margin-top: 30px;
	text-align: center;
}

#tx_srsendcard_pi1_card_delivery_notify {
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none #000000;
	background-color: transparent;
}



/*##########################################################*/
/*                  GALLERY CONFIGURATION                   */
/*        Configuration for the gallery-extension           */
/*##########################################################*/


.gallery-preview {
	margin: 0 auto;
}

.wrap_preview-images {
	text-align: center;
}

.wrap_preview-images {
	text-align: center;
}

.wrap_preview-images #tx-lzgallery-pi1-fotos {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

.wrap_preview-images #tx-lzgallery-pi1-fotos .gallery-preview tr td {
	border-bottom: 0px solid #425273;
}

.wrap_preview-images #tx-lzgallery-pi1-fotos td {
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

.wrap_preview-images #tx-lzgallery-pi1-fotos td .gallery-preview {
	border-bottom: 1px solid #425273;
	margin: 0px;
	width: 100%;
}

.wrap_preview-images #tx-lzgallery-pi1-fotos td .gallery-preview td {
	padding-left: 10px;
	padding-right: 10px;
}

#tx-lzgallery-pi1-fotos td {
	text-align: center;
}


/*##########################################################*/
/*                 GUESTBOOK CONFIGURATION                  */
/*       Configuration for the guestbook-extension          */
/*##########################################################*/


/********************* LIST-VIEW ***************************/

/* Date to the right-border */

.gb_date {
	text-align: right;
}

/* Configures the Users Comment */
.gb_entry {
	margin-bottom: 50px;
	margin-left: 40px;
	margin-right: 10px;
}

/* Configures the headline of each Entry (Name, Website, Date) */
.gb_entry-headline {
	border-bottom-color: #FE9E02;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 9px;
}

/* Name and/or Results to the left, 
Date and/or Page-Navi in same line to the right */
.gb_from {
	float: left;
	width: 50%;
}

/* Links within the guestbook (for users website and email) */
.gb_from a, .gb_from a:visited, .gb_from a:link, .gb_from a:hover, .gb_from a:active {
	font-size: 9px;
}



/***************** FORM FOR NEW ENTRY ***********************/

/* Text for input fields right-sided, followed by input-field */

.gbform_fieldheadline {
	float: left;
	padding-right: 50px;
	padding-top: 3px;
	width: 130px;
	text-align: right;
}

/* space between fields */
.gbform_fieldheadline, .gbform_inputfield {
	margin-bottom: 10px;
}


/*##########################################################*/
/*                  CAPTCHA CONFIGURATION                   */
/*       Configuration for the captcha (e. g. text)         */
/*##########################################################*/

/* Explanation smaller than normal */

.tx-guestbook-form-inputfield-med {
	border: 1px solid #FE9E02;
	background-color: #425273;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-srfreecap-pi2-image {
	text-align: left;
}

#captcha_text {
	padding-bottom: 30px;
	font-size: 10px;
	margin-left: 44px;
	width: 471px;
}

/* Headline as normal font, but bold */
#captcha_text h1 {
	margin: 0px;
	font-size: 12px;
}
