/***************************************************
			      resets
***************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a:hover, a:active, a:visited { 
	outline: 0; 
}

a img {
	border:none;
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block
}

/***************************************************
			      allgemeine styles
***************************************************/

p {
	margin-bottom:7px;
	text-align:justify;
}
	
a, p a {
	text-decoration:none;
	color:white;
}

	a:hover {
		color:white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, sans-serif;	
    font-weight: normal;
	position:relative;
	text-shadow: 2px 3px 3px #c1c1c1;
}

h1 {
	font-size: 18px;
	line-height:0.9;
	color:#ff7f00;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
}

h2 {
	font-size: 16px;
	line-height:1.3;
	color:#ff7f00;
	text-transform:none;
	font-style:italic;
	text-align:left;
	margin-top:7px;
	padding-bottom:6px;
}
	
h3 {
	font-size: 17px;
	line-height:0.9;
	color: #333;
	margin-top:25px;
	left:0px;
}
	
h3 span {
	
	font-size: 12px;
	line-height: 1.4;
	color:#333;
	display:block;
	margin-top:10px;
	text-transform:none;
}

/***************************************************
			    container
***************************************************/
	
.gruppe6 {
	width: 950px; 
	height: auto; margin: 25px auto;
	padding:15px;
	background:white;
	border:3px double #CDCDCD;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 45px;
}

.button {
	width: 100%;
	height:auto;
	position:relative;
	margin-top:10px;
	padding:5px;
	background-color:#fc8507;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
}
	
.button:hover {
	background-color:#ED7803;
	text-decoration:none;
}

.button_gemerkt {
	width: 100%;
	height:14px;
	position:relative;
	margin-top:10px;
	padding:5px;
	background-color: #f00;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
}
	
.button_gemerkt:hover {
	background-color: #f30;
	text-decoration:none;
}
.button_details {
	width: 100%;
	height:14px;
	position:relative;
	margin-top:10px;
	padding:5px;
	background-color:#fc8507;;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
}
	
.button_details:hover {
	background-color: #ed7803;
	text-decoration:none;
}

.button_buchen {
	width: 100%;
	height:14px;
	position:relative;
	margin-top:10px;
	padding:5px;
	background-color: #f03;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
}

.button_buchen:hover {
	background-color: #f33;
	text-decoration:none;
}

.button_zurueck {
	width: auto;
	height:auto;
	position:relative;
	margin-top:10px;
	padding:5px;
	background-color:#fc8507;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
}
	
.button_zurueck:hover {
	background-color:#ED7803;
	text-decoration:none;
}

/*blaetternavigation*/
#navigation a {
	border: 1px solid #E0E0E0;
	margin: 0 1px;
	padding: 4px 7px;
	color: #444; 
	font-weight: bold;
	text-decoration: none;
}

#navigation a:visited {
	color: #507DB4; 
	font-weight: normal;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	border: 1px solid #507DB4;
	background: #F8F8F8;
	color: #737373; 
	text-decoration: none;
}

.current {
	border: 1px solid #E0E0E0;
	padding: 4px 7px;
	color: #444; 
}

.pages {
	border: 1px solid #E0E0E0;
	padding: 2px 7px;
	float: right;
	margin: -3px 0 0;
}