/* .:: 1.1 Font ::. */

* {
	margin: 0;
	padding: 0;
}

body, table, thead, tbody, tr, td {
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

body {
	background: #c7cfe5;
}	

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 18px;
}

.right h1 {
	color: #fff;
	line-height: 90%;	
}

h2 {
	font-size:14px;
	margin: 0px;
	font-weight:bold;
}

h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color:#284996;
}

a {
	color:#416fad;
	text-decoration:none; 
}

a:hover {
	color: #3f3f40;
	text-decoration: underline;
}

/* .:: Tag's ::. */

div { 

} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	text-align: left;
}

li {
	list-style-position: inside;
	list-style-type:disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

hr {
	background-color:#b7b7b7; /* Mozilla 1.4 */
	color:#b7b7b7; /* IE 6 */
	border: #b7b7b7; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

textarea, select {
	border: 1px solid #b7b7b7;
}

input {
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;	
	border-bottom: 1px solid #b7b7b7;
	background-color: #ffffff;
}

table {
	width: 99%;
}

table tr td {
	vertical-align:top;
	padding: 3px;
}

.gallery table tr td {
	vertical-align:top;
	padding: 0px;
}

table.agenda tr {
	border-bottom: 1px solid #999;
}

table.agenda td {
	padding: 3px;
}

.preisliste {
	text-align: right;
}

.preisliste_bgcolor {
	text-align: right;	
	background: #E5E8F2;
}


/* .:: Layout ::. */

.container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/layout/bg_main.gif) repeat-y;
	overflow: auto;
}

.header {
	width: 990px;
	height: 214px;
	background: url(/images/layout/header.jpg) no-repeat right;
	float: left;
}

.hauptbild {
	width: 198px;
	height: 214px;
	float: left;	
}

.spez_nav {
	float: right;
	padding: 176px 30px 0px 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff;
}

.spez_nav a {
	padding: 0px 12px 0px 12px;
	text-decoration:none;
	color: #fff;	
}

.slide {
	margin-left: 0px;
	width: 198px;
	height: 214px;
	position: absolute;
}

.main_nav {
	height: 93px;
	background: #fff;
	border-top: 2px solid #fff;
	clear:both;
}

.main_nav img {
	border: none;
	float: left;
}

.main_nav img.act {
	border-bottom: 13px solid yellow;	
}

.left {
	width: 170px;
	float: left;
	padding: 14px;
	margin-bottom: 50px;	
}

.content {
	margin: 0 198px 50px 198px;
	padding: 0px 4px 0px 14px;
	background: #fff;
}

.sub_nav {
	float: left;
	width: 184px;
	margin-top: 14px;
}

.gallery {
	float: left;
	margin-bottom: 50px;
}

.right {
	width: 170px;
	float: right;
	padding: 14px;
	color: #fff;
	margin-bottom: 50px;	
}

.right a {
	color: #ffe500;
	font-weight: bold;
}

/* Navigation (Links) */

.nav_l1, .nav_l1:hover, .nav_l1_act, .nav_l1_act:hover {
	display:block;
	color:#3f3f40;
	text-decoration: none;
}

.nav_l1:hover {
	background: url(/images/layout/nav/nav_left_act.gif) left 5px no-repeat;
	padding-left: 12px;
}

.nav_l1_act, .nav_l1_act:hover {
	font-weight:bold;
	background: url(/images/layout/nav/nav_left_act.gif) left 5px no-repeat;
	padding-left: 12px;
}

.nav_l2, .nav_l2:hover, .nav_l2_act, .nav_l2_act:hover {
	font-size: 11px;
	display:block;
	color:#3f3f40;
	text-decoration: none;
	margin-left: 12px;
}

.nav_l2:hover {
}

.nav_l2_act, .nav_l2_act:hover {
	font-weight:bold;
	background: url(/images/layout/nav/nav_left_act.gif) left 5px no-repeat;
	padding-left: 12px;
}

/* Navigation (Subnav im Content) */

.nav-sub, .nav-sub:hover, .nav-sub-act, .nav-sub-act:hover {
	display:block;
	color:#000;
	text-decoration: none;
}

.nav-sub:hover {
}

.nav-sub-act, .nav-sub-act:hover {
	font-weight:bold;
	background: url(/images/layout/nav/nav_left_act.gif) left 5px no-repeat;
	padding-left: 12px;
}

/* DropDown */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 16.5em;
	color: #000;
}

#nav ul li a {
	padding: 0px 13px 0px 13px;
	width:auto;
}

#nav ul li a:hover, #nav ul li a.nav_l1_act {
	text-decoration: none;
	background: url(/images/layout/nav/nav_left_act.gif) left 5px no-repeat;
	margin-left: 12px;
}

#nav li {
	float: left;
	width: 16.5em;
	list-style: none;	
}

#nav li ul {
	position: absolute;
	width: 16.5em;
	left: -999em;
	top: 255px;
	padding: 13px 0px 13px 0px;	
	background: url(/images/layout/nav/bg_dropdown.png);
}

/* Hack to get the transparency of the navigation background rendered correct in IE 6 */
* html #nav li ul {
	filter:progid:DXImageTransform.Microsoft.BasicImage(src='/images/layout/nav/bg_dropdown.png', opacity='1.0', sizingmethod='scale');
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
