/* 
------------------------------------------
*
* Standard-StyleSheet KALLER & KALLER Nürnberg, Berlin, Köln
* V 0.6 - Peter Scheffler - 21.09.2009
* Projektname: 
* Projektstart: 
* Typographie (Body) - Font: Helvetica, Arial, sans-serif // Color: #000 // Size: 1.2em (12px)
* Adresse: http://www.projektdomain.de
*
Global ----------
* reset.css
* - Hilfsklassen
* typographie.css
* - headlines
* - links
* - text
Speziell -------
* layout.css
* navi.css
* elements.css
*
------------------------------------------ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position: 0 -3px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Hilfslkassen */
.clear {clear:both;}
.flleft {float:left;}
.flright {float: right;}
/*
###################
# typographie.css #
###################
*/
html {
font-size: 62.5%;
font-family: Arial, Helvetica, Tahoma, sans-serif;
overflow-y: scroll;
position: relative;
}
body {
font-size:1.2em;
line-height: 140%;
color: #747471;
}
/* headlines */ 
h1,h2,h3,h4,h5,h6 {line-height: 140%;}
h1 {font-size: 1.5em; font-weight:bold;font-style:italic;color: #747471;margin-bottom: 10px;} 											/* Seiten überschriften */
h2 {font-size: 1.4em;margin: 6px 0 4px 0;font-weight:normal; color: #002260;}	/* Bereich/Kapitel/ */ 
h3 {font-size: 1.2em;margin: 6px 0 4px 0;} 						/* h3 ff. Headlines für Fließtext */
h4 {font-size: 1.1em;margin: 6px 0 4px 0;}
h5 {font-size: 1em;margin: 4px 0 2px 0;}
h6 {font-size: 1em;}

/* links - LoVe Focus HaTe Link Visited Hover Active Focus */
a {
	color: #002260;
	text-decoration: none;
	}
a:visited {
	color: #002260;
	text-decoration: none;
	}
a:hover {
	color: #002260;
	text-decoration: underline;
	}
a:active {
	color: #002260;
	text-decoration: underline;
	outline:none;
	}
a: focus {
	color: #002260;
	text-decoration: underline;
	}
.top a, top a:visited, top a:focus, top a:hover, top a:active {text-decoration: none;}	
.content p {width: 550px;margin-bottom: 8px;}
.content ul {
		list-style-type: disc;
		margin: 0 0 0 20px;
		width: 530px;
		}
.content ul li {
		margin-bottom: 3px;
		}		
/*
##############
# layout.css #
##############
*/
.container{
	width: 960px;
	margin: 30px auto 0	 auto;
	position: relative;
	z-index: 2;
	background-color: white;
	}
.top {
	width: 100%;
	height: 100px;
	padding-top: 110px;
	background-color: white;
	background-image:url(../images/bgtop.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	}
.main {
	border: 1px solid #eee;
	border-top: 0;
	padding-top: 20px;
	/* Bulletproof min-height IE6 */
	min-height:400px; 
	height:auto !important; 
	height:400px;
	}	
.navi {
	float:left;
	min-height:450px; 
	height:auto !important; 
	height:450px;
	}
.content {
	float:left;
	width: 720px;
	margin: 30px 0 70px 10px;
	position:relative;
	z-index:1;
	}
	
.footer {
	clear:both;
	width: 100%;
	position: relative;
	color: #a3a3a1;
	font-size: 0.8em;
	padding: 30px 0 10px 0;
	margin:0;
	}
.footer a, .footer a:visited, .footer a:hover {
	color: #a3a3a1; text-decoration: none;
	}	
.footer span {display: block;width: 750px; text-align:center;margin-right: 200px;}	
.bottom {
	position: absolute; 
	bottom:0; left: 0;
	height: 200px;width: 100%;
	background-image:url(../images/bg.png);
	}
.bottomshadow {
	background-image:url(../images/bottomshadow.png); background-repeat:repeat-x;
	margin: 0 auto; 
	width: 958px; height: 6px;
	position: relative; z-index: 10;
	}	
	
/*
##############
# navi.css #
##############
*/	
.navi  {	
	margin: 20px 0 0 20px;
	width: 180px;
	}
	
.navi ul li {
	padding:0;margin:0;
	}
.navi ul li a {
	display: block;
	width: 140px; /* wie navi minus padding */
	padding: 5px 0 0 20px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #747471;
	font-style: italic;
	font-size: 1.2em;
	cursor: pointer!imporant;
	}
/* aktiver Link */
#current {
	font-weight:bold;
	background-image:url(../images/bggreyline.png); background-repeat:no-repeat; background-position: -20px bottom;	
	}
.navi ul li a:visited {
	text-decoration: none;
	}
.navi ul li a:focus {
	text-decoration: none
	
	}
.navi ul li a:hover {
	text-decoration: none;
	background-image:url(../images/bggreyline.png); background-repeat:no-repeat; background-position:bottom;	
	}
.navi ul li a:active {
	
	}
/* zweite Navigationsebene */
.navi ul li ul {
	padding-left: 10px;
	font-size: 0.85em;
	}
.navi ul li ul {
	margin-bottom: 10px;
	}
.navi ul li ul li {
	
	}
.navi ul li ul li a {
	display: block;
	width: 130px; /* wie navi minus padding */
	padding: 5px 0 0 20px;
	height: 30px;
	line-height: 15px;
	text-decoration: none;
	color: #747471;
	font-style: normal;
	}
#currentsub{
	background-image: url();
	color: black;
	}	
.navi ul li ul a:visited{
	background-image: url();
	}	
.navi ul li ul a:focus {
	background-image: url();
	color: black;
	
	}
.navi ul li ul li a:hover{
	background-image: url();
	color: black;
	}
.navi ul li ul a:active {
	text-decoration: none;
	}

/*
###############
# elements.css #
###############
*/	
.top hr {
	width: 100%;
	margin:0;padding:0;
	margin-top: -5px;
	height: 4px;
	background-image:url(../images/bottomshadow.png); background-repeat:repeat-x;
	color: #fff;background-color:#fff;
	border:0;
	clear: both;
	}
.top img {border:0; padding:0; margin:0;}
#dom {
	position: absolute;
	bottom:10px; right: 10px;
	z-index: 0;
	
	}
#logoschrift {border-right: 1px solid #eee;padding-right: -1px;width: 759px;}	

/*
#########################
# Typo3 Anpassungen.css #
#########################
*/	

/* 

Content Element Text mit Bild 

.textpic => Containter für bild
.textbox => Container für Text

*/
.textpic {}
.textbox {}
/* Bild über Text zentriert */
.topcenter, .belowcenter {width: 100%; text-align: center;}
/* Bild über Text links */
.topright, .belowright {width: 100%; text-align: right;}
/* Bild über Text rechts */
.topleft, belowleft {width: 100%; text-align: left;}
.imgbox {padding: 10px;}

.intextright .imagebox {float:right;margin: 10px 0 20px 10px;}

/*.imglinks .textbox *{width: 390px;}*/
.imgboxlinks {
    margin-top: 16px;
    float:right;
    overflow: visible!important;
    text-align:right;
    }
.enlargehint {
	font-size: 0.8em;line-height: 0.8em; margin: 5px 0;
        text-align: right;
	}
/*
##################
# javascript.css #
##################
*/	
.cycle {
	height: 120px; overflow:hidden;
        }
.imglinks .imagebox {
        min-height: 250px;
        height: auto!important;
        height: 250px;
        width: 250px!important;
        overflow: hidden;	
        text-align:right;    
        }	
	

/*
#################
# chgallery.css #
#################
*/

.tx-chgallery-pi1 {
	margin: 0px; padding:0;
	text-align:center;
	overflow-x: hidden;
	}

.chgitem {
	width:280px;height:220px;
	float: left;
 	margin:0; padding:0;
	margin-right: 5px;
	}

.chgimage {
	_height:0;
	}
.chgimage img{
	width:280px;margin-bottom: 5px;
	}

.chgdescription {
	display:block;
	width: 280px; height: 2em;
	vertical-align: top;
	padding: 5px 0 0 5px;
	line-height:1.15em;
	height: 2.5em;
	text-align: left;
	}

/*
##################
# startseite.css #
##################
*/		
#startcycle {
	width:600px;
min-height: 300px;
height: auto!important
height: 300px;
	margin: 40px auto;
	background-color: white;
overflow:hidden;
position:relative;

}
.slide {
	width: 600px; height: 300px;
	position: relative;
	overflow:hidden;
	}
.slide p {
	background:transparent url(../images/whitetrans.png) repeat;
	_background-image: none;
	_background-color: white;
	position: absolute;
	top: 0; right: 0;
	z-index: 5;
	display:block;
	width: 200px;height: 300px;
	margin:0; padding:10px;
color: #444;
	}
.slide p a,.slide p a:visited {
text-decoration: none;
    }
.slide p a:hover {text-decoration: underline;}
.moreprojekt {position:absolute;bottom: 25px;right: 10px;z-index: 10;}
.slide img {
	border:0;
	}	

/*
#############
# forms.css #
#############
*/
fieldset {

}
fieldset div {
    margin: 0 0 5px 0;    
    line-height: 2em;
    }
label {
    display: block;
    width: 85px;
    float:left;
    padding: 0 0 0 15px;
    font-weight: bold;
    }
input[type="text"], textarea{
	width: 350px;
    border: 1px solid #ccc;
    padding: 2px 0 2px 2px;    
    }
textarea {
    height: 100px;
    overflow-y: scroll;
	margin: 0;
    }
input[type="submit"] {
	border: 1px solid #ccc; 
    margin: 0 0 0 100px;
    } 
select {
    width: 354px;
    border: 1px solid #ccc;
    }
.tx_powermail_pi1_fieldwrap_html_check  {border: 0px solid #ccc;}
.tx_powermail_pi1_fieldwrap_html_check label{
    float:none;
    width: 400px;
    margin: 0 0 0 100px;
    }
.tx_powermail_pi1_fieldwrap_html_check input[type="checkbox"]{
    float:left;
    margin: 5px 5px 0 100px;
    }
/*.validation-failed {border: 1px solid #faa;border-bottom: 0;}*/

.powermail_mandatory_js {
    margin: -4px 0 0 100px;
    padding: 0 0 0px 10px;
    color: #666;    
    font-weight: bold;
    background-color: #fcc;
    border-top: 0;
    width: 345px;
    line-height: 2.2em;
    }    
h2.wtgallery_list {display:none;}
div.wtgallery_list_pagebrowser_area {display:none;}
div.wtgallery_list img {margin:0 7px 7px 0;}
