body, html {	
	font-family: verdana, 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 */
img a { border: 0px;}
table {border-collapse:collapse;}


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

.mymaincolor, h1, h2, h3, a {color:#0078a5}
.mylightmaincolor {color:#93d4e8}
.mymainbgcolor {color:#9c9c9c}
.mylightbgcolor {color:#dddddd}
.mybordercolor-todel {color:#0078a5}
.mybordercolor {color:#0099FF}




/* background-colors */



/* forecolors */

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

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

a:hover {
	color: #93d4e8;
	text-decoration: none;
}


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

p {
	margin:10px 10px 5px 0;
	line-height: 150%;
	color:#333;
}
p img {}

h1, h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	text-align: left;
	padding-bottom:5px;
}

h1 {font-size: 24px; letter-spacing: 4px; margin: 10px 0 4px 0; }
h2 {font-size: 18px; letter-spacing: 3px; margin: 10px 0 3px 0; }
h3 {font-size: 14px; letter-spacing: 2px; margin: 10px 0 2px 0;}

h4 {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:#c7e7f0;
	font-size:0.9em;
	padding: 8px;
	border-left: 15px solid #93d4e8;
	margin: 3px 0 20px 0;
}

pre, code {
	color: #394200;
	font-size:0.9em;	
	overflow:auto; 
	line-height:2.2em;
	
	padding: 6px;
	margin: 3px 0 20px 0;
	border-top-todel, border-right, border-bottom: 1px solid #757d22;	
        border-top, border-right, border-bottom: 1px solid #0099FF;	
	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-todel: 1px solid #666666;
        border: 1px solid #0099FF;
}


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

input[type="text"] {border: 1px solid #0099FF;}
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-todel:#757d22;
        background-color:#0099FF;
	border: 1px solid #000000;
	
	font-size: 14px;
	font-weight: bold;
	
	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;}









