/*---------- general ---------- */

body {
	margin: 0;
	padding: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
}

a {
	color: #069;
}

a:hover {
	color: #006
}

h1 {
	font-size: 1.5em;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

p, li, h3, h4,td {
	font-size: 0.8em;
}

ul {
	list-style: url(images/common/bullet.gif)
}

.hide {
	display: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----------  top area ---------- */

#topArea {
	background: #62BB46 url(images/common/titel.gif) no-repeat top left;
	height: 111px;
	margin-bottom: 2px;
}

#topArea.en {
	background-image: url(images/common/titel_en.gif);
}

#OL {
	background: url(images/common/oel.gif) no-repeat bottom right;
	height: 111px;
	width: 625px;
	float: right;
}

#topNav {
	background-color: #237734;
	color: #fff;
	padding: 2px 2px 3px 3px;
	margin-bottom: 6px;
	white-space: nowrap;
}

#topNav ul {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	left: -8px;
	list-style: none;

}

#topNav li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
	white-space: nowrap;
	background: url(images/common/topnavsep.gif) right center no-repeat;
}

#topNav .last {
	background-image: none;
}

#topNav .thisPage{
	color: #AAFA8E; 
}

#topNav a {
	color: #fff;
	text-decoration: none;
}

#topNav a:hover {
	color: #AAFA8E;
}

#topNav #LangFlag {
	position: relative;
	top: 1px;
}

#breadCrumb {
	background: url(images/common/dotted_horizontal.gif) bottom repeat-x;
	font-size: 0.7em;
	color: #999;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 6px;
	white-space: nowrap;
}

#breadCrumb a {
	color: #999;	
}

#breadCrumb a:hover {
	color: #333;
}

.picWithCaption {
	background-color: #62bb46;
	font-size: 0.7em;
	color: #fff;
	float: left;
	clear: left;
	margin: 0 13px 13px 0;
	padding-bottom: 5px;
}

.picWithCaption img {
	margin-bottom: 6px;
}

.picWithCaption div {
	padding-left: 5px;
}



/*----------  left Nav ---------- */
#leftNav {
	width: 178px;
	position: absolute;
	top: 5px;
	left: 0px;
	border-bottom: 1px #999 solid;

}

#leftNav h2 {
	font-size: 0.8em;
	font-weight: bold;
	border: 1px #237734 solid;
	background-color: #62BB46;
	color: #fff;
	padding: 1px 2px 2px 4px;
	margin: 0 0 2px 0;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	
}

#leftNav li {
	margin: 0;
	padding: 5px 0 8px 0px;
	font-size: 0.8em;
	background: url(images/common/dotted_horizontal.gif) bottom repeat-x;
}

#leftNav li img {
	margin-right: 6px;
	margin-left: 2px;
}

#leftNav .last {
	background-image: none;

}
	
	
/*---------- lists ---------- */


.arrowList , .arrowList li{
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;

}

.arrowList img {
	margin-right: 12px;
}

.dashList, .dashList li {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*----------  main ---------- */

#main {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 209px;
	padding-right: 85px;
	
}

#mainContainer {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
	margin-top: 25px;
	height: 1%; /*IE5 win bug*/

}

/*----------  Footer ---------- */

#footer {
	border-top: 1px #999 solid;
	border-bottom: 9px #62BB46 solid;
	color: #999;
	position: relative;
	top:0px;
	left:0px;
	height: 1%; /*IE5 bug */
	margin: 50px 0 10px 0;
	clear: both;
}

#footer a {
	color: #999;
}

#footer #logos {
	position: absolute;
	top: 5px;
	left: 0;
}

#footer p {
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 15px;
	margin: 8px 0 0 261px;
	
}

#footer .middle {
	margin: 0 11px 0 13px;
}



/*----------  Home page ---------- */

#topAreaHome{
	background: #62BB46 url(images/common/titel_home.gif) no-repeat top left;
	height: 272px;
	margin-bottom: 2px;
}

#topAreaHome.en {background-image: url(images/common/titel_home_en.gif);}

#OLHome {
	background: url(images/common/oel_home.gif) no-repeat bottom right;
	height: 272px;
	width: 680px;
	float: right;
}

.homeSection {
	margin-right: 2%;
	padding-right: 2%;
	background: url(images/common/dotted_vertical.gif) top right repeat-y;
	float: left;
  	width:32%; 
  	
  	/*IE5 box model hack*/
 	voice-family: "\"}\""; 
 	voice-family:inherit;
 	width:30.3%;
}

/*IE5 box model hack*/
html>body .homeSection {
  	width:30.3%;
} 

.homeSection h2 {
	font-weight: normal;
	font-size: 1.1em;
}

#rightSection {
	background-image: none;
	margin-right: 0;
	padding-right:0;
}



/*----------  Call for papers ---------- */

.errorTitle, .errorHeader, .errorMsg,  .red, .Warning {
	color: #F00;
}

.formFields th {
	color: #fff;
	background-color: #6C3;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
}

.formFields {
	margin: 23px 56px 17px 2px;
}

.formFields td {
	vertical-align: top;
	font-size: 0.8em;
	white-space: nowrap;
}

.formFields td.label {
	text-align: right;
	padding-right: 15px;
}

.formFields .subText {
	font-size: 85%;
}



.formFields .errorMsg {
	font-weight: bold;
}


.callForPapers {
	border: 1px #6C3 solid;
	
}

.callForPapers th, .callForPapers td.titleRow {
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 5px 2px 10px;

}

.callForPapers th {
	color: #fff;
	background-color: #6C3;
	text-align: left;
}
.callForPapers td.titleRow {
	border-top: 1px #6C3 solid;
	border-bottom: 1px #6C3 solid;
	background-color: #EFF8EC;

}

/*----------  Anmeldung ---------- */

#anmeldung .formFields {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}


#anmeldung table {
	border: 1px #6C3 solid;
}

#anmeldung th, {
	padding-left: 0;
	padding-right: 0;

}

#preise p {
	margin-bottom: 0;
}

#preise ul {
	padding-left: 0;
	margin-left: 18px;
	margin-top: 0;
}

#preise li {
	padding: 0;
	margin: 0;
}

#preise td {
	padding: 13px 13px 5px 10px;

}

#anmeldung table#preise {
	border-bottom: 3px #6C3 solid;

}

.BlueRow {
	background-color: #EFF8EC;
}

#TickBoxForm td {
	padding-top: 7px;
	padding-bottom: 7px;
}

table#TickBoxForm {
	border-bottom: 3px;
}

/*---- Programm -----*/
#ProgrammTable {
	border: 1px #62BB46 solid;
	margin-top: 10px;
}

#ProgrammTable td {
	border-top: 1px #62BB46 solid;
}

#ProgrammTable td, #ProgrammTable th {
	padding: 5px;
	vertical-align:top;
	font-size:0.8em;
	border-right: 1px #62BB46 solid;
}



#ProgrammTable th {
 	padding-top: 2px;
	padding-bottom: 2px;
 }

#ProgrammTable th {
 	text-align:left;
	color:#FFF;
	background-color:#62BB46;
 }
 
#ProgrammTable tr.NewSection  {
	border-top: 1px #62BB46 solid;
}
 
#ProgrammTable tr.Alternate {
 	background-color: #EFF8EC;
}

#ProgrammTable .EventLabel {
	font-weight: bold;
	border-right: 0;
}

#ProgrammTable .EventName {
	font-weight: bold;
}

.BodenPflanze {
	background-color: #CCFF99;
}

.Tier {
	background-color: #CCF;
}

.OkoSozio{
	background-color: #FF9;
}

.Uebergeordnet{
	background-color: #FC6;
}

.Uebergeordnet{
	background-color: #FC6;
}

.AtelierWerkstatt{
	background-color: #F93;
}

.ProgrammTableKey td {
	font-size: 0.8em;
	padding: 0 17px 0 7px;
}

.ProgrammTableKey td.Key {
	text-align:center;
	padding: 0;
}


