/*
----------------------------------------
HTML tags
-----------------------------------------
*/
body,td,th,p, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
p {
	margin	: 5px 0 10px 0;
}
body {
	background-color: #1d4c78;
	margin: 10px;
}
img {
	border:0;
}
hr {
	border: 0;
	border-top: 1px solid #999;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
input[type=submit], input[type=button] {
	background-image: url(images/button_content.gif); 
	height			: 20px;
	width			: 100px;
	color 			: #eee;
	font-size		: 12px;
	font-weight		: bold;
	border			: 0px;
	padding-bottom	: 2px;
}
form {
	margin: 0;
}
h1 {
	margin			: 10px 0px 15px 0px;
	color			: #2a4a67;
	font-size		: 18px;
	line-height		: 20px;
}
h2 {
	color			: #173c5f;
	font-size		: 16px;
	margin-bottom	: 1px;
}
h3 {
	color			: #1d4c78;
	font-size		: 14px;
	margin-bottom	: 1px;
}
h4 {
	color			: #333;
	font-size		: 12px;
	margin-bottom	: 1px;
}
h5 {
	color			: #333;
	font-size		: 11px;
	margin-bottom	: 1px;
}
h6 {
	color			: #333;
	font-size		: 10px;
	margin-bottom	: 1px;
}
/*
----------------------------------------
Body
-----------------------------------------
*/
#body {
	background-image: url(images/bg_body.png) ;
	width			: 900px;
	margin			: 0 auto;
}
/*
----------------------------------------
Header
-----------------------------------------
*/
#header-right {
	height			: 160px;
	width			: 170px;
	padding			: 10px;
	text-align		: right;
	font-size		: 10px;
	line-height		: 15px;
	float			: right;
	background-color: #a1b6c9;
}
#header-image {
	background-color: #eee;
	width			: 710px;
	height			: 180px;
	float			: left;
}
#search {
	background-image: url(images/logo.gif) ;
	width			: 900px;
	height			: 78px;
	font-size		: 10px;
	text-align		: right;
	color			: #eee;
}
#search a {
	color			: #fff;
}
#search a:hover {
	text-decoration	: underline;
}
#search input[type=submit] {
	background-image: url(images/button.gif); 
	color 			: #eee;
	font-size		: 12px;
	font-weight		: bold;
	margin-top		: 12px;
	padding-bottom	: 3px;
}
/*
----------------------------------------
Top-Menü
-----------------------------------------
*/
#nav-top {
	background-image: url(images/nav_bg.gif); 
	clear			: both;
	color			: #000099;
	vertical-align	: middle;
	border-bottom	: 1px solid #666;
	height			: 30px;
}
#nav-top ul {
	padding			: 0px;
	margin			: 0px;
	padding-left	: 10px;
}
#nav-top li {
	list-style-type	: none;
	display			: inline;
	font-size		: 14px;
	font-weight		: bold;
}
#nav-top a {
	border-right	: 1px #606060 solid;
	color			: #eee;
	line-height		: 30px;
	padding			: 0px 12px 0px 15px;
	text-decoration	: none;
}
#nav-top a:hover {
	color			: #1d4c78;
	text-decoration	: none;
}
/*
----------------------------------------
Sub-Menü
-----------------------------------------
*/
#nav {
	width			: 186px;
	float			: left;
}
#nav a {
	text-decoration	: none;
}
#nav ul, #nav li {
	font-weight		: bold;
	list-style-type: none;
	display: block;
	margin: 0;
	padding-left: 10px;
}
#nav li.menu-1 {
	margin-top: 13px;
}
#nav li.menu-2, #nav li.menu-3 {
font-weight:normal;
	margin-top: 3px;
	font-size:11px;
}
/*
----------------------------------------
Content
-----------------------------------------
*/
#middle {
	float			: left;
	width			: 524px;
	background-color: #FFFFFF;
}
/* Browser-Hack IE6 */
* html #middle{
	width			: 520px;
}
#breadcrumb {
	padding			: 18px 20px 0px 20px;
	background-color: #fff;
	font-size		: 10px;
}
#content {
	padding			: 5px 20px 20px 20px;
}
#right {
	background-color: #eeeeee;
	padding			: 20px 20px 20px 20px;
	width			: 150px;
	height			: 100%;
	float			: right;
}
#left {
	background-color: #eeeeee;
	padding			: 0px 20px 20px 20px;
	width			: 145px;
	height			: 100%;
	float			: left;
}
#clear {
	clear			: both;
}
/*
----------------------------------------
Meldungen & Termine
-----------------------------------------
*/
#teaser h3{
	margin-top		: 5px;
	margin-bottom	: 6px;
	color			: #1d4c78;
}
#teaser h4{
	margin-top		: 3px;
	margin-bottom	: 3px;
	color			: #1d4c78;
}
#teaser-image {
	float			: left;
	width			: 80px;
	height			: 60px;
	text-align		: center;
	vertical-align	: top;
	border			: #CCCCCC solid 1px;
	margin-right	: 10px;
	margin-bottom	: 10px;
	margin-top		: 4px;
	padding:0px;
}
#teaser-clear {
	width			: 100%;
	height			: 25px;
	clear			: both;
	vertical-align	: middle;
	border			: 1px white solid;
}
#right ul {
	display			: block;
	margin			: 0px;
	padding			: 0px;
	padding-left	: 15px;
}
#right li {
	list-style-type	: disc;
	padding-top		: 5px;
}
/*
----------------------------------------
Footer
-----------------------------------------
*/
#footer {
	background-image: url(images/bottom_bg.gif); 
	border-top		: 1px solid #666;
	clear			: both;
	text-align		: center;
	font-size		: 10px;
	line-height		: 27px;
	height			: 30px;
}
#fresco a {
	text-decoration	: none;
}
#fresco a:hover {
	text-decoration	: underline;
}
