/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/im4g01.jpg) repeat-x;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;;
	color: #666666;
	text-align:left;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #586BAA;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #586BAA;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 0px;
}

.boxed .title {
	height: 20px;
	padding: 5px 0 0 10px;
	background: #6FBE6E url(../images/img04.gif) repeat-x;
	text-transform: lowercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px 20px 10px 20px;
	background: url(../images/img05.gif) repeat-x;
}

/* Post */

.post {
	margin-bottom: 20px;
}

.post .title {
	height: 20px;
	padding: 5px 0 0 10px;
	background: #6FBE6E url(../images/img04.gif) repeat-x;
	text-transform: lowercase;
	font-size: 1em;
	color: #FFFFFF;
}

.post .title a{
	height: 20px;
	padding: 5px 0 0 10px;
	background: #6FBE6E url(../images/img04.gif) repeat-x;
	text-transform: lowercase;
	font-size: 1em;
	color: #FFFFFF;
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
}

.post .story {
	padding: 5px 10px 5px 10px;
	background: url(../images/img05.gif) repeat-x;
}

.post h3 {
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 120%;
}

/* Over-Header */

#overheader {
	width: 990px;
	height: 15px;
	margin: 0;
	text-align:right;
	font-weight:normal;
	padding-top:2px;
	padding-right:5px;
	background-color:#FFFFFF;
	position:absolute;
	font-size:10px;
	font:arial;
}

#breadcrumb {
	width: 990px;
	padding-left:20px;
	padding-bottom:5px;
}

#overheader a {
	text-decoration:none;
}
/* Header */

#header {
	width: 990px;
	height: 150px;
	margin: 0;
}

#headerbg {
	background-color:#87b1cc;	
	height: 120px;
}
/* Logo */

#logo {
	float: left;
	width: 400px;
}

#logo h1 {
	padding-top: 88px;
	font-size: 36px;
	font-weight: normal;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin-top: -10px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {
	color: #586BAA;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}

/* Menu */

#menu {
	float: right;
	padding-right:10px;
}

#menu ul {
	margin: 0;
	padding-top: 75px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 28px;
	margin-left: 1px;
	padding-top: 15px;
	background: #FFFFFF url(../images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	color: #586BAA;
}

#menu a:hover {
	height: 33px;
	margin-top: -5px;
}

#menu .active a {
	height: 34px;
	margin-top: -5px;
	background-image: url(../images/img03.gif);
	font-weight: bold;
	color: #586BAA;
}

/* Content */

#content {
	width: 990px;
	margin: 0;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 755px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 170px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: disc;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 990px;
	margin: 0;
	padding: 30px 0;
	background: url(../images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.frmTextfelder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border:1px solid #000000;
	margin: 0px;
	padding: 0px;
}

.frmTextfelderFehler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #F3E2E2;
	border-width:1px;
  border-style:solid;
	border-color: #D50000;	
}

.errmsg, .ErrMsg {
	border:1px dashed #CC0000;
	background-color: #ffeeee;
	color:#CC0000;
	text-align:center;	
}

.OKMsg {
	color: #00CC00;
	border: 1px solid #00CC00;
	background-color: #eeffee;
	width:100%;
}

.Karteireiter_Menue {
   	border-top: 1px solid #00CC00;
   	border-left: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
	background: url(../images/img05.gif) repeat-x;
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.Karteireiter_Menue a {
	text-decoration:none;	
}
.Karteireiter_Menue a:hover {
	text-decoration:underline;	
	font-weight:bold;
}
