/*  
  common stylesheet for ess-art
  
  <!-- Datenwerk GmbH - www.datenwerk.de -->
  
*/

* {
	margin: 0;
	padding: 0px;
}

body, td, div, p, * 
{
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

body 
{
	background-color: #FEF2D9;
	overflow: auto;
	margin: 20px;
}


h1
{
	display: inline;
}

/* DIV welcher um DIV:left & Content liegt ==> */
#common 
{
	height:700px;
	width:990px;
  position: relative;
  margin-left: auto; 
  margin-right: auto;
}

/* DIV indem NAVI & LOGO liegen ==> */
#left 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	height: 700px;
}

#logo 
{
	width: 213px;
	height: 197px;
	background-color: #FFFFFF;
}

#navi 
{
	width: 213px;
	height: 473px;
	padding-top: 30px;
	background-image: url(/images/common/bg_side.jpg);
	background-repeat: no-repeat;
}

/* DIV um DIV-header, DIV-teaser, DIV-text & DIV-footer ==> */
#content 
{
	position: absolute;
	top: 0px;
	left: 213px;
	width: 777px;
	height: 700px;
}

/* Header DIV mit enhaltenem Menü ==> */
#header 
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 197px;
	width: 712px;
	padding-left: 65px;	
	background-image: url(/images/common/bg_top.jpg);
	background-repeat: no-repeat;	
}

#teaser
{
	position: absolute;
	background-image: url(/images/common/bg_kochschule.jpg);
	background-repeat: repeat-x;
	top: 197px;
	left: 0px;
	height: 133px;
	width: 777px;
}

/* DIV-teaser wenn auf Startseite ==> */
#startseite #teaser 
{
	position: absolute;
	top: 197px;
	left: 0px;
	width: 777px;
	height: 247px;
	background-image: url(/images/teaser/startseite.jpg);
	background-repeat: no-repeat;	
}

/* DIV-text wenn auf Startseite ==> */
#startseite #text 
{
	position: absolute;
	top: 444px;
	left: 0px;
	width: 777px;
	height: 152px;
}

/* Allgemeine Formatierung für den Text-DIV */
#text 
{
	position: absolute;
	top: 330px;
	left: 0px;
	width: 777px;
	height: 266px;
	background-image: url(/images/common/bg_kochschule.jpg);
	background-repeat: repeat-x;
}

/* Linker Einzel-DIV für Bereich "Termine" ==> */
#startseite #text #text_left 
{
	float: left;
	width: 467px;
	height: 152px;
	background-image: url(/images/common/bg_termine.jpg);
	background-repeat: repeat-x;	
}

/* Rechter Einzel-DIV für Bereich "Aktuelles" ==> */
#startseite #text #text_right 
{
	width: 310px;
	float: right;
	height: 152px;
	background-image: url(/images/common/bg_partner.jpg);
	background-repeat: 	repeat-x;
}

/* Tabelle für Aktuelles, auf Startseite */
#liste_aktuelles {
	margin-top: 2px;
	width: 280px;
	margin-left: 17px;
}

/* Footer mit Kustermann-Logo ==> */
#footer 
{
	position: absolute;
	top: 596px;
	left: 0px;
	height: 104px;
	width: 777px;
	background-image: url(/images/common/bg_footer.jpg);
	background-repeat: no-repeat;	
	vertical-align: bottom; 
}

/* DIV für Impressum-Schrift */
#footer div#bottomnav
{
	position: absolute;
	right: 20px;
	top: 80px;
	z-index: 900;
}

/* Allgmeine Linkbeschreibung ==> */
a 
{
	color: #737475;
	text-decoration: none;
	border: none;
}


/* Hover-Effekt für Links in der Navi links ==> */
#navi a:hover, 
.navi_active a
{
	border-bottom: solid 1px #F7B45B;
}

/* Listensymboldefinition für Navigation==> */
#navi ul.symbol li
{
	color: #737475;
	list-style-image: url(/images/common/list_symbol.gif);
}

#navi ul.symbol li.navi_active
{
	list-style-image: url(/images/common/list_symbol_yellow.gif);
}

#navi li, 
#navi li a,
#navi li b
{
	font-size: 12px;
}

/* Margin für Navi-Liste ==> */
#navi ul li 
{
	margin-bottom: 8px;
	margin-left: 40px;
	
}

/* Margin für TOP-Menübuttons ==> */
#header h1 img {
	margin-top: 132px;
}

/* Eigenschaften des "Streifens" im TOP-Menü ==> */
.stripe 
{
	margin:	2px 5px 0px 5px;
}

/* Ausblendeffekt für h1, h2 usw. wegen google ==> */
.invisible {
	display: none;
	padding: 0px; 
	margin: 0px;
}

div.left h1,
div.right h1,
div.left h2,
div.right h2
{
	height: 16px;
	width: 360px;
	padding-top: 3px;
	padding-left: 16px;
	background-image: url(/images/common/dot_yellow.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #7c7f80;
	font-weight: normal;
	margin-bottom: 8px;
}

div.right h2.spacer
{
	background-image: none;
}

div.left, 
div.right
{
	float: left;
	width: 360px;
	margin-top: 15px;
}

div.right
{
	margin-left: 20px;
}

/* Einrückung der Sub-Headlines wie z. B. "Termine" auf Startseite ==> */
.subheadlines 
{
	margin-top: 15px;
	margin-bottom: 8px;
}

/* Formatierung für Subheadlines-Grafik/Text */
h2.subheadlines
{
	height: 16px;
	padding-top: 2px;
	padding-left: 16px;
	background-image: url(/images/common/dot_yellow.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #7c7f80;
	font-weight: normal;
}

h2.subheadlines2
{
	vertical-align: middle;
	position: absolute;
	left: 383px;
	top: 15px;
	height: 16px;
	padding-top: 2px;
	padding-left: 16px;
	background-image: url(/images/common/dot_yellow.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #7c7f80;
	font-weight: normal;
}

h2.subheadlines a.link
{
	color: #7c7f80;
	text-decoration: none; 
	font-weight: normal;
}

a.link 
{
 color: #000000;
 text-decoration: underline; 
	font-weight: bold; 
}

.clear
{
	clear: both;
}

/* Allgemeine Eigenschaften der Aktuellen Meldungen ==> */
.text_row
{
	overflow: auto;
	background-color: transparent;
	background-image: none;
	height: 215px;
	width: 344px;
	margin-left: 16px;
	text-align: justify;
}

/* Spezifische Eigenschaften für den linken DIV, innerhalb des Text-DIVs */
.leftside
{
	margin-left: 17px;
	float: left;
}

/* Spezifische Eigenschaften für den rechten DIV, innerhalb des Text-DIVs */
.rightside
{
	margin-right: 17px;
	float: right;
}

/* Eigenschaften der Termin-Tabelle ==> */
#terminliste {
	font-size: 11px;
	width: 432px;
	margin-left: 17px;
}

/* Eigenschaften der ZEILEN innerhalb der Tabelle ==> */
.rows {
	font-size: 11px;
	vertical-align: middle;
	height: 20px;
}

/* Texteigenschaften der Spalten ==> */
.row1, .row2, .row3, .row4, .row5 {
	font-size: 11px;
}

/* Breite Spalte 1 ==> */
.row1 {
	width: 25px;
}

/* Breite Spalte 2 ==> */
.row2 {
	width: 65px;
}

/* Breite Spalte 3 ==> */
.row3 {
	width: 22px;
}

/* Bildeigenschaften in row3 ==> */
.row3 img {
	float: right;
}

/* Breite Spalte 4 ==> */
.row4 {
	width: 210px;
}

/* Breite Spalte 5 ==> */
.row5 {
	width: 110px;
}

.row5 a {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#adrotate
{
	background-image: url(/images/common/partner/background.png);
	width: 150px;
	height: 80px;
	position: absolute;
	left: 120px;
	top: 10px;
}

#adrotate img
{
	vertical-align: middle;
	text-align: center;
}

#bioland
{
	width: 283px;
	height: 70px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#bioland h2
{
	display: none;
}


/* Special styles PopUp */

body.popup
{
	background-image: url(/images/common/bg_popup.jpg);
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	padding: 0px;
	margin: 0px;
}

div.popupleft
{
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.popupright
{
	width: 450px;
	position: absolute;
	top: 150px;
	left: 150px;
}

div.popuptitle
{
	width: 250px;
	height: 15px;
	position: absolute;
	top: 100px;
	left: 180px;
}

div.popuptitle h1
{
	display: none;
}

body.popup .centermargin
{
	margin: 30px;
}

.error
{
	color: red;
	font-weight: bold;
}

textarea.kontakt
{
	width: 99%;
}

input.checkbox
{
	margin-right: 10px;
}

h1.highlight
{
	display: none;
}

.text_row ul li {
	list-style-type: none;
	list-style-image: url(/images/common/list_symbol_2.gif); 
	height: 18px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	margin-left: 20px;
}