/*
--------------------------------------------
ECho Hochschupgruppe Paderborn
Erstellt: 21.03.2009
Harry Kran
www.echo-upb.de
--------------------------------------------
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 76%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background-image: url(../img/blume.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	line-height: 58px;
}

#header h1
{
	font-size: 54px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
	margin-right: 20px;
	vertical-align: middle;
	clear: left;
}


#header h4
{
	font-size: 16px;
	line-height: 58px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	position: absolute;
	padding-left: 50%;
	vertical-align: middle;
}

#navigation
{
	background-image: url(../img/wechselschatten.png);
	height: 24px;
	background-position: left top;
	color: #FFFFFF;
	text-align: center;
}

#navigation ul { display: inline; 
}

#navigation li { display: inline; }

#navigation a
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	padding: 0 15px;
    cursor: pointer;
}

#navigation a:hover { color: #FFFF00; }

#navigation a:active { color: #FFFF00; }

#inhalt
{
	margin: 30px 300px 0 30px;
	line-height: 30px;
	text-align: left;
}

#inhalt img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#inhalt table
{
	background-position: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#inhalt h1
{
	font-family: "Comic Sans MS";
	font-size: 2.5em;
	color: #330099;
	padding: 20px 0 10px 0;
	border-bottom: 1px dashed #aaa;
}

#inhalt h2
{
	font-family: "Comic Sans MS";
	font-size: 22px;
	color: #330099;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#inhalt h3 { font-size: 18px; }

#inhalt h6
{
	font-size: 11px;
	font-family: "Courier New";
	line-height: 14px;
}

#status
{
	float: right;
	margin: 30px 10px 0 20px;
	width: 280px;
	line-height: 22px;
}

#status table { line-height: 22px; }

#status img
{
	background-position: right top;
	border: 1px solid #999999;
}
