body, html {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 92.0%;
	color: #333333; 
		
}

/*
Zuerst die Styles definieren, die für die gesamte Site gelten
Spezielle Styles, zb die im Menue, werden in main.css neu definiert.
*/


/*.mytable {}
.mytable td {padding-right:6px;}
.mytable td img {margin-top:6px;}

body {background-color: #ffffff; color: #000000;}*/

/*Diese Klassen sind hilfreich, um den Faden nicht zu verlieren 

.mymaincolor, h1, h2, h3, a {color:#053e66}
.mylightmaincolor {color:#d1db6b}
.mymainbgcolor {color:#4b4b4b}
.mylightbgcolor {color:#cccccc}
.mybordercolor {color:#757d22}*/




/* background-colors */



/* forecolors */

h1, h2, h3 { color: #157317;}
h4 {}
h5, h6 {}

/*Standard Links*/
a {
	color: #084121;
		
}

/* basics */
a img { border: 0 ! important;}
table {border-collapse:collapse;}
td {vertical-align: top;}

.bildrechts {float: right; margin: 0 0 3px 10px;}






/* Standard Tags: margins, borders, size */

p {
	margin:0 20px 10px 0;
	line-height: 160%;
}

h1 {	
	font-weight:normal;
	font-size:28px;	
	line-height: 28px;
	margin: 0 20px 10px 0;	
	}
	
h2 {
	font-weight:normal;
	font-size:1.6em;	
	line-height: 120%;
	margin: 24px 20px 5px 0;
	}


h3 { 
	font-size: 1.2em; margin: 16px 20px 2px 0;}

h4 {font-size: 0.9em; margin: 10px 20px 0 0;}
h5 {font-size: 0.85em; margin: 5px 20px 0 0;}
h6 {font-size: 0.8em; margin: 2px 20px 12px 0;}




.marg {font-size: 0.9em; margin-top:0;}
.marg  h3 {font-size: 12px; margin-top:3px;}
.marg  p {line-height: 130%; color:#444;}



hr{
	border-bottom:dotted #2872A6 1px; height:1px;
	clear:left;
}




/*li {	
	padding-bottom: 0px;		
} */

ul li {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 5px;
	
	list-style-image: url(images/li.gif);
	list-style-type: square	
}


ol {
	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}


address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #d1db6b;
	font-style: normal;
	font-weight: bold;
	}


blockquote{
	background-color:#ffffff;	
	padding: 3px;
	border: 1px solid #2872A6;
	margin: 3px 0px 20px 30px;
	width:70%;
	
}

pre {
	color: #053e66;
	font-size:1em;
	white-space: normal;
	
	/*width:90%;
	overflow:auto;*/
	line-height:1.8em;
	padding: 6px;
	margin: 3px 20px 20px 0;
	border-top: 1px solid #17466d;
	border-right: 1px solid #17466d;
	border-bottom: 1px solid #17466d;
	border-left: 6px solid #053e66;
	background-color: #eeeeee;
	
		
}

code {color: #17466d;
	font-size:1em;
	width:90%;}

/*-----------------------------------------------------------------*/	
/*form elements
form {text-align: left;}

fieldset {
	border:0;
	text-align: left;
}

input, textarea, select
{
	color:#000000;
	font-weight: normal;	
	font-variant:normal;
	font-size:1em;
	padding:1px;
	border: 1px solid #666666;
}


select {}
option {background-color: #dee8db;}
textarea, select {border: 1px solid #053e66;}

input[type="text"] {border: 1px solid #053e66;}
input[type="radio"] {border: 0; cursor: pointer;}
input[type="checkbox"] {border: 0; cursor: pointer;}

input[type="reset"] {display:none;}


input[type="submit"], .submitbutton {
	color: #ffffff;
	background-color:#157317;
	border: 1px solid #000000;
	font-weight: bold;	
	cursor: pointer;
	
}*/



/* Tabellen */
table.programm {
	margin:10px 0 30px 0;
	border-bottom: 2px solid #ffd430;
	background-color: #ffffff;
}

table.programm td {
	padding:5px 5px;
	vertical-align:top;
	border-top: 1px solid #ffd430;
	
}

.programm tr td p {
	margin:0;
	line-height: 120%;
}

.programm .hilite td {background-color:#fff2cc;}
.programm .zeittd {
	color: #084121;
	width:15%;
	white-space: nowrap;
	font-weight: bold;
}

/*--------- News Module ---------------------------

.post_top td { padding-top:20px; border-bottom: 1px solid #a8b618; }
.post_title a {text-decoration: none; color: #024174; font-size:16px;}
.post_date {}
.post_short { border-bottom: 1px solid #000000; }*/

/*------Recent Post, Resent Comments --------
.display_latest h2 {margin:0;}
.display_latest hr {
	margin:0;	
}
.display_latest h3, .display_latest strong {margin:0; font-size:13px;}
.display_latest p {margin:0; font-size:11px;}*/









