/* 
//	Copyright 2008 Partner & Partner AG, Schweiz
//	Coding by Stefan Weber | weber@partner-partner.com
*/


/* basic elements */
html { 
   	margin: 0px;
	padding: 0px;
}

body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 150%;  
	color: #000;
	margin: 0 0 0 60px; 
	padding: 0px;
	text-align: left;
	background-color: #fff;
	}
p {
	margin: 0; 
	text-align: left;
	}
.dhtmlgoodies_answer p {
	margin: 0 0 20px 0; 
	text-align: left;
	}
img { 
   	border: 0px;
}

hr.first{
	width:1px;
	height:1px;
	color:#fff;
	border:0;
	margin: 0 0 130px 0;
}

hr{
	width:1px;
	height:1px;
	color:#fff;
	border:0;
	margin: -60px 0 130px 0;
}

/*IE7 Hack */
*+html hr{
	margin: 0 0 115px 0;
}
/*IE6 Hack */
*html hr{
	margin: 0 0 115px 0;
}

h1 { 	
	font-size: 100%;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	}
h2 { 	
	font-size: 100%;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	}
h3 { 	
	font-size: 100%;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	color: #000;
	text-decoration: underline; 
	}
	
a.top:link, a.top:visited { 
	font-weight: normal; 
	text-decoration: underline;
	color: #000;
	float: right;
	}
a.top:hover, a.top:active { 
	text-decoration: underline; 
	color: #000;
	float: right;
	}

/* layout divs */
#navi { 
	position: fixed;
	float: left;
	padding: 0;
	margin: 0;
	top: 130px; 
	left: 60px; 
	width: 130px;
	}
#content { 
	position: absolute;
	float: left;
	padding: 0 0 900px 0;
	margin: 0 0 0 137px;
	width: 365px;
	}
#pageHeader { 
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	position: fixed; 
	z-index: 999; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 40px;
	padding: 75px 0 0 60px;
	}
#language { 
	position: fixed; 
	z-index: 1111; 
	top: 76px; 
	left: 590px;
	font-size: 10px;
	}
	
/* listen */
#navi ul {
	margin: 0;
	padding: 0;
	}
#navi ul li {
	list-style:none;
	}
	
/* font-styles */


/* content slider */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	width:365px;
	margin-bottom:2px;
	padding-top:4px;;
	background-repeat:no-repeat;
	background-position:top right;	
	border-top: 1px solid #efefef;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:360px;
	margin-bottom: 15px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}


/* /////////////////////////////////////// FORMS */

.reihe 	{ width: 350px; clear: both; padding: 1px 0 0 0;  }
.label	{ float: left; width: 110px; text-align: left; }
.feld 	{ float: left; width: 230px; text-align: left; } 
.knopf {
  clear: both;
  text-align: right;
  margin-right: 115px;
  padding-top: 15px;
}
.defbreite {
  width: 230px;
  font-size: 11px;
  font-family: verdana, sans-serif; 
  font-weight: normal;
  color:#333;
}
.areadefbreite {
  width: 230px;
  font-size: 11px;
  font-family: verdana, sans-serif;
  font-weight: normal;
  color:#333;
}

.pull {
  width: 268px;
  font-size: 11px;
  color:#666;
  margin: 40px 0 25px 0;
}
.pull2 {
  width: 253px;
  font-size: 11px;
  color:#666;
  margin: 20px 0 25px 0;
}

input.email { display: none; }

