/*
Design by Patrick Brotz
http://www.screendivision.de
*/

body {
	margin-top: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/day-bg.jpg);
	position: static;
	background-attachment: fixed;
}
/*
div-layer-style
*/

#apDiv1 {
	position:absolute;
	width:45px;
	height:568px;
	z-index:3;
	left: 35px;
	top: 31px;
}
#apDiv3 {
	position:absolute;
	width:881px;
	height:20px;
	z-index:4;
	left: 59px;
	top: 22px;
}
#apDiv4 {
	position:absolute;
	width:850px;
	height:162px;
	z-index:1;
	left: 90px;
	top: 30px;
}
#apDiv5 {
	position:absolute;
	width:850px;
	z-index:2;
	left: 90px;
	top: 227px;
	background-color: transparent;
	height: 100%;
}
#apDiv6 {
	position:absolute;
	width:200px;
	height:100%;
	z-index:6;
	left: 951px;
	top: 30px;
}
h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
h1 {
	letter-spacing: -1px;
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
p, ul, ol, li {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 18px;
	list-style-type: circle;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #666666;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
img {
	border: none;
}
/* Content */

#content {
	padding: 30px 30px 30px 30px;
	background-color: #FFFFFF;
	max-width: 850px;
	min-height: 300px;
	border:3px double #cccccc;
}
* html #content {
	width: 100%;
	padding: 30px 30px 30px 30px;
	background-color: #FFFFFF;
	height: 350px;
	border:3px double #cccccc;
}
/* Footer */

#footer {
	width: 850px;
	background-color:transparent;
}
#footer-menu {
	margin-top:35px;
	width: 850px;
	float: left;
	color: #D4D0C8;
	text-transform: capitalize;
	background-color: #660000;
	height: 50px;
}
/* CONTENT --- TEXTE ---- PIX */

/* CONTENT --- HOME */


.zitat_home {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:100%;
	margin-left:50px;
}
.wolfgang_goethe {
	font-size:10px;
	padding-top:5px;
	padding-bottom:15px;
	margin-right:170px;
}
.CalvinCoolidge {
	font-size:10px;
	padding-top:5px;
	padding-bottom:15px;
	margin-right:235px;
}
.home_content {
	margin-top:40px;
	margin-right:50px;
	margin-left:50px;
}
.impressum, .referenzen {
	margin-right:50px;
	margin-left:50px;
}


/* CONTENT --- ENDE - TEAM */

.red_bold {
	color: #660000;
	font-weight: bold;
	padding-left:35px;
}

.red_bold_ref {
	color: #660000;
	font-weight: bold;
}

.text_Leistung {
padding-left:35px;
}

/* CONTENT - TEAM - NAVIGATION */

/* =-=-=-=-=-=-=-[Menu_team]-=-=-=-=-=-=-=- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu_team {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	width: 250px;
	margin: 10px;
	}
	
#menu_team li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu_team li a:link, #menu_team li a:visited {
	color: #000000;
	display: block;
	padding: 15px 70px 0 10px;
	text-align: right;
	}
	
#menu_team li a:hover {
	color: #666666;
	padding: 15px 70px 0 10px;
	text-align: right;
	}
	
#menu_team li a:active {
	color: #660000;
	padding: 15px 70px 0 10px;
	text-align: right;
	}

.border {
	border-bottom:1px #333333;
	border-bottom-style: dashed;
	}
	
	
/* ------------------------------------------NEWS DAY--------------------------------------------------------------------- */

.news-list-item_day {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:20px;

}


.news-list-morelink_day {
font-size:10px;
font-weight:bold;
}

.news-list-date_day {
color:#666666;
font-size:10px;
font-weight:bold;
}

.news_titel_day {
font-size:15px;
font-weight:bold;
padding-top:15px;
}

.news-single-backlink_day {
font-size:10px;
font-weight:bold;
padding-top:15px;
}

.news-single-timedata_day {
font-size:10px;
font-weight:bold;
padding-bottom:15px;
}


/*--------------------------------- Powermail DAY ------------*/
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #650000;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #650000;
	margin: 3px 0 15px 100px;
}


* html div.powermail_mandatory_js {
	/* DIV container of errormessage */
		margin-left:100px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	margin-top:30px;
	margin-left: 105px;
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 40px;
	width:480px;
	font-weight:bold;
	
}

* html fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	margin-left: 115px;
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 40px;
	width:550px;
	font-weight:bold;
	}
	
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	font-size:16px;
}

* html fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-size:14px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 300px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
	width:400px;
}

* html fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
	width:450px;
}


	/* Confirmation */
td.powermail_all_td {
	font-size:11px;
	padding-left:50px;
}

.mail_conf {
padding-left:50px;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
 

/* CAPTCHA */
#powermaildiv_uid8 {	
	border: 1px solid #999999;
	width:393px;
	background-color:#eee;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	max-height: 100px;
}

/* IE HACK CAPTCHA */
* html #powermaildiv_uid8 {	
	border: 1px solid #999999;
	height:50px;
	width:403px;
	background-color:#eee;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	
}

/* IE HACK - SPACE TOP */
* html #powermaildiv_uid11 {
margin-top:45px;
}


