body, html {	
	font-family: verdana, tahoma, arial;
	font-size: 12px;
		
}

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

/* basics */
a img  { border: 0px;}
table {border-collapse:collapse;}

body {color: #000000; background-color: #f5ede2;}

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

.mymaincolor, h1, h2, h3, h4, a {color:#2F4F4F}
.mylightmaincolor {color:#DC143C}
.mymainbgcolor {color:#4b4b4b}
.mylightbgcolor {color:#cccccc}
.mybordercolor {color:#757d22}


.clear {clear:left; display:block;}

/* background-colors */



/* forecolors */

h1, h2, h3 {}
h4 {}
h5, h6 {}

/*Standard Links*/
a {text-decoration: underline;}
a:active, a:visited, a:link {
	color: #C48F5E;	
}

a:hover {
	color: #83603F;
	text-decoration: none;
}


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

p {
	margin:0 0 5px 0;
	line-height: 150%;
}

h1, h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	text-align: right;
	margin-right:10px;
}

.blevel0 h1 {font-size: 18px; letter-spacing: 4px; margin: 15px 0 4px 0;}
h1, h2  {font-size: 18px; letter-spacing: 2px; margin: 15px 0 4px 0;}
h3 {font-size: 14px; letter-spacing: 1px; margin: 5px 0 2px 0;}

h4 {font-size: 12px; margin: 10px 0 0 0;}
h5 {font-size: 12px; margin: 10px 0 0 0;}
/*h5 {font-size: 11px; margin: 5px 0 0 0;}*/
h6 {font-size: 10px; margin: 2px 0 12px 0;}








hr{
	border:dotted #757d22 1px; height:1px;
	clear:both;
}


li {	
	padding-bottom: 0px;		
} 

ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
/*	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:#d1db6b;
	font-size:0.9em;
	padding: 3px;
	border-left: 2px solid #d1db6b;
	margin: 3px 0 20px 0;
}

pre, code {
	color: #394200;
	font-size:0.9em;	
	overflow:auto; 
	line-height:2.2em;
	
	padding: 0 0 20px 6px;
	margin: 3px 0 20px 0;
	border-top, border-right, border-bottom: 1px solid #757d22;	
	border-left: 6px solid #c9c9c9;
	background-color: #ffffff;
		
}

/*-----------------------------------------------------------------*/	
/*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:12px;
	padding:1px;
	border: 1px solid #666666;
}


select {}
option {background-color: #d1db6b;}
textarea, select {border: 1px solid #757d22;}

input[type="text"] {border: 1px solid #757d22;}
input[type="radio"] {border: 0; cursor: hand;}
input[type="checkbox"] {border: 0; cursor: hand;}

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


input[type="submit"], .submitbutton {
	color: #ffffff;
	background-color:#DCBE98;
	border: 1px solid #000000;	
	font-size: 14px;	
	padding:2px 20px;
	float: right;
	clear:right;
	margin: 10px 20px 20px auto;
	cursor: hand;
	
}


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

.post_top td { padding-top:20px; border-bottom: 1px solid #a8b618; }
.post_title a {text-decoration: none; color: #a8b618; 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;
	XXdisplay: visible;
}
.display_latest h3, .display_latest strong {margin:0; font-size:13px;}
.display_latest p {margin:0; font-size:11px;}


/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 10px; border: #fff 4px solid;}
p img[align="left"], h3 img[align="left"]{ float:left; margin: 4px 10px 5px 0; border: #fff 4px solid;}
p img[align="top"], h3 img[align="top"] { margin: 0 0 0 0; border: #fff 4px solid;}

strong img { border: none ! important;} /*fett schaltet Border aus*/




























