/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Enlighten
   TEMPLATE CODE: 	S-0011
   VERSION:          1.1
	LAST MODIFIED:    July-05-2007          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;	
	height: 100%;
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
  border: 1px solid #DDD; 
  padding: 0px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

img.icon {
 padding: 0px;
 margin: 0px;
 border-width:0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}

th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
	width:80px;
}

th b{
	font-weight:normal;
}
tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #E8E8E8;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

tr.row-cur {
	font-weight:bold;	
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #CCC; 
	background-color: #FAFAFA; 
}

form table th
{
 	width:100px;
	font-weight:bold;
	color:black;
	background:none;
	border:none;
	font-size:12px;
}

form table td input.userform
{
	width:200px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	width:200px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #CCC;
	height:60px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #e5e5e5; 
	padding: 2px 3px; 
	color: #333;	
}

span.required {
	color:red;
	font-weight:bold;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(wrap-bg.jpg) repeat-y;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#headerbox {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: white;
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #4E3525;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 38px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {	
	margin: 0; 
	padding: 0 0 0px 0;		
	width: 770px;		
	background: #FFF url(wrap-bg.jpg) repeat-y;
	text-align:left;
}
#links {
 	height:28px;
 	display:inline;
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 600px;
	color: #FFF;
	background-color: #4E3525;	 	
	margin: 0px 0px 0px 15px;
	padding: 0;
	border-left:15px #4E3525 solid;
	float: left;
}

#links a{
	display:inline;
	padding: 5px 15px;
	margin:0px;
	border-width:0px;	
	color: #FFF;	
	text-decoration: none;	
	float:left;
}
#links a:hover {
	background: #993333;
	color: #FFF;
}
#links a#current  {
	background: #C8935D;
	color: #FFF;
	padding: 5px 15px;
}

#languages{	
 	text-align:right;
  	height:28px;
 	display:inline
	margin: 0px 0px 0px 0px;
	padding:0 px;
	background-color:#4E3525;
	width:125px;
	float:left;
	}
#languages img{
 	float:right;
	margin:0px;
	border:0px;
	padding:4px;
	height:20px;
	background-color:#4E3525;
}
/* urhere */
#urhere {
	font: bolder 12px 'Trebuchet MS', sans-serif;
	width: 725px;
	color: #FFF;
	background-color: #C8935D;		 	
	margin: 0px 15px;
	padding: 0;
	display: inline;
	margin-bottom:6px;
	float: left;	
	border-left:15px #C8935D solid;	
}

#urhere a {
	padding: 3px 15px;	
	color: #FFF;	
	text-decoration: none;
	float: left;
}
#urhere span {
	float: left;
	padding: 3px 0px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
	background-color:#EFEFEF;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

#sidebar b
{
	font-size:14pt;
}

#sidebar .button
{
 	margin-top:5px;
 	margin-bottom:10px;
 	margin-left:15px;
 	margin-right:15px;
 	width:160px;
}

#sidebar form a
{
 	display:block;
 	margin-left:25px;
 	margin-bottom:15px;
	color:black;
}

/* main */
#main {
	float: left;
	width: 67%;	
	margin: 5px 0px 0px 5px; padding: 0;
}
#main p {
	text-align:justify;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	color: #660000;
	border-bottom: 1px dashed #D5D5D5;
}

#main a {
	color: #660000;
	text-decoration:none;
	}

#main a:hover {
	color: #C8935D;
	font-weight:bold;
	}
	
#main ul li {
	list-style-image: url(bullet.gif);
}

/*Haus */
#haus div {
	background-color:white;
	padding:0px;
	border: 1px dashed #D5D5D5;
	border-top:0px;
}

#haus h1
{
 	font-size:10pt;
	height:15px;
	background: #993333;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}

#haus h1 img {
	width:17px;
	height:17px;
}

#haus h1 a
{
	color:#FFF;
}

#Bilder .bild{
	width:150px;
	heigth:100px;
	border:1px solid black;
	padding:0px;
	margin:5px;
	float:left;
	text-align:center;
	background-color:#EFEFEF;
}

#Bilder .bild img{
 	display:inline;
	border:none;
	margin:4px;
	margin-bottom:0px;
	padding:0px;
}

#Bild{
	text-align:center;
}
#Bild table{
	margin-bottom:7px;
	margin-top:0px;
}

#Bild .bild{
 	margin-top:0px;
	width:450px;
	border:1px solid #CCC;
	text-align:center;
	background-color:#EFEFEF;
}

#Bild .bild img{
	width:430px;
	border:none;
	padding:0px;
	margin:10px;
}
/* Anfrage */

#Anfrage li{
 	font-weight:normal;
	font-size:10pt;
	color: #333;
	width:100%;
	border: 1px dashed #D5D5D5;
	border-top:0px;
	padding:5px;
	vertical-align:top;
}
#Anfrage img {
 	float:left;
 	padding:0;
 	border:0px;
 	background-color:none;
}

#Anfrage .top{
	border:1px dashed #D5D5D5;
}

#Anfrage .navigation td{
 	border:0px;
 	padding:5px;
 	margin:0px;
}

/* step-box */
#step span{
	border:2px solid black;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	background-color:white;
	display:block;
	text-decoration:none;
}


#step h2
{
	font-size:12px;
	margin:5px 10px;
}

#step p
{
	margin:5px;
}

#step span.active {
	border-color:black;
}
.active h2, .active p{
	color:black;
}

#step span.inactive {
	border-color:#736F6E;
}
.inactive h2, .inactive p{
	color:#736F6E;
}

/*classes for right alignment */
.pic-text-right a img{
	float: right;
  	margin: 5px 0px 5px 15px;  
}

.pic-text-right h1{
	text-align:right;
}

/*classes for left alignment */
.pic-text-left a img{
	float: left;
  	margin: 5px 15px 5px 0px;  
}

.pic-text-left h1{
	text-align:left;
}

#login {
	text-align:center;
	border:none;
	background:none;
}

#login table{
	border:1px dotted black;
}

#login th{
	text-align:left;
	width:80px;
	background:white;
}

#login th.heading
{
 	width:300px;
	text-align:center;
	background: #EFEFEF;
}

#login tr{
	background:white;
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-center { text-align: center;}

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.big{
	width:400px;
	height:300px;
}



