@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: eurostile, Arial, Sans-Serif;
	font-size: 15px;
	color: #333333;
	text-transform: lowercase;
}

p {
	text-align: justify;
	/*text-indent: 15px;*/
	margin: 3px 0 0 0;
	padding: 0 10px;
}

/*
h1 {
	padding: 10px;
}
*/

h2 {
	padding: 20px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #555555;
}

a:hover {
	color: #222222;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

h1.head {
	background: url('../img/head.png') no-repeat left;
	background-position: 8px center;
	text-indent: -9999px;
	border-bottom: 1px solid #999999;
	height: 70px;
	margin-bottom: 30px;
	padding:10px 10px;
	}
	h1.head a {
		display: block;
		height: 100%;
	}
	
div#content h1 {
	font-weight: normal;
	text-align: right;
	margin: 0 10px;
	padding: 0;
}

div#content div.text_only h1 {
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#pagewrap {
	width: 889px;
	margin: 50px auto;
	/*background: url('../img/nav_bg.png') left repeat-y;*/
}

div#pagewrap_startpage {
	width: 889px;
	margin: 50px auto;
	/*background: url('../img/nav_bg.png') left repeat-y;*/
}

div#nav {
	width: 185px;
	float: left;
	padding: 0 0 0 10px;

}

div#content {
	width: 690px;
	min-height: 150px;
	float: right;
	margin-bottom: 45px;
}

div#footer {
	border-top: 1px solid #999999;
	margin-top: 10px;
}


/*Hauptnavigation*/

ul.nav_main {
	padding: 0 3px;
}

li {
	list-style-type: none;
	padding: 8px 0px;
	line-height: 10px;
}


li.nav_active a {
	color: #7a213e;
}

/*Subnavigation*/

ul.nav_sub {
	padding: 0 3px 0 30px;
	}
	ul.nav_sub li {
		line-height: 20px;
	}

/*Subnavigation neu*/	
#nav_sub {
	float: right;
}
#nav_sub li {
	float: left;
	padding: 8px 10px;
}

/*Browse Menu*/
ul.browse_menu li {
	display: block;
	font-size: 10px;
	}
	ul.browse_menu li.previous {
		float: left;
	}
	ul.browse_menu li.next {
		float: right;
	}

/* Projektmenü */

img.project_menu_category {
	float: left;
}

ul.project_menu {
	float: left;
	width: 520px;
}

ul.project_category_menu {
	float: left;
	width: 655px;
}

ul.project_menu li, ul.project_category_menu li {
	float: left;
	padding: 0px;
}

ul.project_menu li a, ul.project_category_menu li a {
	display: block;
	text-indent: -9999px;
	opacity: 0.6;
}

ul.project_menu li.noJS a:hover, ul.project_category_menu li.noJS a:hover {
	opacity: 1;
}

/*S/W*/
a.project_menu_category {
	margin: 3px 0 0 3px;
	opacity: 1;
}

/*Metanavigation*/
ul.nav_meta {
	float: left;
	}
	ul.nav_meta li {
		float: left;
		margin: 0 13px;
		}
		ul.nav_meta li a {
			font-size: 10px;
			color: 999999;
		}

/*Project Thumbnails*/
.project_image_wrapper {
	width: 690px;
	/*
border-bottom: 1px solid #888888;
*/
	padding: 10px 0;
	}
	.project_image_wrapper a {
		float: left;
		opacity: 0.6;
		filter: alpha(opacity=60);
		display: block;
	}
	.project_image_wrapper img {
		border: none;
		/*margin: 4px;*/
	}
	
/*Project thumbnails before*/

.project_image_wrapper h3 {
	font-size: 12px;
	padding-left: 3px;
}

.before a {
		padding-right: 60px;
	}

/*biografie*/
.bio_wrapper img {
	float: left;
	margin: 0 10px 10px 10px;
}

/* Adressblock */
.adress_block {
	margin: 0 0 20px 0;
}

.adress_block p {
	padding: 0;
}

/*------------ Powermail --------------*/

div.tx-powermail-pi1 {
	width: 100%;
}
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #FF8888;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	background-color: #fff;
	width: 600px;
	/*padding: 0 10px;
	margin: 0 auto;*/
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: #333333;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 140px;
	float: left;
	clear: both;
	padding-right: 10px;
	font-weight: normal;
	color: #333333;
}
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: 434px;
}
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 150px;
	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 150px;
}

/*Beschriftung Captcha*/
#powermaildiv_uid28 {
	padding: 25px 0;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

#myCarousel
{
    text-align: center;
    margin: 0 auto;
    /* float: left; Same as your gallery is set to */
    width:702px; /* Adjust this to your picture width + 2 */
    height:116px;
    overflow:hidden;
    background: #FFFFFF;
}

/*----Contact Form----*/
fieldset.csc-mailform {
	width: 550px;
	border: none;
}

.csc-mailform-field {
	clear: both;
	padding: 10px 0;
}

.csc-mailform-field label {
	display: block;
	width: 140px;
	float: left;
	clear: both;
	padding-right: 10px;
	font-weight: normal;
	color: #333333;
}

.csc-mailform-field textarea {
	width: 250px;
}


.csc-mailform-field input {
	width: 250px;
}

input.csc-mailform-submit {
	margin-left: 150px;
	width: auto;
}

.error {
	background: #FFEEEE;
}

label.error {
	color: red;
	background: none;
	margin-left: 160px;
	text-align: left;
	float: none;
	width: 100%;
}

