@charset "UTF-8";
/* CSS Document */



* {
	margin: 0;
	paddin: 0;
	font-family:Geneva, "Microsoft Sans Serif", "MS Sans Serif",  sans-serif;
	font-size: 12px;
	line-height:14pt;
	color:#cac0bd;
}

html {
	/*height:100.5%;*/
}

a {
	text-decoration:none;
	color:#9a9290;
}

a:hover {
	text-decoration:underline;
	/*border-bottom:solid 1px #757271; */
	color:#9a9290 !important;
}

.inner_link{
	font-size:10px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background-color:#2f2b2a;
	
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8x; /* Safari, Chrome */
	-khtml-border-radius:8px; /* Konqueror */
	border-radius:8px; /* CSS3 */
	behavior:url(border-radius.htc);
}

.inner_link:hover{
	text-decoration:none;
	background-color:#433d3d;
}


p {
	text-align:justify;
	padding-bottom:10px;
	padding-top:5px;
}
	
.p2 {
	text-align:left;
	padding-bottom:10px;
	padding-top:5px;
}


body {
	background-color:#1e1b1a;	
}

/* Bildüberschriften*/
h1 {
	font-size: 24px;
}

/* 2. Überschrift*/
h2 {
	font-size: 15px;
	font-weight:bold;
	padding-bottom:0px;
	text-transform:uppercase;
}

/* Details, Kästchen, 2.Überschrift*/
h3 {
	font-size: 13px;
	padding-top:10px;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	padding-bottom:15px;
}


img {
	border-style:none;
}

hr {
	border: 0px;
	border-top: solid 1px #757271;
	border-bottom: transparent;
	margin-top:5px;
	padding-bottom:15px;
	width:300px;
}

.kursiv {
	/*font-weight:bold;*/
	margin-bottom:10px;
	color:#cac0bd;
}




/* Header ############################################################################################ */

#headercontainer {
	color:#cac0bd;
}

#header {
	/*background-image:url(img/bg-header.png);*/
	background-repeat:no-repeat;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top: 12px;
}


#header ul {
	width:515px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
}

#header li {
	list-style-type:none;
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:12px;
}


.nav {
	display:inline-block;
	padding-bottom:4px;
}	


.nav:hover {
	border-bottom:solid 1px #757271;
	padding-bottom:3px;
}	

#nav_on {
	border-bottom:solid 1px #757271;
	padding-bottom:3px;
}	



/* Main ############################################################################################ */

#maincontainer {
	color:#cac0bd;
}

#main {
	/*background-image:url(img/bg-slide.png);*/
	background-repeat:no-repeat;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	/*overflow:auto;*/
}



#bigimage {
	width:560px;
	margin-left: 20px;
	margin-right: 20px;
}

#bigimageimage {
	width:560px;
}

#smallimage {
	width:560px;
	margin-left: 20px;
	margin-right: 20px;
}

#bigimagecontrols {
	width:120px;
	height:40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


#bigimagecontrols2 {
	width:80px;
	height:40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#btnprev {
	background-image:url(../img/slider/button_1_prev.png) !important;
}

#btnpause {
	background-image:url(../img/slider/button_2_pause.png);
}

#btnnext {
	background-image:url(../img/slider/button_3_next.png);
}

#bigimagecontrols a {
	position:relative;
	background-position: 0 -50px;
	text-indent: -9999px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	overflow:hidden;
}

#bigimagecontrols2 a {
	position:relative;
	background-position: 0 -50px;
	text-indent: -9999px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	overflow:hidden;
}

#btnprev:hover,
#btnpause:hover,
#btnnext:hover {
	background-position: 0 0;
}


/* Content: Startseite | Textbox */
.contentcolumn {
	vertical-align:top;
	float:left;
	width:255px;
	height:200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align:left;
}

.contentcolumn h1 {
	margin-bottom: 25px;
}


/* Content: Film | Projekt Übersicht */
.project_overview {
	vertical-align:top;
	display:block;
	float:left;
	width:204px;
	height:127px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align:left;
}

/* Content: Film/Detailansicht | infobox & beschreibung */
.content_detail {
	vertical-align:top;
	display:inline-block;
	width:560px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align:left;
}

.project_info {
	vertical-align:top;
	display:block;
	float:left;
	width:202px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 25px;

}

.project_info img {
	*float:left;
}

.project_info_txt{
	vertical-align:top;
	display:block;
	width:172px;
	height:auto;
	padding-right:15px;
	padding-left:15px;
	background-image:url(../img/info_m.png);
	background-repeat:repeat-y;
}

.project_description {
	vertical-align:top;
	display:block;
	float:left;
	width:330px;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.project_description p {
	clear:both;
  display:none;
}

.project_description h1 {
	margin-bottom: 25px;
	float:left;
}

/* Content: Leistungen */
.content_txt {
	vertical-align:top;
	padding-bottom:60px;
}


/* Content: Vita | Tabellen */
.table_box{
	vertical-align:top;
	display:inline-block;
	width:560px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align:left;
}

.table_box h1 {
	margin-top:10px;
	margin-bottom: 25px;
}

/* -- Tabelle Berufserfahrung/ Ausbildung/Sprachen -- */
.table_content {
	height:auto;
	margin-top:15px;
	margin-bottom:30px;
}

#table_info{
	padding:10px 15px 10px 15px;
	padding-left:15px;
	padding-right:15px;
	background-color:#2f2a29;
	color:#adabaa;
	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc);
}


#contact_info{
	padding:10px 15px 10px 15px;
	background-color:#2f2a29;
	color:#adabaa;
	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc);
}

#table_info tr td{
	padding-bottom:3px;
}

.table_year{
	vertical-align:top;
	width:120px;
	text-transform:uppercase;
	padding-right:15px;
	line-height:15px;
}

.table_txt{
	vertical-align:top;
	width:642px;
	text-align:justify;
	padding-right:10px;
	
}

/* -- Tabelle Filmografie -- */
#table_filmo{
	width:560px;
	border:0px;
	margin:0px;
	padding:0px;
	border-spacing:0px;
}

#table_filmo tr td{
	font-size:10px;
	padding:10px 5px 10px 5px;
}

.titel{
	font-size:11px;
	font-weight:bolder;
	color:#cac0bd;
	vertical-align:top;
	text-align:left;
}

.zeile_2{
	vertical-align:top;
	text-align:left;
	text-transform:uppercase;
	color:#adabaa;
}	

.zeile_1{
	vertical-align:top;
	text-align:left;
	text-transform:uppercase;
	color:#adabaa;
}

.zeile_2 td {
	background-color:#2f2a29;
}

.zeile_2 > td:first-child {
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}

.zeile_2 > td:last-child {
  border-radius: 0 10px 10px 0; 
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0px 10px 10px 0;
}

.zurueck_btn{
	margin-top:5px;
	display:inline-block;
	width:75px;
	height:23px;
	font-weight:bold;
	float:right;
	text-align:center;
	padding-top:5px;
	background-image:url(../img/zurueck_bg.png);
	background-repeat:no-repeat;
}

.zurueck_btn:hover{
	text-decoration:none;
	background-image:url(../img/zurueck_bg_h.png);
	background-repeat:no-repeat;
}	


/* Rest */
.mark {
	font-style:italic;
}

.film_proj {
	display:block;
	float:left;
	height:127px;
}	

.film_proj_over {
	position:relative;
	top:-127px;
	/*opacity:0;
	filter: alpha(opacity = 0);*/
}

.film_proj_over:hover {
	opacity:1;
	filter: alpha(opacity = 90);
}
	
/* Footer ############################################################################################ */

#footercontainer {
	margin-top:30px;
	color:#cac0bd;
	height:60px;
}

#footer {
	border-top: #534d4a 1px solid;
	width: 480px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	float:right;
	display:block;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
}

#footer li {
	list-style-type:none;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}

#footer li:hover {
	border-bottom:solid 1px #757271;	
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #cac0bd;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #adabaa;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family:Geneva, "MS Sans Serif", sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family:Geneva, "MS Sans Serif", sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
	color: #adabaa;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 0;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block;
	font-weight:normal;
	float: left; 
	/*width: 26%; */
	width:100px;
	text-align: left;
	margin: 0px; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	border:0px;
	background-color:#1e1b1a;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	border:0px;
	background-color:#1e1b1a;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: left;
	margin-top: 7px;
	/*width: 97%;*/
	padding-left:80px;
}

form.ddfm .submit {
	text-align: left;
	clear: both; 
	/*width: 97%;*/
	padding-left:100px;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}