

body, html {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;}
td {vertical-align: top;}

.mytable {}
.mytable td {padding-right:6px;}
.mytable td img {margin-top:6px;}

.datatable td {padding:2px;}

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}

.bildlinks {float:left; margin:0 10px 2px 0;}


/* background-colors */



/* forecolors */

h1, h2, h3 {}
h4 {}
h5, h6 {}

/*Standard Links*/
a {text-decoration: underline;}
a:active, a:visited, a:link {
		
}

a:hover {
	text-decoration: none;
}


/* Standard Tags: margins, borders, size */

p {
	margin:0 20px 10px 0;
	line-height: 160%;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	
	font-weight:normal;
	font-size:24px;	
	line-height: 25px;
	margin: 20px 20px 10px 0;	
	}
	
h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	
		
	font-size:18px;	
	line-height: 16px;
	margin: 24px 20px 5px 0;
	}


h3 {font-size: 14px; margin: 16px 20px 2px 0;}

h4 {font-size: 12px; margin: 10px 20px 0 0;}
h5 {font-size: 11px; margin: 5px 20px 0 0;}
h6 {font-size: 10px; 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;}

.margline {font-size: 0.9em; margin-top:0;}
.margline  h3 {font-size: 12px; margin-top:3px;}
.margline  p {line-height: 130%; color:#444;}





hr{
	border-bottom:dotted #2872A6 1px; height:1px;
	clear:left;
}




/*li {	
	padding-bottom: 0px;		
} */

ul {
	margin-top: 0;
	margin-left: 0.7em;
	padding-left: 0.7em;
	}

ul li {	
	line-height: 150%;
	margin-top: 0;	
	margin-bottom: 2px;
	
	list-style-image: url(img/li.gif);
	list-style-type: square	
}

li {margin-right: 10px;}

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:12px;
	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:#053e66;
	border: 1px solid #000000;
	
	font-size: 12px;
	font-weight: bold;
	
	cursor: pointer;
	
}


/*--------- 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;}









