/* ---------------------------------------------------------------------------------------
project: website - 'www.johann-oberholz.de'
description: default frontend screen css

author: Mike Wink
email: info@mikewink.de
website: mikewink.de

version: 0.8
date: 03/16/2007
status (protoype, draft, test, review, final): draft

modified (date, author, modification):
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding:0;
}


body {
	width: 820px;
	margin: auto;
	background: #fff9ec url(jo_bg.gif) repeat 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 180%;
	text-transform: uppercase;
   letter-spacing: .1em;
	clear: both;
}

h1, h2 {
	color: #ca5001;
	font-size: 90%;
}
p+h2 {
	margin-top: 1.6em;
}

h3 {
	margin-top: 1.6em;
	line-height: 100%;
	color: #333;
	font-size: 85%;
}

p {
	line-height: 150%;
	font-size: 100%;
	margin: .5em 0;
}

a {
	color: #ca5001;
	text-decoration: none;
}

a:visited {
	color: #572f08;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
address {
	margin: .5em 0;
	line-height: 150%;	
	font-style: normal;
}
dfn {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}
form {
	margin: 1em 0 0 0;
}
fieldset {
	border: 1px solid #ffedc8;
	background-color: #fff9ec;
	padding: 1em;
}

legend {
	display: none;
}

label {
	float: left;
	display: block;
	width: 140px;
	margin-top: .5em;
}

label:hover {
	text-decoration: underline;
}

input, select, textarea {
	float: left;
	margin: .4em 0;
	padding: .2em 5px;
	border-top: 1px solid #f8d9a0; 
	border-right: 1px solid #ffedc8; 
	border-bottom: 1px solid #ffedc8;
	border-left: 1px solid #f8d9a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	padding: .2em 5px;
	border-top: 1px solid #e8ab00; 
	border-right: 1px solid #e8ab00; 
	border-bottom: 1px solid #e8ab00;
	border-left: 1px solid #e8ab00; 
}

#el_0, #el_1, #el_2, #el_3 {
	width: 319px;
}

#el_4 {
	width: 460px;
}

textarea {
	height: 130px;
	font-size: 90%;
}

form br {
	clear: both;
}

/* **** layout **** */
#header {
	position: relative;
	width: 100%;
	height: 120px;
	background: #ffedc8 url(jo_header.png) no-repeat 0 0;
	border-bottom: 3px solid #e8ab00;
}

#content {

	padding: 3em 6em 4em 6em;
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 3px solid #e8ab00;
}

#footer {
	width: 100%;
	padding: .4em 0 .3em 0;
	background: #ffedc8 url(jo_header_blank.png) no-repeat 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #572f08;
	
}

/* **** navigation **** */
/* header nav */
div#header .nav1st {
	margin-left: 100px;
	padding: 0;
	list-style: none;
	background-color: transparent;
	position: absolute;
	bottom: -4px;
	text-align: center;
}

div#header .nav1st li {
	float: left;
	margin: 0;
	padding: 0;
	color: #ca5001;
}
div#header .nav1st li.nav_item_1  {
	background: transparent url(btn_home.gif) no-repeat 0 0;
}

div#header .nav1st li.nav_item_2  {
	background: transparent url(btn_profil.gif) no-repeat 0 0;
}

div#header .nav1st li.nav_item_3 {
	background: transparent url(btn_produkte.gif) no-repeat 0 0;
}

div#header .nav1st li.nav_item_4  {
	background: transparent url(btn_shop.gif) no-repeat 0 0;
}

div#header .nav1st li.nav_item_5  {
	background: transparent url(btn_service.gif) no-repeat 0 0;
}

div#header .nav1st li.nav_item_6   {
	background: transparent url(btn_kontakt.gif) no-repeat 0 0;
}

div#header .nav1st a {
	float: left;
	display: block;
	width: 98px;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 4px 0;
	color: #ca5001;
	text-align: center;
	text-decoration: none;
	text-indent: -3000px;	
}

div#header .nav1st li a:visited {
	text-indent: -3000px;
}


div#header .nav1st li a:hover {
	background: transparent url(btn_nav_hov.png) no-repeat 0 0;
}
div#header .nav1st li strong.current {
	float: left;
	display: block;
	width: 98px;
	height: 22px;	
	margin: 0 1px 0 0;
	padding: 4px 0;
	text-align: center;	
	color: #ca5001;
	background: transparent url(btn_nav_act.png) no-repeat 0 0;
	text-indent: -3000px;
}
/* footer nav */
#footer ul {
	text-align: right;
	font-size: 85%;
}

#footer li {
	display: inline;
	background-color: transparent;
	padding: 0 1em 0 0;	
}

#footer ul.nav1st li a {
	padding: 0 20px 0 0;
	border: none;
	background-color: transparent;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #572f08;
	background: none;	
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #ca5001;	
}

#footer ul li .current {
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border: none;
}


/* language selection */
body#teaser {
	width: 100%;
	background: #F8DDA8 url(jo_teaser_bg.jpg) repeat-x left top;
}
body#teaser h1, body#teaser h2 {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

#language {
	position: relative;
	margin: auto;
	width: 780px;
	height: 600px;
	background: transparent url(jo_teaser.jpg) no-repeat center top;
}

#language ul {
	position: absolute;
	width: 240px;
	bottom: 9em;
	left: 50%;
	margin-left: -120px;
	list-style-type: none;
	text-align: center;
}

#language ul li {
	display: inline;
	margin: 0 1em;	
}

#language ul li a {
	background-color: transparent;
	font-size: 90%;
	text-decoration: none;
}

#language ul li a:hover {
	text-decoration: underline;
}




.selection {
	text-align: center;
}
#entry {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -106px;
	margin-bottom: 80px
}
/* **** ids / class **** */
#header h1 {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}


#pathway {
	margin-bottom: 1.5em;
	font-size: 85%;
}

form#kontakt {
	width: 500px;
	clear: both;
}
#border {
	background: transparent url(bg_border.png) repeat-y 0 0;
	padding: 0 20px;
}

#content ul, content ol, content dl {
	line-height: 150%;
	font-size: 100%;
	margin: .5em 1.6em;		
}
.clear {
	clear: both;
}
.hide {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}
.box {
	width: 598px;
	margin: 1em 0 0 0;
	padding: 5px 10px 0 10px;
	background-color: #fcf5db;
	border: 1px solid #ffedc8;
}

.left {
	float: left;
	margin-right: 2em;
}
.right {
	float: right;
	margin-left: 2em;	
}
.vcard {
	/* peekaboo ie6 fix  */
	line-height: normal;
	width: 500px;
}
.submit {
	background-color: #f8d9a0;
	border-top: 1px solid #f8d9a0; 
	border-right: 1px solid #e8ab00; 
	border-bottom: 1px solid #e8ab00;
	border-left: 1px solid #f8d9a0;
	text-transform: uppercase;
	font-size: 85%;
}


.teaser {
	float: left;
	margin-right: 2.5em;
	width: 180px;
}
.teaser h2 {
	margin-top: 0;
}
.teaser h2 a {
	margin-top: 0;
	color: #ca5001;
}
.teaser img {
	margin: .5em 0;
	border: 2px solid #fff9ec;
}

.teaser p {
	margin: 0 0 3em 0;
	font-size: 85%;
}


a img {
	border: none;
}
.no_margin {
	margin: 0;
}



/* **** individual background for pages **** */
#artID_6 #content {
	background: #fff url(bg_home.jpg) no-repeat bottom right;
}

#artID_2 #content {
	background: #fff url(bg_produkte.jpg) no-repeat bottom right;
}

#artID_3 #content {
	background: #fff url(bg_profil.jpg) no-repeat bottom right;
}

#artID_5 #content {
	background: #fff url(bg_service.jpg) no-repeat bottom right;
}
#artID_12 #content {
	background: #fff url(bg_impressum.gif) no-repeat bottom right;
}







.portrait {
	float: right;
	margin-bottom: 4em;
}
.left.profile {
	float: left;
	width: 60%;
}




