/* ################### Zur BOERSE IN WREMEN ########################### */

/* Hit-Enter X-Solution www.hit-enter.de */
/* Wurster Landstrasse 171 */
/* 27638 Wremen - Germany */

/* NET-insiders | Germany | www.net-insiders.net */
/* Eschelsmarker Allee 5 */
/* D-24354 Kosel - GERMANY */


/*
// Project:	Zur Boerse in Wremen
// Version:	1.0.2
// Date: 	28.03.2007 (FH)
// Auhor:	jc.lukas@hit-enter.de
// Auhor:	fh@net-insiders.com
// 

/* ################################################################### */
/* ################### GENERAL fonts ################################# */
P, OL, UL, DIV, H1, H2, H3, H4 {
	color: #022A01;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*text-align:justify;*/
	}


H1 { font-size: 12px;
	 padding-top: 15px;
	 font-weight: 100;
	 }

H2 { margin-top: 0px;
	 color:#9F0630;
	 font-size: 12px;
	 font-weight: 100;
	 }

H3 { font-size: 12px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	font-weight: bold;
	}

H4 { border-top: solid 1px #BCF359;
	width: 280px;
	color: #48BB31;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: 100;
	}
	 
H5 { line-height: 12px;
	color: #48BB31;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 100;
	border-top: solid 1px #BCF359;
	width: 200px; 
	}

/* Grundeinstellungen Seite */

body{
background-color: Green;
text-align: center;    /* Seiteninhalt wieder links ausrichten */	
background-color: #113a10;
background-repeat: no-repeat;
background-repeat: repeat-x;
}

div#page{
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 905px;
height: 666px;
background-color: #fceec3;
background-position: bottom right;
background-repeat: no-repeat;
}

/* ################################################################### */
div#head{
	float:left;
	width: 905px;
	height: 132px;
}

div#top{
float:left;
height: 84px;
width: 905px;
/*background-image: url(../img/rund.gif);*/
background-repeat: no-repeat;
}

/* ################################################################### */
div#main-body{
	width: 905px;
	height: 415px;
	padding-right: 2px;

}
div#left-menu{
	float:left;
	width: 240px;;
	height: 450px;
	background-color: #c5c598;
	margin-right: 2px;

}
div#breadcrumb{
	float:left;
	padding-left: 2px;
	margin-top:-20px;
}
 * html div#breadcrumb{
 margin-top:-5px;
 }
/* ################################################################### */


div#thecontent{
	float:left;
	height: 435px;
	width: 655px;
	/*border: 1px solid black;*/
	overflow: auto;
	overflow-x:hidden;
	text-align:left;
	}
* html div#thecontent{
height: 418px;
}

div#thecontent p {
	padding-left:5px;
	}

div#thecontent h1 {
	font-size: 18px;
	color: #022A01;
	padding-left:5px;
	}


div#thecontent a {
	color: #013300;
	text-decoration: underline;
	}

div#thecontent a:visited {
	color: #013300;
	text-decoration: underline;
	}


div#thecontent a:hover{
	text-decoration: none;
	color: #DE6013;
	}

.mail {
	color: #013300;
}

.external-link-new-window {
	color: #013300;
}

.csc-uploads-fileName {
	color: #013300;
}

.internal-link {
	color: #013300;
}

.download {
	color: #013300;
}	
/* ################################################################### */
div#last-change{
margin-right:5px;
color: #022A01;
}
div#search-box{
	float: left;
	width: 240px;
}
div#top-nav{
text-align: left;

}

/* ################################################################### */
div#footer{
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 905px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
 * html div#footer{
margin-top:5px;
 }
div#footer p{
	color:#FFFFFF;
	}

div#footer a{
	color:#FFFFFF;
	text-decoration: none;
	}

div#footer a:visited{
	color:#FFFFFF;
	}

div#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
	
div#impressum{
	float: left;
	text-align:left;
	}

/* ################################################################### */

div#last-change{
	float: right;
	padding-right: 2px;
	}

div#menu-zwei{
	float: right;
	width:170px;	
	}
	
div#menu-zwei-next{
	float: right;
	width:170px;	
	}	
div#left-menu-trenner{
height:320px;

}

div#haus-unten-logo{
height:128px;

}
div#flash-links{
width:68px;

}

/* ################### Mailformular ########################### */

/* Mailformular alles linksbuendig */

fieldset.csc-mailform label {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #013300;
   width: 80px;
   float: left;
   clear: right;
   }

/* Inhalte Links vor den Eingabefeldern */
.csc-mailform-field label {
     width: 5em;
     float: left;
     text-align: left;
     margin-right: 10px;
     }
	 
/* Mailformular ohne Rahmen */

fieldset {border: 0px; } 


/* Mailformular senden */

.csc-mailform-submit {
    margin-left: 90px;
	float: left;
	margin-top: 10px;
    } 


input, textarea, select, file {
	 border: solid 1px #013300;
	 padding-top: 0px;
	color: #666666;
}

input.csc-mailform-submit {
	 font-size: 11px;
	 padding: 5px;
	 padding-top: 2px;
	 padding-bottom: 2px;
}


/* ######################### Tabellen Fortmatierung ############# */
.contenttable-0 {
margin-left:auto; 
margin-right:auto;
width:80%;
}

.tr-0 {
/*formatierungen erste Zeile*/
	vertical-align: top;
	background-color: #C5C598;
	line-height: 15px;
	
}

.tr-even {
/*formatierung alle ungeraden Zeilen	*/
	color:black;
	font-size:12px;
	line-height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.tr-odd {
/*formatierung alle geraden Zeilen*/
	color:black;
	font-size:12px;
	line-height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tr-even .td-0{
/*formatierung die linke Spalte der ungeraden Zeilen*/
	padding-right: 10px;
	background-color: #C5C598;
	
}
.tr-even .td-last {
/*formatierung die rechte Spalte der ungeraden Zeilen*/
}
.tr-odd .td-0{
/*formatierung  die linke Spalte der geraden Zeilen*/
	padding-right: 10px;
	background-color: #C5C598;
}
.tr-odd .td-last {
/*formatierung  die rechte Spalte der geraden Zeilen*/
}	

div#mittagstisch h3{
padding-top:10px;
padding-bottom:20px;
}
################# plugin mittagstisch ######################
div#mittagstisch p{
color: #013300;
}
################# plugin gaestebuch ########################

.tx-guestbook-list-header td {
background-color:#013300 ;
}




################ Speisekarte Formatierung #########################

.foottable{
width: 620px !important;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: transparent;
}
* html .foottable{
margin-left:80px;
}

.foottable .td-0{
width:560px !important;
padding:3px;
padding-left:5px;
font-color:black;
background-color: transparent;
}
.foottable .td-1{
width:60px !important;
padding:3px;
padding-right:0px;
text-align:right;
font-weight:bold;
background-color: transparent;
}


.foottable .tr-odd{
width:560px !important;

}

.foottable .tr-even{
width:560px !important;
background-color: transparent;
}


.foottable .td-0 p{
text-align:left;

}
.foottable .td-1 p{
text-align:right;
}


################ Speisekarte Formatierung #########################

.footmenutable{
width: 620px !important;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: transparent;
}
* html .footmenutable{
margin-left:80px;
}
.footmenutable .td-0{
width:620px !important;
font-color:black;
background-color: transparent;
text-align:center;
text-decoration: underline;
}

.footmenutable .tr-last .td-0 {
font-weight:bold;
text-align:center;
border:none;
}

.footmenutable .tr-odd{
text-align:center;

}


.footmenutable .tr-even{

background-color: transparent;
}


################# plugin suche ########################


td.tx-indexedsearch-res {
font-size:10px;
}



