@charset "utf-8";
/* CSS Document */

/* Stylesheet für Layout der Navigation */
@import url(navi.css);
/* Stylesheet für Kontaktformular */
@import url(kontakt.css);
/* Stylesheet für Headings, Text, Content */
@import url(content.css);
/* Stylesheet für Links*/
@import url(links.css);
/* Stylesheet für Filmographie*/
@import url(filmographie.css);
/* Stylesheet für Foto*/
@import url(foto.css);


@media screen {

* {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background/background.jpg);
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: default;

}

#page_margins {
	margin: 50px auto;
/*	border: 1px solid #FFFF00;*/
	background:url(../images/background/background_repeat_x.gif) repeat-x;
}

#page {
	margin: auto;
	width: 1024px;
	height: 534px;
/*	border: 1px solid #FFFFFF;*/

}

#header {
	background:url(../images/banner/banner.png) no-repeat;
	height: 38px;
	position: relative;

}

#header_spiegelung {
	position: absolute;
	background:url(../images/banner/banner_unten.jpg) no-repeat;
	width: 430px;
	height: 30px;
	top: 38px;

}

#topnav { 
	position: absolute;   
	top: 10px;
/*	top: -10px;*/
  right: 40px;
}

.topnav_ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
}

.topnav_ul li a:link,
.topnav_ul li a:visited {
	color: #888888;
	display: block;
}

.topnav_ul li a:hover {
	color: #FFFFFF;
	display: block;
}

.flagge_english {
	background-image: url(../images/flaggen_english.png) no-repeat;
	border: 1px solid #ffffff;
}



#main {
	
}

/* (en/de) Standard: 200 Pixel */
#col1 { 
	float: left; 
	width: 180px;
}
/* (en/de) Standard: 200 Pixel */
#col2 { 
	float:right; 
	width: 232px; 
}
/* (en) Standard: center column with flexible width */
/* (de) Standard: Flexible mittlere Spalte */
#col3 { 
	width:auto; 
	margin: 0 232px 0 180px; 
	height: 467px;
}

#col1_content {
/*	border: 1px solid #FF0000;*/
/*	height: 467px;*/
	padding: 0;
	margin: 0;
}

#col2_content {
/*	border: 1px solid #0000FF;*/
}

#col3_content {
/*	border: 1px solid #00FF00;*/
	padding: 50px 40px 0 40px;

}

#footer {
	text-align: right;
	color: #FFFFFF;
	padding: 3px;
}

/* HOME */

#home {
	padding: 0px 30px 0 30px;
}

/* IMPRESSUM */
#impressum {
	padding: 20px 70px 0 70px;
}

/* INDEX */
#index_margins {
		margin: 50px auto;
}

#index_image {
	margin: auto;
	width: 467px;
	height: 467px;
}


#index_sprache {
	padding: 30px 20px 0px 142px;
	text-align: center;
	font-size: 18px;
}

#index_sprache a:visited,
#index_sprache a:link {
	text-decoration: none;
	color: #ffffff;
}

#index_sprache a:hover  {
	text-decoration: none;
	color: #f26101;
}

#top_left {
float: left;
}

#top_right {
float: right;
}

.under_construction {
	font-size: 10px;
	color: #f26101;
}


.optimiert {
	font-size: 10px;
	color: #888888;
	text-align: center;
	padding-top: 10px;

}


/* BIOGRAPHIE */

#bio_container {
}

.link_content a:link,
.link_content a:visited {
	color: #ffffff;
	text-decoration: none;
}

.link_content a:hover {
	color: #ffffff;
	text-decoration: none;
}


#bio_col1 {
	width: 47%;
	float: left;
}

#bio_col2 {
	width: 47%;
	float: right;
}

#bio_container p {
	padding-bottom: 6px;
}

.weiter_lesen a:link,
.weiter_lesen a:visited {
	color: #f26101;
	text-decoration: none;
}

.weiter_lesen a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* KONKAT - AUTOGRAMM */

#autogramm {
	padding: 30px;
	
}

#autogramm h2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #f26101;
}



/* AKTUELLES */

#aktuelles_container {
	padding: 0 40px 0 40px;
}

#aktuelles_container a:link,
#aktuelles_container a:visited {
	text-decoration: none;
	color: #f26101;
}

#aktuelles_container a:hover {
	text-decoration: none;
	color: #ffffff;
}

#aktuelles_container li {
	list-style-image: url(../images/listimages/liststyle.gif);
	margin: 0 0 0 14px;
}

#aktuelles_container h1 {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}


#aktuelles_container li h1 a,
#aktuelles_container li h1 a:link,
#aktuelles_container li h1 a:visited {
	text-decoration: underline;
	color: #ffffff;
}

#aktuelles_container li a:hover {
	text-decoration: none;
	color: #f26101;
}


#aktuelles_container li a:link,
#aktuelles_container li a:visited {
	text-decoration: underline;
	color: #ffffff;
}

#aktuelles_container li a:hover {
	text-decoration: none;
	color: #f26101;
}

.nachricht {
	border-bottom: 1px solid #888888;
/*	border-top: 1px solid #888888;*/
	padding: 10px 0 10px 0;
}

#nachricht_border {
	border-bottom: 0px;
}



  /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #main, #footer { clear:both; }

/*------------------------------------------------------------------------------------------------------*/

 /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none }

 /*------------------------------------------------------------------------------------------------------*/



}