body, html {	
	font-family: 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 */

.XXmymaincolor, h1, h2, h3, a {color:#003399}
.mylightmaincolor {color:#d1db6b}
.mymainbgcolor {color:#4b4b4b}
.mylightbgcolor {color:#cccccc}
.mybordercolor {color:#757d22}

.picleft {float:left; margin:3px 10px 2px 0;}
.picright {float:right; margin:3px 0 2px 10px;}


/* background-colors */



/* forecolors */

.blue, h1, h2, code {color:#003399}
.red, h3, h4 {color:#cc0000}
h5, h6 {}

/*Standard Links*/
a, a:link {text-decoration: underline; color:#003399;}
a:visited {text-decoration: underline; color:#4b4b4b;}
a:hover { text-decoration: none; color:#ff0000; }
a:active {text-decoration: none; color:#ff0000;}


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

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

h1 {
	font-family:"Times New Roman", Times, serif;		
	font-weight:normal;
	font-size:24px;
	margin: 0 0 10px 0;	
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;			
	font-size:18px;
	margin: 24px 0 5px 0;
	}


h3 {font-size: 14px; margin: 16px 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-bottom:dotted #808080 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;		
}

ul.gefahr li {font-size:14px; font-weight:bold; color:#cc0000; margin-bottom: 10px;}


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


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 {
	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;}










