/*
	global definitions
*/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: rgb(0,0,0);
	text-align: left;
	background: url(/website/std/lay/duz_bg.jpg) rgb(255,255,255);
}

td, th, div, p {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: rgb(0,0,0);
}

a {
	color: rgb(137,124,124);
	text-decoration: none;
}
a:hover {
	color: rgb(133,13,8);
	text-decoration: none;
}

a[name] {
	color: rgb(60,54,57);
	text-decoration: none;
}
a[name]:hover {
	color: rgb(60,54,57);
	text-decoration: none;
}


/**
 *	Artikel
 */

div#site {
	background: url(/website/std/lay/duz_bg_top.jpg) repeat-x;
}

div#shadow {
	background: url(/website/std/lay/duz_shadow.png) center 85px no-repeat;
}


div#headline {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	padding: 0px;
	width: 960px;
	height: 80px;
}

	div#headline h1 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

div#container {
	position: relative;
	top: 25px;
	left: 50%;
	margin-left: -480px;
	padding-bottom: 20px;
	width: 960px;
}

div#page {
	width: 780px;
	margin: 0px 90px;
}

/**
 *	HEADER
 */
	div#page .header {
		position: relative;
		width: 780px;
		height: 210px;
		background: url(/website/std/lay/duz_header.jpg) no-repeat rgb(255,255,255);
	}
		/**
		 *	Homebutton
		 */
		div#page .header a.home {
			display: block;
			position: absolute;
			bottom: 12px;
			left: 323px;
			width: 135px;
			height: 70px;
			text-decoration: none;
		}
		
		/**
		 *	Hauptnavigation
		 */
		div#page .header .nav {
			position: absolute;
			width: 780px;
			height: 174px;
			color: rgb(0,0,0);
			text-decoration: none;
		}
		div#page .header .nav a {
			display: none;
			position: absolute;
			bottom: 0px;
			width: 96px;
			height: 18px;
			overflow: hidden;
			font-size: 12px;
			font-weight: normal;
			color: rgb(63,63,63);
			text-decoration: none;
			text-align: center;
			padding-top: 2px;
			background: url(/website/std/lay/duz_nav_main.gif) no-repeat transparent;
			text-transform: uppercase;
		}
		div#page .header .nav a.selected,
		div#page .header .nav a:hover {
			height: 23px;
			font-weight: bold;
			color: rgb(133,13,8);
			text-decoration: none;
			background: url(/website/std/lay/duz_nav_main_s.gif) no-repeat transparent;
		}
		div#page .header .nav a.nav1 {
			display: block;
			left: 20px;
		}
		div#page .header .nav a.nav2 {
			display: block;
			left: 120px;
		}
		div#page .header .nav a.nav3 {
			display: block;
			left: 220px;
		}
		div#page .header .nav a.nav4 {
			display: block;
			left: 467px;
		}
		div#page .header .nav a.nav5 {
			display: block;
			left: 567px;
		}
		div#page .header .nav a.nav6 {
			display: block;
			left: 667px;
		}
		
		
		/**
		 *	Unternavigation
		 */
		div#page .header .sub {
			position: absolute;
			right: -90px;
			top: 200px;
		}
		div#page .header .sub ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			width: 90px;
		}
		div#page .header .sub ul li {
			padding: 0px 7px 3px 0px;
			background: url(/website/std/lay/duz_nav_sub_shadow.png) no-repeat transparent;
		}
		div#page .header .sub ul li.last {
			padding: 0px 7px 9px 0px;
		}
		
		div#page .header .sub ul li a {
			display: block;
			margin: 0px 0px 0px 1px;
			padding: 0px 4px 0px 10px;
			height: 27px;
			font-size: 12px;
			font-weight: normal;
			line-height: 27px;
			color: rgb(98,98,98);
			text-decoration: none;
			/*background: url(/website/std/lay/duz_nav_main.gif) no-repeat transparent;*/
		}
		
		div#page .header .sub ul li a.selected {
			margin: 0px 0px 0px 0px;
			padding: 0px 4px 0px 11px;
			color: rgb(0,0,0);
		}
		
		div#page .header .sub ul li a.first {
			/*background: rgb(255,255,200);*/
			background: url(/website/std/lay/duz_nav_sub_inactive_first.jpg) no-repeat transparent;
		}
		div#page .header .sub ul li a.firsts {
			background: rgb(255,255,255);
		}
		div#page .header .sub ul li a.next {
			/*background: rgb(255,255,255);*/
			background: url(/website/std/lay/duz_nav_sub_inactive.jpg) no-repeat transparent;
		}
		div#page .header .sub ul li a.nexts {
			background: rgb(255,255,255);
		}
		
	
	
/**
 *	CONTENT
 */
	div#page .content {
		width: 780px;
		background: rgb(255,255,255);
	}
		div#page .content .inner {
			margin: 0px 7px;
			padding-top: 15px;
		}
		
	div.noteBlock {
		margin: 0px 0px 15px 0px;
		padding: 20px 20px;
		color: rgb(255,255,255);
		line-height: 1.5em;
		background: rgb(133,13,8);
	}	
	div.grayBlock {
		margin: 0px 0px 15px 0px;
		padding: 20px 20px;
		color: rgb(60,54,57);
		line-height: 1.4em;
		background: rgb(249,245,245);
	}	
		div.grayBlock ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
			div.grayBlock ul li {
				padding: 4px 0px;
				list-style-type: none;
				line-height: 1.2em;
			}
		div.grayBlock a {
			color: rgb(60,54,57);
			text-decoration: none;
		}
		div.grayBlock a:hover {
			color: rgb(133,13,8);
			text-decoration: none;
		}
		
	
	
/**
 *	FOOTER
 */
	div#page .footer {
		position: relative;
		top: 0px;
		left: 0px;
		padding-top: 20px;
		width: 780px;
		background: rgb(255,255,255);
	}
		div#page .footer img.left {
			position: absolute;
			top: 20px;
			left: 7px;
		}
		div#page .footer img.right {
			position: absolute;
			top: 20px;
			right: 7px;
		}
		div#page .footer .inner {
			position: relative;
			top: 0px;
			left: 0px;
			margin: 0px 7px;
			line-height: 18px;
			background: rgb(249,245,245);
		}
		div#page .footer .inner span.left {
			position: absolute;
			top: 0px;
			left: 15px;
			line-height: 18px;
			font-size: 11px;
			font-weight: normal;
			color: rgb(162,162,162);
		}
		div#page .footer .inner span.left span {
			line-height: 18px;
			font-size: 12px;
			font-weight: normal;
			color: rgb(162,162,162);
		}
		div#page .footer .inner span.right {
			position: absolute;
			top: 0px;
			right: 10px;
			line-height: 18px;
			font-size: 11px;
			font-weight: normal;
			color: rgb(162,162,162);
		}
			div#page .footer .inner span.right a {
				font-size: 11px;
				font-weight: normal;
				color: rgb(162,162,162);
				text-decoration: none;
			}
			div#page .footer .inner span.right a:hover {
				text-decoration: underline;
			}
			div#page .footer .inner span.right a.last {
				font-size: 11px;
				font-weight: normal;
				color: rgb(110,6,5);
				text-decoration: none;
			}
			div#page .footer .inner span.right a.last:hover {
				text-decoration: underline;
			}
		
		
	/**
	 *	Artikel
	 */
	table.article tr td {
		vertical-align: top;
	}
	/*
	table.article tr.a_h h2 {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-family: BernhardFashion BT, Arial, Helvetica, Verdana;
		font-size: 20px;
		font-weight: normal;
		color: rgb(104,9,5);
	}
	table.article tr.a_s h3 {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		font-weight: normal;
		color: rgb(104,9,5);
	}*/
	div.a_c {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);
	}
		
		
	/**
	 *	Kontaktformular
	 */
	div.contact div.row {
		padding: 2px 0px;
	}
	div.contact div.left {
		width: 28%;
	}
	div.contact div.right {
		width: 72%;
	}
	div.contact fieldset {
		margin: 0px;
		padding: 5px 10px;
	}
	div.contact input,
	div.contact textarea,
	div.contact select,
	div.contact option,
	div.contact fieldset {
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		font-weight: normal;
		border: 1px solid rgb(220,220,220);
	}
	div.contact input.error_form,
	div.contact textarea.error_form,
	div.contact select.error_form,
	div.contact option.error_form {
		border: 1px solid rgb(133,13,8);
	}