/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
	font-family:Verdana, Arial, sans-serif;
	color:#606060;
}
html, body {
	margin:0;
	padding:0;
	/*overflow:auto;*/
}
html {
	background:url('../images/pattern_fake.gif') 0 140px repeat-y #cccccc;
	height:100%;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:240px 0;
	height:100%;
}
form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
	height:150px;
	background-color:#F1F1F1;
	background-image:url('../images/pattern_head_right.gif');
	background-repeat:repeat-x;
	background-position:0 90px;
	padding:0;
	border-bottom:1px solid #d2d2d2;	
}

#head #headBody {
	padding:0;
	margin:0;
	background-image:url('../images/header_bild_beispiel.gif');
	background-repeat:no-repeat;
	background-position:240px 0;
	width:960px;
}

#head a#logoTop {
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:150px;
}

#head h1 {
	display:block;
	float:left;
	padding:0 0 0 30px;
	margin:0;
	width:690px;
	height:60px;
	line-height:60px;
	font-weight:normal;
	color:#435d06;
	/* transparency */
	background-color:#fff;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	display:none;
}

#head a#logoTop {
	margin:0px 0 0 0;
}
#head h1 {
	margin:90px 0 0 0;
}
/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
	/*background-image:url('../images/pattern_contenido.gif');*/
	min-height:100%;
	margin:0;
	padding:0;
}
* html #outerContainer {
	height:100%;
}
#contentContainer {
	width:960px;
}
#outerContainer, #contentContainer {
	margin:0;
	padding:0;
}

#whiteBg {
	float:left;
	background-color:#fff;
	padding:0;
	margin:0;
	height:100%;
}

#navigation, #content, #teasersRight {
	float:left;
	padding-top:16px;
}
#outerContainer #contentContainer #content {
	padding-top:20px;
}

#content, #teasersRight {
	background-color:#fff;
}

#contentContainer #navigation {
	width:240px;
	background-color:transparent;
}

#contentContainer #content {
	width:672px;
	padding:0 24px;
	margin:0;
}
	
#contentContainer #teasersRight {
	width:230px;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
	width:230px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#navigation ul li {
	width:230px;
	margin:0 0 0 10px;
	list-style-type:none;
	background: transparent url(../images/dot.gif) repeat-x left bottom;
	min-height:25px;
	line-height:25px;
}
#navigation ul li a {
	display:block;
	width:220px;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	color:#f8f8f8;
	background-image:url(../images/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:208px 10px;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background-image:url(../images/navi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
	width:210px;
	margin:0;
	padding:0;
}
* html #navigation ul.subNavigation {
	width:200px;
}
#navigation ul.subNavigation li{
	margin:0;
		background:none;
	background-color:#56678f;	
}

#navigation ul.subNavigation li a {
	background:none;
	width:220px;
	/*border-bottom:1px dotted #ccc;*/
	color:#f8f8f8;
	margin-left:10px;
}
* html #navigation ul.subNavigation li a {
	width:200px;
}
#navigation ul.subNavigation li.active a {
	color:#fff;
}
#navigation ul.subNavigation li:hover, #navigation ul.subNavigation li.active {
	background-color:#7787ab;
	background-image:url(../images/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;	
}

/* Level 3 */
#navigation ul.subSubNavigation {
	width:200px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
	margin:20px 0 0 20px;
	font-size:11px;
	background-color:transparent;
	color:#f8f8f8;
}
#search label {
	font-size:11px;
	display:block;
	float:left;
	width:42px;
	padding:2px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:12px;
	font-size:10px;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
	margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	background:transparent url(../images/dot.gif) repeat-x scroll left bottom;
/*	border-bottom:1px solid #ccc;*/
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#4a5568;
	font-style:normal;
}
#searchResults div.searchResultItem h2 a {
	color:#4a5568;
}
/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:11px;
	color:#333;
	line-height:14px;
}
#content h1, #content h2, #content .jahr {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:bold;
	font-family:"Courier",Courier;
	color:#4a5568;
}
#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:12px;
}
#content h3 {
	font-size:11px;
	color:#4a5568;
	margin:0;
	padding:0;
}
img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
	color:#333;
	font-size:11px;
}
#teasersRight .teaserItem h3 {
	color:#0060b1;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
	height:30px;
	line-height:30px;
	font-size:11px;
	margin:0;padding:0;
	margin-top:-30px;
	
}
* html #footer{overflow:hidden;}
*+html #footer{overflow:hidden;}

#footerContainer {
	width:960px;
	height:30px;
	line-height:30px;	
}

#footer #footerContentContainer {
	clear:both;
	background-color:#F1F1F1;
	width:720px;
	height:30px;
	line-height:30px;
	margin-left:240px;
}
#footerContentLeft, #footerContentRight {
	float:left;
	color:#999;
}
#footerContentLeft {
	width:450px;
	margin:10px 0 0 30px;
	font-size:10px;
	padding-right:10px;
}
* html #footerContentLeft {
	margin-left:15px; /* hae? */
}
#footerContentRight {
	width:220px;
	font-size:11px;
	background-color:#F9FBDD;
	padding-left:10px;
	height:30px;
}
* html #footerContentRight {
	padding-top:10px;
}

#footerContentRight h3 {
	font-size:11px;
}

#footerContentRight input {
	width:150px;
	height:12px;
	border:1px solid #ccc;
	font-size:10px;
	margin:0 0 4px 0;
}
* html #footerContentRight input {
	width:142px;
}

#footerContentRight label {
	display:block;
	width:60px;
	float:left;
	margin:0 0 4px 0;
}

#footer input#loginBtn {
	background-color:#F9FBDD;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	font-size:12px;
	width:auto;
	height:auto;
	float:right;
	margin:0 10px 0 0;
}
* html #footer input#loginBtn {
	margin:0 14px 0 0;
}

ul#metaNavigation {
	margin:0 0 20px 24px;
	padding:0;
}
ul#metaNavigation li {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	border-left:1px solid #D7D7D6;
}

#logoutText {
	position:relative;
	height:70px;
}
#logoutText a {
	position:absolute;
	right:10px;
	bottom:10px;
	text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#0060b1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
	width:385px;
	float:left;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
		background-color:#f1f1f1;
	width:300px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:300px;
}

#contactForm .contactRow input {
	height:14px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:120px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;
	border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

.kontakt{
	background-color:#f1f1f1;
	border:1px solid #D6D6D6;
	float:left;
	margin-left:40px;
	margin-top:10px;
	padding:10px;
	width:200px;
	
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
/* Galerie Uebersicht */
.galerie_teaser{
	width:158px;
	float:left;
	text-align:center;
}
.galerie_teaser a{
	position:relative;
	z-index:111;
}

.galerie_teaser .leftimage {
   float: left;
   margin: 0px;
}
.galerie_teaser img {
   float: left;
   margin: 0;
}
.block{
	width:44px;
	height:80px;
	float:left;
}
* html .block{width:25px;}

.row{
	clear:both;
	height:20px;
	line-height:20px;
}
/* Galerie  */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 140px;
    margin:0;
    padding:0;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

*+html .wraptocenter span{
    display: inline-block;
    height: 99%;
}
* html .wraptocenter span {
    display: inline-block;
    height: 100%;
}

.thumb .wraptocenter {
	width: 150px;
	height: 140px;

}

.thumb {
	float:left;
	height:180px;
	margin-right:16px;
	margin-top:20px;
	text-align:center;
	width:150px;
	border:1px solid #d6d6d6;
    background-color:#EFEEEB;	
}
* html .thumb {
	margin-right:9px;
	margin-top:9px;
}
.thumb:last-child{
	margin-right:0px;
}
.thumb img, .galerie_teaser img{
	border:0;
}
.thumb .leftimage {
	margin:0 auto;
	text-align:center;
}

.right{float:right;}
.left{float:left;}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}

.sitemap .level1 {
        background-color: #e4e4e4;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f4f4;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

.filmografie td {
	border-bottom:1px dotted #dddddd;
}

/*  Mouseover fuer Tabelle
.filmografie tr:hover, .filmografie tr:focus{
	background-color:red;
}

.filmografie tr:active{
	background-color:blue;
}*/


/* Teaser Content */
/* Teaser Startseite */
.teaser_sp{
	clear:both;
	display:inline-block;
	width:100%;
	margin-top:20px;
    /*font-size:0.9em;	*/
}

.teaser_sp_grey,.teaser_sp_white{
	float:left;
	padding:12px;
	width:300px;
	background-color:#F1F1F1;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}
#left_large .teaser_sp_grey,#left_large .teaser_sp_white{
	width:50%;	
}

#middle .teaser_sp_grey,.teaser_sp_white{
	/*width:565px;	*/
}

.teaser_sp_white{
	background-color:#fff;
}
.teaser_sp_grey h2,.teaser_sp_white h2{
	/*font-size:1em;*/
	color:#d01384;
	margin:0;
	padding:0 0 8px 0;	/**/
	font-weight:bold;
}

.teaser_sp_grey .teaser_txt,.teaser_sp_white .teaser_txt{
	float:left;
	margin-right:6px;	

}

.teaser_sp_grey a,.textItem a{
	text-decoration:underline;
}

.teaser_sp_grey img,.teaser_sp_white img{
	border:3px solid #fff;
}
.teaser_sp_grey .teaser_img,.teaser_sp_white .teaser_img{
	float:left;
	border:1px solid #e1e1e1;
}
.teaser_sp_grey .teaser_txt p,.teaser_sp_white .teaser_txt p{
	padding:0;
	margin:0;
}
.teaser_txt{
	font-size:1.0em;
}

.hor_15px{
	margin-left:15px;
}
