@import url(typo3.css);

html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	font-size: 0.75em;
	color: #555;
	background-color: #fff;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	body.red {
		background-image: url(../images/bg_body_red.gif);
	}
	body.green {
		background-image: url(../images/bg_body_green.gif);
	}
	body.yellow {
		background-image: url(../images/bg_body_yellow.gif);
	}
	body.blue {
		background-image: url(../images/bg_body_blue.gif);
	}

/*
L A Y O U T

*/

div#container {
	width: 1000px;
	margin: 0px;  
	text-align: left;
	height: 100% !important;
}

div#header {
	margin: 0px;
  	padding: 0px;
	height: 312px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	body.red div#header {
		background-image: url(../images/bg_header_red.gif);
	}
	body.green div#header {
		background-image: url(../images/bg_header_green.gif);
	}
	body.yellow div#header {
		background-image: url(../images/bg_header_yellow.gif);
	}
	body.blue div#header {
		background-image: url(../images/bg_header_blue.gif);
	}

div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 230px;
	display: inline;
	float:left;
	text-align: right;
}
div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 500px;
	display: inline;
	float:left;
}
div#rightcol {
	margin: 0px;
  	padding: 0px;
	width: 190px;
	font-size: 0.9em;
	display: inline;
	float:left;
}

div#content {
	margin: 0px 50px 20px 60px;
  	padding: 0px;
}


div.menu {
	margin: 0px;
	padding: 0px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
}
div.menu ul.mainnavi {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 190px;
	height: 124px;
	background-image: url(../images/bg_mainnavi.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.menu li {
	list-style: none;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	line-height: 130%;
}
div.menu li.act {
	font-weight: bold;
}

div.menu ul.mainnavi li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 31px;
	font-weight: bold;
}

div#footer {
	margin: 50px 0px 0px 0px;
  	padding: 0px;
	height: 74px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #D47B2B;
}
a:hover {
	color: #cb0e1d;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #555;
}
.menu a:hover {
	color: #cb0e1d;
}
li.act a:link, li.act a:visited, li.act a:active {
	color: #D31035;
}

.mainnavi a:link, .mainnavi a:visited, .mainnavi a:active {
	color: #fff;
}


/* FORMAT */

h1 {
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 20px;
	color: #7299CB;
}

h2 {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 12px;
	color: #7299CB;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 10px;
	color: #7299CB;
	font-weight: normal;
}
h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

.bodytext, p {
	font-family: Verdana, Helvetica, sans-serif;
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#content .bodytext, p {

}


/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #3590B1;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #3590B1;
	margin-bottom: 5px;
}
select {
	border: 1px solid #3590B1;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#86C6F9;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3184C6;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}

div#newsletterabo {
	margin: 10px 0px 0px 0px;
  	padding: 0px 0px 0px 25px;
	height: 19px;
	line-height: 19px;
	background-image: url(../images/bg_newsletterabo.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.angebot, .news {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border: 0px solid #7299CB;
	border-bottom-width: 1px;
}

.newsdate {
	font-size: 10px;
	color: #666;
}