/*
 * YellowTree GmbH www.yellow-tree.de
 * Main style sheet
 * Farben: 
 * 	blau:	#0072B6
 *  	weiss:	#FFFFFF
 *	gelb:	#FFF100
 *	grau für Hintergrund:	#CCC
 *	grau für Trennlinie:	#bfbfbf
 *      grau:   #333C41	
 */

body {
	background-color: #CCC;
	color: #333C41;
	padding: 0;
	border: 1px solid transparent;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica;
	font-size:14px; 
	line-height: 20px;
}


.shadow {
	box-shadow:-6px 6px 6px #333333
	-webkit-box-shadow:-6px 6px 6px #666;
	-moz-box-shadow:-6px 6px 6px #666;
}

div.werbung {
	height: 500px;
	width: 30px;
	background-image: url("../images/werbung.jpg");
	background-repeat:no-repeat;	
	border: 0px;
	position: relative;
	float: left;	
}


a, a:link, a:visited, a:active, a:focus, a:hover {  
	color: #000;
	text-decoration: underline;
}

p {
	color:#000000;  
	margin-left: 6px;
	margin-right: 6px;
}


/* Aufzählung im text */
ul.textliste {
	list-style-image: url("../images/punkt.jpg");	
}

.textliste li {
	margin-bottom: 8px
}


/* Schriftgröße */
h1, h2, h3, h4, h5 {
	color: #0072B6;
	margin-left: 6px;
}

h1 { font-size: 20pt;}
h2 { font-size: 18pt;}
h3 { font-size: 12pt;}
h4 { font-size: 10pt;}
h5 { font-size: 8pt;}



.text12, .text12fett, .text14, .text14fett, .text16, .text16fett { 
	color:#000000; 
	font-family: Arial, Helvetica; 
	text-align:left; 
}

.text12, .text12fett { font-size: 12px; line-height: 18px; }
.text12fett	     { font-weight:bold; }

.text14, .text14fett { font-size:14px; line-height: 20px; }
.text14fett	     { font-weight:bold; }

.text16, .text16fett { font-size:16px; line-height: 22px; }
.text16fett	     { font-weight:bold; }


.textueberschrift {
	color: #0072B6;
	font-size: 10pt; 
	margin-left: 6px;
	font-weight: bold;
}


div.wrapper{
	position: relative;
	width: 870px;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5 0 0 0px;	
	z-index: 1000;
	border: 5px solid #FFF; 
	background-color: #FFF;
}


div.header {
	position: relative;
	height: 135px;	
	width: 100%;
	z-index: 1000;
	overflow: visible;
	background-color:  #FFFF00;
}


div.logo, div.contenttext, div.contentfooter, div.mainmenue {
	position: relative;
	width: 690px;
	border-left: 4px solid #FFF;
	background-color: #FFF;
	float: right;
}
div.logo {
	height: 105px;
	text-align: right;
}


div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

div.content{
	position: relative;	
	width: 100%;
	background-color: #0072B6;
	margin-top: 4px;
	overflow: hidden;
}

div.contenttext {}

div.contentfooter {
	height: 20px;
	padding-top:6px;
}


div.zitat {
	position: relative;
	height: auto;	
	width: 60%;
	left: 20%;		/* width + (left * 2) muss 100 ergeben!! */
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: visible;
	background-color:  #FFFF00;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight:bold;
	font-size:16px; 
	line-height: 22px;
	color: #0072B6;
	border:1px solid transparent;

	/* abgerudete Ecken */
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	
}

.zitatlink, a.zitatlink, a.zitatlink:link, a.zitatlink:visited, a.zitatlink:hover, a.zitatlink:active, a.zitatlink:focus { 
	color:#0072B6;
	text-decoration:none;
}


.footer, a.footer, a.footer:link, a.footer:visited, a.footer:hover, a.footer:active, a.footer:focus { 
	color: #000;
	font-size:12px;
	text-decoration:none;
}

.top, .sep {
	position: relative;
	text-align: right; 
	border-bottom: 1px solid #bfbfbf;
}

.top {
	position: relative;	
	text-decoration: none;	
	padding-right: 20px;
}

.toggle {
	color: red;
	text-decoration: none;
}

/* Bilder */

div.bild-mit-untertitel {
	float: right;
	display: block;
	color: #000;
	text-align: center;
	font-size: 10px;

/*	
 	padding-right:10px;
*/

/*	width:250px; */

/*
	border:1px solid red;
*/
}

/**
<p>. . .</p> 
<div class="bild-mit-untertitel" style="width: 100px;"><img . . . />Bilduntertitel</div>
<p>. . .</p>
**/


/* Tabelle im Text */
table.texttable {
 background-color:#fff;
 border-collapse: collapse;
 width: 90%;
 line-height: 1.2em;
}

thead.texttable th {
font-size: 110%;
 color:#0072B6;
 text-align:left;
 margin-top: 10px;
 padding-top: 10px;
 padding-left: 10px;
 height:25px;
}

tbody.texttable tr {
 background-color:#fff;
 border-bottom: 1px solid #bfbfbf;
}
tbody.texttable td {
 padding:10px;
 text-align:left;
}


div.job {
	position: relative;
	height: auto;			
	width: 90%;
 	left: 5%;
}
