/* general */
img {
	border:none;
}

a {
	color:#006600;
}

a:hover {
	color:#33CC33;
}

body, h1, h2, p, ul, li {
	margin:0;
	padding:0;
}

h1 {
	font-size:1.5em;
	color:#009900;
	margin-top:12px;
	margin-bottom:4px;
	clear:left;
}

h2 {
	font-size:1.2em;
	color:#006600;
	margin-top:14px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
	color:#006600;
	margin-bottom: 0px;
	font-style:oblique;
	line-height: 1.3;
}

p {
	padding-top:3px;
	padding-bottom:1px;
	font-size: 0.9em;
}

fieldset {
	width: 900px;
	margin: 30px auto 0px auto;
	border: 1px solid #009900;
	padding: 10px;
}

fieldset legend {
	font-weight: bold;	
}

fieldset input {
	width: 150px;
}

fieldset textarea, fieldset input {
	border: 1px solid #009900;
	padding: 1px;	
}

fieldset textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
}

fieldset input:active, fieldset input:focus, fieldset textarea:active, fieldset textarea:focus {
	border: 2px solid #006600;	
	padding: 0px;
}

fieldset div {
	float: left;
	width: 290px;
	margin-bottom: 2px;
}

fieldset div label {
	float: left;	
	width: 100px;
}

#content ul li {
	font-size: 0.9em;	
}

#content ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

#content p {
	margin-bottom: 5px;	
}

.small {
	font-size: 0.8em;	
}

/* body */

html {
	font-family:Arial,sans-serif;
	background-color:#FBF4E2;
}


#body {
	width:960px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-left:1px solid #E6ECCF;
	border-right:1px solid #E6ECCF;
	font-size: 0.9em;
}

/* Header */

#header-keywords {
	height:12px;
	background-color:#006600;
	padding:2px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF;
	font-size:0.7em;
}

#header-keywords a {
	color:#FFFFFF;
	text-decoration: none;
}

#header-keywords a:hover {
	color:#F0F0F0;
	text-decoration: underline;
}

#header {
	height:85px;
	padding:0 11px 0;
}

#header #logo {
	float:left;
}


#header #slogan {
	padding-top:23px;
	text-align:right;
}

#header #slogan #line1, #header #slogan #line2 {
	font-size:1.1em;
	font-style:italic;
}	

#header #slogan #line1 {
	color:#66CC33;
	font-weight:bold;
	margin-bottom:2px;
	text-align:left;
	padding-left:280px;
}

/* menu */

#menu {
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	height:26px;
	padding-top:9px;
	
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover, #menu ul li.active a {
	text-decoration:underline;
}

#menu ul {
	display:inline;
	list-style-type:none;
}

#menu ul li {
	display:inline;
	padding-left:12px;
	padding-right:6px;
	background-image:url(images/separator.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#menu ul > li:first-child {
	background:none;
	padding-left:6px;
}

/* content */

#content {
	padding:10px;
	line-height:120%;
}

#picture-homepage {
	float:right;
	margin-top:10px;
	margin-left: 30px;
}

div.news-box div.last {
	margin-right:0px !important; 
	padding-right: 0px !important;
	width: 171px !important;
}

div.angebote div.last {
	margin-right:0px !important; 
	padding-right: 0px !important;
	border-right: 0px;
}

/* News-Box */
.news-box {
	background:#E5E5E5;
	height:125px;
}

.news-box .container {
	width:170px;
	margin-right:5px;
	float:left;
	padding: 5px 6px 5px 9px;
	font-size:0.8em;
	line-height:120%;
}

.news-box p {
	margin-top:7px;
	margin-bottom:5px;
}

.news-box .title {
	background:#006600;
	color:#FFFFFF;
	padding:4px;
	padding-left: 10px;
}

.news-box .title a {
	color:#FFFFFF;
}

#openings {
	width:180px;
	float:right;
	border-left:10px solid #FFFFFF;
	text-align:center;
}

/* Angebot-Box */

.angebot-box {
	width:180px;
	background:#E5E5E5;
	margin-bottom:10px;
	float:left;
}

.angebot-box {
	border-right: 8px solid #FFFFFF;
}

.angebot-box div.desc {
	height:131px;
}

.angebot-box p {
	font-size:0.8em;
	padding:4px;
	padding-left: 10px;
	line-height:120%;
}

.angebot-box div.preis, .angebot-box div.more{
	height:38px;
	padding:6px;
	background:#006600;
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.25em;
	text-align:right;
	line-height:105%;
	padding-bottom:2px;
}

.angebot-box div.more {
	text-align:center;
}

.angebot-box div.preis, .angebot-box div.more a {
	color:#FFFFFF;
} 

.angebot-box div.more span {
	display:block;
	padding-top:8px;
}

.angebot-box div.preis small {
	font-weight:normal;
	font-size:0.65em;

}

/* News-Archiv */

ul.archiv {
	list-style: none;
}

ul.archiv li {
	margin: 0px;
	padding: 0px;
}

/* footer */
#footer {
	background:#CCCCCC;
	font-size:0.8em;
	padding-bottom:5px;
	clear:both;
}

#footer p {
	padding:10px;
	padding-top:0;
	padding-bottom:0;
}

#footer #impressum {
	color:#FFFFFF;
	background:#006600;
	height:14px;
	padding:10px;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:7px;
}

#footer #impressum a {
	color:#FFFFFF;
}

#footer #impressum #copyright {
	float:right;
}

.break {
	clear: both;
}