html
{
	background-color: #fff;
	border-top: 10px solid #62B0D7;
	font: normal 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link { color: #336699; text-decoration: none; border-bottom-color: #62B0D7; }

a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #62B0D7; }

a:hover, a:active { color: #ad5b1e; border-bottom: 1px solid #62B0D7; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 22px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 15px; }

h6 { font-size: 14px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	width: 100%;
background-color: #296099;
background-image: url(images/bg3.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0% 0%;
	margin:0px;
	padding:0px;
	text-align: center; /* zentriert das DIV in IE */
	
}

#inhalt
{
	width: 960px;
	margin: 0 auto;
	text-align: left; /* Schrift wird nach der Zentrierierung links dargestellt. */
	background-color: #fff;
}

#header { float: left; width: 100%; height: 100px; clear: both; margin-top: 5px; }

#navigation { float: left; width: 100%; clear: both; }

#page-header { clear: both; position: relative; margin-bottom: 1px; height: 117px;}


#footer
{
	clear: both;
	color: #fff;
	background-color: #310451;
	height: 150px;
	padding: 20px 0 15px;
	text-align: center;
	font-size: 11px;}

/* Header */

#header h1
{	padding-left: 10px;
	padding-top: 0px;
	float: left;
	width: 85px;
	height: 87px;
/*	margin: 10px 0;
	font-size: 22px;
	letter-spacing: 0.1em; 
	border-right: 1px solid #999999; */
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#slogan
{
	float: left;
	width: 400px;
	height: 90px;
	font-size: 14px;
	padding-top: 45px;
	padding-left: 10px;	text-transform: uppercase;}

#header #search
{
	float: right;
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 1px;
	list-style-type: none;
	background-color: #310451;
}

#navigation li { float: left; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #fff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #62b0d7;
}

body#bmission li#lmission a
{
	color: #eff8ff;
	background-color: #374462;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(images/menu_hover.png);
}

/* Wrapper */

.col { width: 200px; float: left; margin: 0 15px; text-align: left; }

.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li { padding-bottom: 10px; }

.cols h3 { font-size: 13px; padding: 5px 10px; margin-top: 0px; }

#links h3
{
	background-color: #94b4d6;
}

#content h3
{
	background-color: #f5f5f5;
}

#sidebar h3
{
	background-color: #d5f7f8;
}

#content {
	width: 720px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
}

#links a:hover, #links a:active { color: #336699; border-bottom-color: #62B0D7; }

#content a:link { color: #000; border-bottom-color: #62B0D7; }

#content a:visited { color: #000; border-bottom-color: #62B0D7; }

#sidebar a:link { color: #000; border-bottom-color: #62B0D7; }

#sidebar a:visited { color: #000; border-bottom-color: #62B0D7; }

/* Footer */

#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }

#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; }

#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }

#footer p { margin: 5px 0; }

/* BreadCrumb */

.BreadCrumb { font-size: 11px; margin: 0px 0px 15px 0px; padding:0px; color:#666;  }
.BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 27px; background: url(images/BreadCrumbIcoUl.png) no-repeat left center;}
.BreadCrumb li { background: url(images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline;}
.BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;}


