* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
#page {
	width: 960px;
	margin: 20px auto 0 auto;
}
img {
	border: 0;
}
/**********************************/
/* Header
/**********************************/
#header {	
	height: 66px;
}
#header_logo {
	width: 320px;
	float: left;
}
#header_nav {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	padding: 48px 10px 0 0;
	float: right;
	font-weight: bold;
	color: #000;
}
#header_nav a {
	color: #808080;
}
#header_nav a:hover {
	color: #000;
}

/**********************************/
/* Content
/**********************************/
#content {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 960px;
	overflow: hidden;
}
#spalte_links {
	width: 313px;
	float: left;
}
#spalte_mitte {
	width: 306px;
	margin-left: 327px;
}
#spalte_rechts {
	width: 313px;
	float: right;
}

.box_313 {
	height: 155px;
	margin: 13px 0 13px 0;
	background-color: #e4e3de;
	border: 1px solid #d0cdbb;
	padding: 25px;
}
.box_313_btm {
	height: 104px;
	background-repeat: no-repeat;
	margin: 13px 0 0 0;
}

/**********************************/
/* Textformate
/**********************************/
h1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 25px;
}
p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
p.short {
	width: 625px;
}
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.normal {
	font-weight: normal;
}
ol {
	list-style-position: inside;
	margin: 5px 0 10px 0;
}
ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
}

/**********************************/
/* Footer
/**********************************/
#footer {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #b2b2b2;
	font-size: 11px;
	width: 960px;
	clear: both;
	padding-bottom: 5px;
}
#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #b2b2b2;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}
.clearer {
	clear: left;
	height: 1px;
}
/**********************************/
/* News
/**********************************/
.news {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 15px 15px 0 25px;
}
.news h1 {
	color: #666;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
}
.news a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
.news a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.news_datum {
	display: block;
	width: 85px;
	float: left;
}
.news_text {
	display: block;
	width: 175px;
	float: left;
	margin-left: 5px;
}
.news br {
	clear: left;
}
#news h2 {
	clear: left;
	margin: 10px 0 5px 0;
}
#news img {
	float: left;
	border: 1px solid #d0cdbb;
	margin: 3px 10px 5px 0;
}
#news ul li {
	list-style-position: inside;
}
#news p a, #news li a {
	text-decoration: underline;
}
#news p a:hover, #news li a:hover {
	text-decoration: underline;
}

/**********************************/
/* Unterseite
/**********************************/
#header_img {
	height: 190px;
	background-color: #fff;
}

#ucontent {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 960px;
	overflow: hidden;
	background-image: url(../images/ep_bg_ucontent.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#maincontent {
	width: 797px;
	float: right;
	background-color: #e4e3de;
	background-image: url(../images/ep_maincontent_body.png);
	background-repeat: repeat-y;
}
#maincontent_header {
	background-image: url(../images/ep_maincontent_header.png);
	background-repeat: no-repeat;
	height: 20px;
}
#maincontent_body {
	overflow: hidden;
	padding: 22px 38px 0 38px;
}
#maincontent_body.about {
	overflow: hidden;
	padding: 22px 0 0 0;
}
#maincontent_footer {
	background-image: url(../images/ep_maincontent_footer.png);
	background-repeat: no-repeat;
	height: 20px;
	clear: both;
}
#maincontent_trenner {
	height: 16px;
	width: 797px;
	background-image: url(../images/ep_trenner.png);
	background-repeat: no-repeat;
	clear: both;
}
#maincontent_subbox_left {
	padding-left: 38px;
	width: 160px;
	float: left;
}
#maincontent_subbox_right {
	padding-right: 38px;
	width: 540px;
	float: right;
}
#pfcontent_header {
	background-image: url(../images/ep_pfcontent_header.png);
	background-repeat: no-repeat;
	height: 20px;
}
#pfcontent_body {
	overflow: hidden;
	padding: 22px 0 0 38px;
}

/**********************************/
/* Formate (Unterseite)
/**********************************/
#maincontent h1 {
	font-size: 14px;
	font-weight: bold;
}
#maincontent h2 {
	font-size: 12px;
	font-weight: bold;
}
#maincontent h3 {
	margin-top: 16px;
	font-size: 11px;
	font-weight: bold;
}
#maincontent p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}
#maincontent p.headline {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
#maincontent p.img_right {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 480px;
}
#maincontent a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#maincontent a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#maincontent a.gross {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 75px;
	height: 21px;
	background-color: #c8d100;
	text-align: center;
	padding-top: 4px;
	border: 1px solid #cac7b3;
	vertical-align: middle;
	margin-top: 8px;
}
#maincontent a.gross:hover {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
#maincontent .imgright {
	float: right;
	margin: 5px 0 20px 30px;
	font-size: 10px;
}
#maincontent .imgright img {
	border: 1px solid #d0cdbb;
	margin-bottom: 5px;
}
#maincontent img {
	margin-bottom: 3px;
}
#maincontent #spalte_links {
	width: 340px;
	float: left;
}
#maincontent #spalte_rechts {
	width: 340px;
	float: left;
	margin-left: 30px;
}
#pfcontent_body p {
	font-size: 12px;
	color: #000;
}
#pfcontent_body br {
	clear:left;
}
/**********************************/
/* Navigation
/**********************************/
#nav {
	width: 150px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	list-style-type: none; 
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	margin: 0;
}
#nav li span {
	display: block;
	width: 141px;
	margin: 0px;
	background-color: #c8d100;
	color: #000;
	border: 1px  solid #c8d100;
	padding: 6px 0 6px 5px;

}
#nav a {
	display: block;
	text-decoration: none;
}
#nav li {
	width: 148px;
	margin: 0 0 10px 0;
	float: left;
	background-color: #e4e3de; 
	border: 1px solid #CECBB9;
}
#nav li a { 
	width: 142px; 
	background-color: #e4e3de; 
	color: #666; 
	border: 1px solid #CECBB9;
	padding: 6px 0 6px 6px;
	margin: -1px;
}
#nav li a:hover {
	background-color: #c8d100;
	color: #000;
	border: 1px  solid #c8d100;
	margin: -1px;
}
#nav li#active {
	width: 144px;
/*	margin: -1px -1px 13px -1px; */
	background-color: #c8d100;
	color: #000;
	border: 1px  solid #c8d100;
	padding: 6px 0 6px 6px;
}
#nav li.imgbtn {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0px;
	background-color: #e4e3de; 
	border: 1px solid #CECBB9;
	float: left;
}
#nav li.imgbtn a {
	width: 142px; 
	background-color: #e4e3de; 
	color: #666; 
	border: 1px solid #CECBB9;
	padding: 6px 0 6px 6px;
	margin: -1px;
}
#nav li.imgbtn a:hover {
	background-color: #c8d100;
	color: #000;
	border: 1px  solid #c8d100;
	margin: -1px;
}
#nav li.imgbtn img {
	border: 1px solid #CECBB9;
	margin: -7px 0 5px -7px;
}

#nav_bg_topline {
	background-image: url(../images/ep_nav_bgtopline.png);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	overflow: hidden;
	clear: left;
}
#nav li.topleft {
	width: 150px;
	margin: 0 0 13px 0;
	float: left;
	background-color: transparent;
	background-image: url(../images/ep_nav_topleft_down.png); 
	border: 0px;
	margin: 0 0 10px 0;
}
#nav li.topleft a {
	width: 143px; 
	height: 13px;
	background-color: transparent; 
	color: #666; 
	border: 0px;
	padding: 6px 0 6px 7px;
	margin: 0px;
}
#nav li.topleft a:hover {
	background-color: transparent;
	background-image: url(../images/ep_nav_topleft_up.png); 
	color: #000;
	border: 0px;
	margin: 0px;
}

/**********************************/
/* Sub-Navigation
/**********************************/
#nav li ul {
	width: 148px;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 0 0;
}
#nav li ul li {
	width: 140px;
	height: auto;
	margin: 0px;
	background-color: transparent;
	border: 0px;
	float: left;
}
#nav li ul li a {
	width: 140px; 
	color: #666; 
	font-weight: normal;
	border: 0px;
	height: auto;
	padding: 4px 0 0 6px;
	background-color: transparent;
	border: 0px;
	margin: -1px;
}
#nav li ul li a:hover {
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border: 0px;
	height: auto;
}
#nav li ul li#active {
	width: 140px; 
	border: 0px;
	height: auto;
	padding: 4px 0 0 6px;
	border: 0px;
	margin: -1px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

/**********************************/
/* Portfolio Thumbnails
/**********************************/
.thumb_block {
	display: block;
	width: 120px;
	float: left;
	text-align: center;
	margin: 0 20px 45px 0;
}
.thumb_block img.thmb {
	width: auto;
}
.thumb_entry a img {
	border: 0px;
	width: auto;
	background-image: url(../images/ep_portfolio_lupe.png);
	background-position: bottom right;
	padding-bottom: 17px;
	background-repeat: no-repeat;
}
.thumb_entry a:hover img {
	background-image: url(../images/ep_portfolio_lupe_up.png);
}
.thumb_entry  {
	width: auto;
	text-align: center;
	overflow: hidden;
}
.thumb_entry  a {
	display: block;
	width: auto;
}
.thumb_lupe {
	width: 100%;
	margin-right: -2px;
}

/**********************************/
/* Portfolio Details
/**********************************/
#detail_box {
	width: 720px;
	text-align: center;
	margin-bottom: 15px;
}
#detail_img {
	width: auto;
}
#detail_img img {
	border: 1px solid #d0cdbb;
	margin-bottom: 5px;
}
#detail_txt_left {
	float: left;
}
#detail_txt_right {
	float: right;
}

/**********************************/
/* Formulare
/**********************************/
label, input, select {
	display: block;
	float: left;
	width: 200px;
	margin-top: 5px;
}
textarea {
	display: block;
	margin: 5px 0 10px 0;
	width: 500px;
	float: left;
}
input.wide {
	width: 500px;
}
form br {
	clear: left;
}
input#submit {
	width: auto;
}
label {
	text-align: right; 
	padding-right: 1em;
	width: 81px;
	float: left;
}
form {
	margin: 0;
	padding:.5em;
	width: 610px;
}
form.order {
	margin: 0;
	width: 200px;
	padding: 0;
}
form.order label {
	text-align: left; 
	width: 170px;
	display: inline;
	vertical-align: middle;
	height: 20px;
}
form.order select {
	width: 100px;
	padding: 0;
	margin: 0;
}
form.order input {
	width: 20px;
	padding: 0;
	margin: 0;
}
form.order input.wide {
	width: 100px;
}
form.order br {
	clear: none;
}
/**********************************/
/* Referenzen
/**********************************/
ul.referenzen {
	width: 375px;
	float: left;
	list-style-position: inside;
	list-style-type: disc;
	overflow: hidden;
}
ul.referenzen li {
	width: 150px;
	float: left;
	margin: 2px 0 2px 0;
	display: block;
	overflow: hidden;
	color: #666;
}
ul.referenzen a {
	width: 150px;
}
ul.referenzen a:hover {
	width: 150px;
}
#referenz_box {
	width: 325px;
	float: left;
}

/**********************************/
/* Galerie
/**********************************/
#bild_box {
	width: auto;
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
}
#bild_img {
	width: auto;
}
#bild_img img {
	border: 1px solid #d0cdbb;
}
#detail_txt {
	float: left;
	width: 200px;
}
#detail_txt p {
	font-size: 12px;
}

/**********************************/
/* Buecher / Kalender
/**********************************/
#bk_bild_box {
	width: 235px;
	margin: 0 15px 0 0;
	float: left;
}
#bk_detail_txt {
	float: left;
	width: 415px;
}
#bk_detail_txt a {
	font-size: 12px;
}

/**********************************/
/* Kontakt
/**********************************/
#kontakt_left {
	width: 300px;
	overflow: hidden;
	float: left;
}
#kontakt_right {
	width: 300px;
	overflow: hidden;
	float: left;
}
