/******* BOXES *******/

* {
	padding: 0;
	margin: 0;
}

body {
	overflow-y: scroll;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url("../images/full_bg.png");
	background: url("../images/full_bg.jpg");
	background-position: 100% 0px;
	background-color: #2d3d45;
	background-color: #2f3f47;
	min-width: 970px;
}

#root {
	background: transparent url("../images/shine.png") no-repeat 100% 0;
	background: transparent url("../images/shine.jpg") no-repeat 100% 0;
}

#body {
	background: transparent url("../images/horiz_bg.png") repeat-x 0 50px;
}

#package {
	background: transparent url("../images/fahr.png") no-repeat -1px 58px;
	background: transparent url("../images/fahr.jpg") no-repeat -1px 58px;
	margin: 0 auto;
	max-width: 1246px;
	margin-bottom: 30px;
	position: relative;
}

#alternativ #package {
	background: url("../images/fahr2.png") no-repeat -1px 58px transparent;
	background: url("../images/fahr2.jpg") no-repeat -1px 58px transparent;
}

#logo {
	display: none;
	border: 1px solid red;
	background: url("../images/fahr2.png") 50% 50%;
	position: absolute;
	z-index: auto;
	top: 480px;
	right: 120px;
	width: 100px;
	height: 100px;
}


#content {
	text-align: left;
	padding: 20px;
	min-height: 500px;
	margin-top: 60px;
	border-top: 1px solid #e7eaea;
	border-right: 1px solid #e7eaea;
	background: #cdd0d1 url("../images/content_fade.png") repeat-x;
}

#content, h1 {
	margin-left: 320px;
	margin-right: 290px;
	margin-bottom: 0px;
}

#menu {
	width: 260px;
	margin-right: 5px;
	float: right;
	margin-top: 107px;
}

/******* GENERIC ELEMENTS *******/

a {
	color: #3f6b95;
	text-decoration: none;
}

a:hover {
	color: #65aae8;
}

a, a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}

h1 {
	text-shadow: 1px 1px 2px #454545;
	border-top: 2px solid #dcdbd5;
	height: 20px;
	padding-top: 20px;
	font-size: 13pt;
	text-indent: -166px;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
}

#test h1 {
	border: none;
	margin-top: 2px;
}

h1 a {
	color: #cecdc8;
	color: #cdd0d1;
	text-align: right;
}

h1 a:hover {
	color: #cecdc8;
	color: #EFEFEF;
}

h1 span {
	margin-left: 23px;
	opacity: 0.36;
}

/******* MENU *******/

#menu {
	text-shadow: 1px 1px 2px #6A6A6A;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	font-size: 13pt;
	letter-spacing: 1px;
}

#menu li, #menu p {
	margin: 0px;
	padding-left: 28px;
	background-image: url(../images/menu_icon.png);
	background-repeat: repeat-y;
}

#menu li.active {
	background-image: url(../images/menu_icon_active.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#menu p {
	line-height: normal;
}

#menu li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu li.first {
	padding-top: 0px;
	background-position: 0 3px;
}

#menu li.last {
	padding-bottom: 0px;
	background-position: 0 5px;
}

#menu a, #menu {
	color: #000000;
	color: #ffffff;
	color: #EFEFEF;
}

#menu a:hover {
	color: #fff;
}

#menu a:active {
	position: relative;
	top: 1px;
}

#menu p {
	margin-top: 30px;
	font-size: 7pt;
}

#footer {
	display: none;
}

/****** CONTENT ******/

p, ul, th, td {
	font-size: 10pt;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

th {
	text-align: center;
}

th.time, td.time {
	width: 100px;
}

td {
	border: 1px solid #E1E3E3;
	padding: 4px;
}

ul {
	list-style-image: url(../images/li_icon.png);
	margin-top: 15px;
	margin-left: 15px;
}

table {
	margin-top: 15px;
	border-collapse: collapse;
	margin-left: 0px;
}

h1 + ul, h1 + table, h2 + ul, h2 + table, h3 + ul, h3 + table {
	margin-top: 5px;
}

h2, h3 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px #8F8F8F;
}

h3 {
	font-size: 13pt;
	margin-bottom: 7px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #8F8F8F;
}

strong {
	color: #494949;
	color: #000000;
}

p.more {
	text-align: right;
	font-size: 10pt;
}

p.more a, p.back a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #B8BDBE;
	color: #3f6b95;
}

p.more a:hover, p.back a:hover {
	color: #34577A;
	background-color: #A9B0B1;
}

ul.pagination {
	text-align: center;
}

ul.pagination li {
	margin: 4px;
	display: inline;
	list-style-type: none;
}

ul.pagination .pagination-previous, ul.pagination .pagination-next {
	display: none;
}

ul.pagination a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #B8BDBE;
	color: #3f6b95;
}

ul.pagination a:hover {
	color: #34577A;
	background-color: #A9B0B1;
}

ul.pagination .selected a {
	color: #264059;
	color: #C7D7E7;
	background-color: #858E8F;
}

/****** MISC ********/

#visitenkarte {
	width: 310px;
	border: 1px solid #fff;
	background-color: #eee;
	padding: 15px;
	padding-top: 35px;
	padding-bottom: 10px;
	-moz-box-shadow: 1px 1px 2px #8F8F8F;
}

#visitenkarte p {
	line-height: 18px;
	margin: 6px;
	margin-bottom: 12px;
	text-align: right;
}

#visitenkarte p strong, #visitenkarte p:first-child {
	width: 100px;
	text-align: left;
	float: left;
	margin-top: -6px;
}

#suche #ergebnisse h3 {
	margin-bottom: 0px;
}

#suche #ergebnisse p {
	margin-top: 0px;
}
