body {
	background:  url(../gfx/bg.png) repeat-y;	
	background-color: #e4e4e4;
	font-family: Verdana, Arial, Sans-Serif;
}

img {
    border: 0px;
}


/*********************** Standardlink Formatierung ******************/

a	{
	text-decoration: none;
	color: #444;
}

a:HOVER {
     text-decoration: underline;

	color: #302976;
}

/* -----------------    start menue css     --------------------- */
#nav	{
	position: relative;
	float: left;
	top: 100px;
	left: 25px;
	width: 170px;
	border: 0px solid black;
	}
#mainNav {
	padding-left: 10px;	
}

#nav h1	{
	color: #eeeeee;
	padding-right: 5px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	}

#nav ul	{
	list-style-type: none;
	margin-left: 0;
}

#nav ul li ul {

	padding-left: 20px;
}

#nav li	{
	
	}
	
	
#nav ul li ul a {
	padding-right: 20px;
	font-size: 11px;
	font-style: italic;
}

#nav ul li ul a:hover {
	font-style: italic;
	font-weight: bold;
}

#nav li a	{
	font-size: 15px;
	
	line-height: 18px;
	padding-right: 10px;
	color: #dddddd;
	text-decoration: none;		
}

#nav li a:hover	{
	font-style: italic;
	font-weight: bold;
	color: white;
}
/* ----------------     end menue css     -------------------- */



/* ----------------     start sub-menue css     -------------------- */
#contextNav	{
   position: relative;
   margin-top: 5px;
   padding-top: 0px;
   text-align: right;				
}

#contextNav li	{
		display: inline;
		padding: 0px;
		margin: 0px;
		}

#contextNav li a	{
			color: #830000;
		    padding-left: 10px;
		    padding-right: 10px;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			margin: 0px;
			}

#contextNav li a:hover	{
			color: #ffffff;
			background-color: #830000;
			}

/* ----------------     end sub-menue css      -------------------- */


/* ----------------     start content css     -------------------- */
#content	{
		position: relative;
		float: left;
		top: 0px;
		left: 27px;
		width: 498px;
		height: 100%;
		padding: 30px;
		margin: 0px;
		padding-top: 0px;

		}

#logo	{
	margin: 0px;
	padding: 0px;
	}

#content h1	{
		color: #830000;
   		font-family: Georgia, Times New Roman, Serif;
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: center;
		}

#content h2	{
		margin: 0px;
		margin-top: 25px;
   		font-size: 12px;
		color: #444444;
		clear: both;
		}

#content h3	{
		margin: 0px;
		margin-top: 15px;
		font-size: 11px;
		font-weight: bold;
		color: #555555;
		clear: both;
		}

#content p	{
        margin: 0px;
		margin-bottom: 1em;
		font-size: 11px;
		color: #444444;
}

#content a.more {
    display: block;
}


#content td {
    font-size: 11px;
	color: #444444;
}

#content p.msg {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#content p.errorMsg {
    margin-top: 20px;
	font-weight: bold;
	color: red;
    margin-bottom: 20px;
}

/*
#content a.text	{
		font-size: 0.7em;
		color: #444444;
		text-decoration: none;
		margin-left: 10px;
		border: 0px solid blue;
		}
		*/
/* ----------------     end content css     -------------------- */



/* ----------------     start image css     ---------------------*/
img.news	{
		float: right;
		margin: 5px;
		}
/* -----------------     end image css     ----------------------*/



/* ----------------   start footer css     ----------------------*/
#footer	{
	position: relative;
	margin-top: 25px;
	width: 100%;
	color: #444444;
	border: 0px solid black;
}

#footer a	{
		font-size: 1em;
		text-decoration: none;
		color: #444444;
		}

#footer a:hover	{
		text-decoration: underline;		
		color: #444444;
		}

#footer p	{
		text-align: center;
		font-size: .7em;
		}

#footer img	{
		margin-right: 5px;
		border: 0px;
		float: right;
		}
/* ----------------   end footer css       ----------------------*/

