@CHARSET "ISO-8859-1";

html
{
	height: 100%;	
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
 	padding: 0px;	
	background-color: rgb(252,240,220);
 	height: 100%; 	
}


/****************
 * Hyperlinks
*****************/

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #800000;
	font-variant: small-caps;
	text-decoration: underline;
}


/****************
 * CONTENT FRAMES
*****************/

div
{
	overflow: hidden;
}

#gfxframe
{
	background-color: rgb(252,230,220);
	padding: 20px;
	height:80px;
	background-repeat: no-repeat;
}

#topnav
{
	padding: 5px;
	background-color: rgb(255,148,64);
	text-align: right;
	font-weight: bold;
}

#leftnav
{
	float: left;
	padding: 20px 10px 10px 10px;
	border-right: 1px solid #CC0202;
	width: 15em;
	background-color: rgb(256,220,200);
	height: auto;
	min-height: 500px;
}

#rightnav
{
	float: right;
	padding: 20px 10px 10px 10px;
	border-left: 1px solid #CC0202;
	width: 15em;
	background-color: rgb(256,220,200);
	height: auto;
	min-height: 500px;
}

.navheader
{
	font-weight: bold;
	background-color: rgb(255,160,39);
	padding: 2px;
	text-align: center;
	margin: auto;
}

.navcontainer
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(252,202,182);
}

#sitecontent
{
	padding: 20px;
	background-color: rgb(252,240,220);
	#margin-left: 200px;	/* Angabe für den Internet Explorer */
	#margin-right: 200px;	/* Angabe für den Internet Explorer */
}

#footer
{
	padding: 30px 10px 10px 10px;
	position: relative;
	bottom: 20px;
	background-color: transparent;
	font-size: 11px;
	text-align: center;
}


/****************
 * mod_news.inc.php
*****************/

.news-table1
{
	border-collapse: collapse;
}

.news-table2
{
	border: 1px dashed #525252;
	
}

.news-titel
{
	background-color: #C7D1E0;
	padding: 5px;
}

.news-autor
{
	font-size: 11px;
	padding: 5px;
	background-color: #D0D9E6;
}

.news-text
{
	vertical-align: top;
	text-align: justify;
	padding: 10px 5px 10px 5px;
}

.news-download
{
	color: #800000;
}



/******************
 * page_kontakt.html
*******************/

textarea.text 
{
	width: 100%;
	height: 100px;
}

table.kontakt-table 
{
	width: 400px;
	border: 1px dashed #525252;
	padding: 5px;
}

td.kontakt-td1
{
	width: 35%;
}

td.kontakt-td2
{
	width: 65%;
}

tr.kontakt-tr1
{
	background-color: #D0D9E6;
}

tr.kontakt-tr2
{
	background-color: #C7D1E0;
}

input.kontakt-input
{
	width: 100%;
}


/*************************
 * window_browsertest.html
*************************/

#window-browsertest
{
	border: 5px solid #525252;
	position: absolute;
	top: 200px;
	left: 25%;
	width: 50%;
	z-index: 2;
	background-color: #FFAAB0;
	padding: 5px;
}
