/* www.asvneufeld.at - ein Projekt von www.websteiner.com */

@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: /*#e3e3e3*/ #000 url(pics/bg.gif) repeat-y center;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	vertical-align: middle;
	border-top-color: #FF3300;
	border-left-color: #FF3333;
	border-top-style: outset;
}



h1.ivisible {
	position: absolute;
	left: -9999px;
	width: 800px;
}


#container {
	width: 1000px;
	margin: 0 auto; 
	text-align: left; 
	background-image: url(pics/bg_container_2.gif);
	background-repeat: no-repeat;
} 

#header { 
	background: #DDDDDD; 
	background-image: url(pics/header_2a.jpg);
	height: 209px;
} 

#header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}


#tbox {
	width: 1000px;
	padding-top: 50px;
	text-align: center;
	font-size: 10px;
}

#tbox a {
		color: #000;
		text-decoration:underline;
}

#tbox a:hover {
		text-decoration:none;
}


#sidebar2 a {
		color: #000;
		text-decoration:underline;
}

#sidebar2 a:hover {
		text-decoration:none;
}

#tbox1 {
	background:url(pics/tbox.gif) no-repeat;
	width: 180px;
	height: 115px;
	float: left;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

#tbox2 {
	background:url(pics/tbox.gif) no-repeat;
	width: 180px;
	height: 115px;
	float: left;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

#tbox3 {
	background:url(pics/tbox.gif) no-repeat;
	width: 180px;
	height: 115px;
	float: left;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

#tbox4 {
	background:url(pics/tbox.gif) no-repeat;
	width: 180px;
	height: 115px;
	float: left;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}


#mainpage {
	margin-top: 30px;
}

#follow {
	margin-top: 90px;
}

#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 380px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	/*background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: /*70px*/0 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
 #sidebar2 {
	font-size: 10px;
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 140px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: /*70px*/0 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	text-align: center;
	/*background-color:#F30;*/
}
#mainContent { 
	float: left;
	padding: /*70px*/0 10px 15px 20px;
		width: 360px;
} 

#mainContent p {
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}







#mainContent_follow { 
	margin: 0px 180px 0px 30px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: /*50px*/0 5px 10px 5px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	/*width: 400px;*/
	/*background-color:#CF0;*/
} 

#mainContent_follow p { 
	font-size: 11px;
}

#mainContent_follow h1 { 
	padding: 15px 10px 30px 0px; 
	font-size: 24px;
	font-weight: bold;
	/*text-align: right;*/
}








.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr{
	background-color: #999; /* Farbe für Opera und Firefox */
	color: #999; /* Farbe für IE */
	border: 0;
	height: 1px;
}


/* -------------------------------- NAVIGATION start ----------------------------------*/

#nav_main {list-style-type:none; margin: auto; /*padding-left:200px;*/ clear: both; text-align: center;}
#nav_main li {float:left; padding:0; margin:0; position:relative; width:160px; height:1em; z-index:100; text-align: center;}
#nav_main li dl {position:absolute; top:0; left:0;}
#nav_main li a, #nav_main li a:visited {text-decoration:none;}
#nav_main li dd {display:none;}
#nav_main li a:hover {border:0;}
#nav_main li:hover dd, #nav_main li a:hover dd {display:block;}
/*#nav_main li:hover dl, #nav_main li a:hover dl {padding-bottom:5px;} /* unterer Strich im Aufklappmenue */
#nav_main table {border-collapse:collapse; padding:0; margin:-1px; font-size:12px;}
#nav_main dl {width: 160px; margin: 0; padding: 0; background: #fff;}
#nav_main dt {
	margin:0;
	text-align: center;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	font: Tahome;
	letter-spacing: 2px;
	text-transform:uppercase;
}

#nav_main .box {background: #fb8b00; /* orange - waagrechte Linien*/}

#nav_main .box dt a{background: #e3e3e3;} /* erste Menueebene */
#nav_main .box dt a:hover{background: /*#d4d3d3;*/ #000000; color: #FFFFFF;} /* hover erste Menueebene */

#nav_main dt a, #nav dt a:visited {text-decoration:none; display:block; padding:10px 0 10px 0; width:160px;}


#nav_main dd {margin:0; padding:0; font-size: 12px; text-align:center; font: Tahoma; letter-spacing: 1px;}
#nav_main .box dd {border-bottom:1px solid #bbbbbd;} /* trennstrichfarbe */

#nav_main dt a, #nav dt a:visited {display:block; color: #000;} /* Schriftfarbe erste Menüebene */

#nav_main dd a, #nav dd a:visited {text-decoration:none; display:block; padding:7px 0 7px 0; width:160px;}

#nav_main .box dd a {background:#e3e3e3; color:#080808; } /* Aufklappmenue */

#nav_main .box dd a:hover {background: /*#d4d3d3;*/ #000; color:#fff;} /* hover Aufklappmenue */

/* -------------------------------- NAVIGATION ende ----------------------------------*/



/* ----------------------Tabelle für Kalender/Startseite  ------------------------------------*/

table.kal {
	width: 100%;
	font-size: 11px;
}

td {
	text-align: left;
	vertical-align: top;
	border-style: groove;
}






.t-1 {
	width: 15%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px 0px 5px 0px;
}

.t-2 {
	width: 8%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px 0px 5px 0px;
}

.t-3 {
	width: 10%;
	text-align: center;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px 0px 5px 0px;
}

.t-4 {
	width: 42%;
	padding-left: 5px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px 0px 5px 0px;
}

.t-5 {
	width: 20%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px 0px 5px 0px;.-
}

th {
	height: 20px;
	background-color: #CCC;
}


h2 {
	font-size: 20px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------------ */






/*
#footer { 
	padding: 0 10px 0 20px; 
} 
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0; 
	padding: 10px 0; 
}
*/
