/* #### 01-00-base.css #### */
/* -----------------------------------------------
copyright - patrick ehrlich - www.ehrlich-werben.com
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	padding-top: 44px;
	line-height: 16px;
}    
       
       
/* text
----------------------------------------------- */ 

h1 {
	font-weight: normal;
	font-size: 16px;
	color: #9e805b;
	margin-bottom: 10px;
}    

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #9e805b;
	margin-bottom: 10px;
}

h2.message {

	font-size: 13px;
	color: #8d959a;

}
	 
h3 {
	
}

h4 {
	
}

p {
	font-size: 12px;
	color: #9e805b;
	margin-bottom: 10px;
	
}

span.comment, p.comment {
font-style: italic;
font-size: 11px;
}



 /* lists
----------------------------------------------- */
ul {
	list-style: inside;
	font-size: 12px;
	color: #9e805b;
}


/* links
----------------------------------------------- */   

a:link, a:visited {
     text-decoration: none;
     color: #9e805b;
}        
     
a:hover, a:active {
	text-decoration: none;
	color: #8d959a;
}

/* translate
----------------------------------------------- */

#translate a.active {
	color: #9e805b;
}
     

/* layout
----------------------------------------------- */ 
#page-wrap {
	width: 960px;
	margin:	0 auto;
	background-repeat: no-repeat;
	background-position: top left;
}

#top {
	height: 86px;
	text-align: center;
}

#content-wrap {
	height: 525px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 0;
	left: 0;

}

#left {
	width: 240px;
	position: relative;
	top: 0;
	left: 0;
}
    
#content {
	margin: 0 0 0 330px;
	padding: 100px 0 0 0;
	width: 330px;

} 

/* home-page
----------------------------------------------- */

#enter, #contact {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#enter:hover, #contact:hover  {
	color: #9e805b;
}

#enter {
	position: absolute;
	top: 72px;
	left: 840px;
}

#contact {
	position: absolute;
	top: 149px;
	left: 835px;
}

/* logo
----------------------------------------------- */ 

/* teaser
----------------------------------------------- */

.teaser {
	display: block;
	position: absolute;

}

.oben  {
	top: 72px;
	left: 790px;
	width: 120px;
	height: 120px;

}


.ger .unten {
	top: 424px;
	left: 776px;
	width: 70px;
	height: 70px;
}


.eng .unten {
	top: 419px;
	left: 776px;
	width: 70px;
	height: 70px;
}



.unten p {
	font-size: 12px;
	text-transform: uppercase;
}
  
/* navigations 
----------------------------------------------- */

#nav {
	position: absolute;
	top: 50px;
	left: 70px;
}

#subnav {
	position: absolute;
	top: 272px;
	left: 126px;
}

#nav, #subnav {
	list-style: none;
}

#nav, #subnav {
	font-size: 12px;
	text-transform: uppercase;
}

#nav li, #subnav li {
	line-height: 20px;
}

#nav a, #subnav a {
	color: #8d959a;
}

#nav a:hover, #subnav a:hover, #nav a:active, #subnav a:active, #nav a.active, #subnav a.active   {
	color: #9e805b;
}

#nav a strong, #subnav a strong {
	font-weight: normal;
}


/* footer
----------------------------------------------- */
#footer {
	padding-top: 10px;
	padding-left: 70px;
}

#footer p, #footer p a {
	color: #8d959a;
	
}

#footer p a:hover, #footer p a:active {
	color: #9e805b;	
}


#translate {
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	
}

#imprint {
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 30px;
	width: 235px;
	display: block;
	float: left;
}

#footer-text {
	font-size: 11px;
	display: block;
	float: left;
}



/* pager
----------------------------------------------- */ 

.scrollable {
	position:relative;
	overflow:hidden;
	width: 330px;
	height: 320px;

	}

.scrollable .items {
		/* this cannot be too large */
		width:20000em;
		position:absolute;
		clear:both;
	}

	/* single scrollable item */
.scrollable .item {
		float:left;
		width: 330px;
		height: 315px;
		margin-right: 40px;
	}

.browse {
	width: 16px;
	height: 11px;
	display: block;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	}

.left {
	margin: 0 6px 0 140px;
	background: url(images/arrow-left.gif) ;
}
     
.right {
	background: url(images/arrow-right.gif);
}

.disabled {
	background-position: 0 -11px;
	cursor: default;
}

/* formtool
----------------------------------------------- */

fieldset {
     width: 330px;    
     padding-top: 10px;     
     }

label {
     font-weight: normal;
     color: #8D959A;
	text-transform: uppercase;
     font-size: 12px;
     
     }
     
.form {
     margin-bottom: 8px;
     }
     
.text label, .textarea label, .radio label {
     display: block;
     padding-bottom: 3px;
     }
     
fieldset input, fieldset textarea {
     border-top: transparent;
     border-right: transparent;
     border-bottom: 1px solid #9e805b;
     border-left: 1px solid #9e805b;
     padding: 1px 0 1px 2px;
     background-color: transparent;
     }      
  
.text {
     float: left;
     width: 160px;
     }
     
.text input {
     width: 150px;
     color: #3b3d3c;
      font-size: 70%;
      font-family: Arial, Verdana, Helvetica, sans-serif;
     }

textarea  {
     overflow: auto;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     width: 310px;
     font-size: 70%;
     line-height: 1.5em;
     color: #3b3d3c;
     }       

.text input:hover, textarea:hover {
     border-top: transparent;
     border-right: transparent;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;
     color: #3b3d3c;
     }
     
.text input:focus, textarea:focus {
     border-top: transparent;
     border-right: transparent;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;
     color: #000;
     }

.button input {
     cursor:pointer;
     font-size: 70%;
     color: #3b3d3c;
     padding: 1px 3px 2px 3px;
     border-top: 1px solid #9dabbb;
     border-right: 1px solid #9dabbb;
     border-bottom: 1px solid #9dabbb;
     border-left: 1px solid #9dabbb;
     }
     
.button input:hover, .button input:active  {
     color: #9dabbb;
     border-top: 1px solid #3b3d3c;
     border-right: 1px solid #3b3d3c;
     border-bottom: 1px solid #3b3d3c;
     border-left: 1px solid #3b3d3c;
     }

.green {

}
         
.red {

}


