/**********************************************/
/* styles.css ev. Waldheim UTH                */
/**********************************************/


/**********************************************/
/* Layout DIVS                                */
/**********************************************/

#content
{
	padding: 10px;
	float: none;
	width: 510px;
	border: 1px solid;
	position: absolute;
	left: 50%;
    margin-left: -255px;
    top: 140px;
	height: auto;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCDD;
	z-index: 2;
}

#menu
{
	padding: 4px;
	width: 160px;
	height: 385px;
	border: 1px solid;
	position: absolute;
    left: 50%;
    margin-left: -440px;
    top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	background-color: #CCCCDD;
}

#menu_sub
{
	padding: 4px;
	width: 512px;
	border: 1px solid #000000;
	position: absolute;
	margin: 10px;
	top: -19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	background-color: #CCCCDD;
	height: auto;
	left: -15px;
	overflow: auto;
	z-index: 3;
	visibility: visible;
}

#head
{
    top: -5px;
    padding: 1px;
	float: none;
	width: 665px;
	border: 1px none;
	position: absolute;
	margin: 10px;
	height: 50px;
	left: 50%;
    margin-left: -333px;
}

#status
{
	float: right;
	border-top: 1px solid #333333;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-size: 10px;
}

#ecke
{
	left: -1px;
	top: -1px;
}

#ecker
{
	right: -1px;
	top: -1px;
}

#eckelu
{
	left: -1px;
	bottom: -1px;
}
#eckeru
{
	right: -1px;
	bottom: -1px;
}

#news2
{
	padding: 4px;
	width: 160px;
	border: 1px solid #000000;
	position: absolute;
	top: 140px;
	height: 250px;
	left: 50%;
    margin-left: 291px;
	background-color: #CCCCDD;
}

#kaiserschmarrn
{
	padding: 4px;
	width: 160px;
	border: 1px solid #000000;
	position: absolute;
    top: 410px;
	height: 115px;
	left: 50%;
    margin-left: 291px;
	background-color: #CCCCDD;
}

#news
{
	padding: 4px;
	width: 160px;
	border: 1px solid #000000;
	position: absolute;
    top: 545px;
	height: 175px;
	left: 50%;
    margin-left: 291px;
	background-color: #CCCCDD;
}

#footer
{
	padding: 4px;
	border: 1px none;
	position: absolute;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	top: 470px;
	width: 120px;
}

#toolbox
{
	padding: 4px;
	width: 160px;
	height: 175px;
	border: 1px solid;
	position: absolute;
    left: 50%;
	margin-left: -440px;
	top: 545px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCDD;
}

#back
{
	height: 100px;
	width: 100px;
	position: static;
	background-color: #FFFFFF;
	top: -10px;
	right: -10px;
	z-index: -100;
}
/**********************************************/
/* Hyperlink Styles                           */
/**********************************************/

a:link
{
	color: #0033CC;
	text-decoration: none;
}

a:visited
{
	color: #0033CC;
	text-decoration: none;
}

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

/**********************************************/
/* Format Styles                              */
/**********************************************/


.checked
{
	border: 1px solid #333333;
}

li
{
	line-height: 17px;
	list-style-type: square;
}

.ueber1
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.bild1
{
	border: 2px solid #666666;
}

.wichtig
{
	padding: 2px;
	border-top: 2px none #3366FF;
	border-right: 2px none #3366FF;
	border-bottom: 2px solid #3366FF;
	border-left: 2px solid #3366FF;
}

.kursiv
{
	font-style: italic;
}

.linie
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.tabelle_oben
{
	vertical-align: top;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.farbe1
{
	background-color: #FFFF00;
}


.red
{
	color: #FF0000;
}

/**********************************************/
/* Spambot-Schutz                             */
/**********************************************/

input#mail, label[for="mail"]
{
    display:none;
}
