/* Allgemeine Styledefinitionen */
/* ***********************************************/
body 
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:#333333;
}

img 
{
	border:0;
}

/* Seitenlayoutdefinitionen */
/* ***********************************************/

#site 
{
	margin:auto;
	width:790px;
	background-color:#FFFFFF;
	padding:5px;
}

#banner 
{
	background-image:url(data/images/modul_webdesign/banner.jpg);
	height: 170px;
	text-align:right;
	font-size:10px;
}

#seite
{
	padding:0px 20px 20px 5px;
}

#navigation 
{
	padding-top:35px;
	width:160px;
	float:left;
	padding-right:5px;
	margin: 0px 0px 0px 0px;
}

#inhalt 
{
	width: 550px;
	padding-left:190px;
	margin-left:10px;
	padding-right:10px;
	min-height:450px;
}

#block
{
	clear: both;
}

#feetline 
{
	font-size:10px;
	text-align:center;
	padding-top:10px;
	height:36px;
	color:#999999;
}


/* Class-Definitionen */
/* ***********************************************/

.news 
{
	font-size:10px;
}

.newstitle 
{
	font-weight:bold;
	font-size:12px;
	color:#0F267E;


}

.newstitle a 
{
	color:#0F267E;
	text-decoration:none;

}


.message
{
	background-color:#FFF7BB;
	border:#CCCCCC solid 1px;
	padding-left:10px;
	text-align:center;
}

.guestbook_header0
{
	background-color:#F7931D;
	padding:3px;
	font-size:13px;
}

.guestbook_header1
{
	background-color:#005496;
	color:#FFFFFF;
	padding:3px;
	font-size:13px;
}

.guestbook_content
{
	background-color:#F0F0F0;
	padding:10px;
}

.menue
{
	text-decoration:none;
	margin-bottom:3px;
	border-left:solid #003399 25px;
	padding-left:5px;
	font-size:16px;
}

.menue a
{
	text-decoration:none;
}

.menue:hover a
{
	text-decoration:none;
	border-color:#1B7EE2;
}

.submenue
{
	padding-left:20px;
	font-size:17px;
}

.submenue a
{
	text-decoration:none;
	color:#333333;
}

.submenue:hover a
{
	color:#0F267E;
	text-decoration:none;
}


.navigation_gruppe
{
	border-bottom:dotted #CCCCCC 2px;
	margin-top:8px;
	margin-bottom:10px;
	color:#666666;
}

/* Überschriften */
/* ***********************************************/

h1 
{
	text-align:right;
	color:#003399;
}

h2 
{
	color:#000066;
	font-size:22px;
}

h3 
{
	font-size:16px;
}

h4 {
	font-size:12px;
	border-bottom:dotted #CCCCCC 2px;
	margin-top:8px;
	margin-bottom:10px;
	color:#666666;
}

hr
{
	border-top:solid #CCCCCC 1px;
	border-bottom:solid #FFFFFF 1px;
	border-left:solid #FFFFFF 1px;
	border-right:solid #FFFFFF 1px;
	height:1px;
}

