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

/* 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;}

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 {}
h4 {}
h5, h6 {}

/*Standard Links*/
a {text-decoration: underline; color:#751921; }

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



/* 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;
	color:#444444;	
	}
	
h2 {	
	font-weight:normal;
	font-size:22px;	
	line-height: 24px;
	margin: 24px 20px 5px 0;
	color:#751921
	}


h3 { 	
	font-size: 16px; margin: 16px 20px 2px 0; color:#ca3340}

h4 {font-size: 100%; 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;}



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




ul {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}

ol {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;	
}
ul li {
	list-style-type: disc;
	padding-bottom: 0px;
	list-style-image: url(images/lipu.gif);
} 



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;
	XXfont-size:0.9em;
	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: hand;}
input[type="checkbox"] {border: 0; cursor: hand;}

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: hand;
	
}


/*--------- 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;}









