/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------- HAUPT-DIVS -------------------
---------------------------------------------------*/

.mousepointer:hover {
	cursor: pointer;
	text-decoration: underline;
}

body {
	font-family: Verdana,sans-serif;
	color: black;
	background-color: white;
	line-height: 1.5em;
	text-align: center;
}

#pagecontainer {
	width: 760px;
	margin: auto;
}

#header {
	height: 130px;
	border-bottom:1px solid #000000;
	background-color:white;
}

#sub_header {
	height: 23px;
	border-bottom:1px solid #000000;
	background-color:white;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

#maincontent_intro {
	height: 130px;
	text-align: left;
}

#intro_text {
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	width: 500px;
}

#info_head {
	float: left;
	border-bottom:1px solid #000000;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	height: 25px;
	width: 330px;
}

#info_content {
	float: left;
	text-align: left;
	padding-top: 5px;
	height: 130px;
	width: 350px;
}

#maincontent_info {
	padding-top: 0px;
	margin-top: 0px;
	height: 295px;
}

#sub_content {
	padding-top: 25px;
}

#subcontent_left {
	float: left;
	width: 350px;
}

#subcontent_right {
	float: left;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.beispiel_foto {
	text-align: center;
	padding-bottom: 25px;
	width: 350px;
}

.img_subtext {
	width: 320px;
	font-size: 58%;
	line-height: 95%;
	text-align: center;
	padding-left: 15px;
	padding-top: 3px;
	color: #333333;
}

.quote {
	width: 400px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#quote1 {
	background-image: url(../img/quote_backgr1.gif);
	background-repeat: no-repeat;
}

#quote2 {
	background-image: url(../img/quote_backgr2.gif);
	background-repeat: no-repeat;
}

#quote3 {
	background-image: url(../img/quote_backgr3.gif);
	background-repeat: no-repeat;
}

.quote_text {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	text-align: justify;
	font-style: italic;
	line-height: 1.3em;
	color: #666666;
}

.quote_source {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	line-height: 1.3em;
	color: #666666;
}

.quote_p {
	margin-top: 5px;
}

#weitere_info {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}

#footer_text {
	font-size: 9px;
	line-height: 1em;
}

#anwendungsgebiete {
	width: 340px;
	margin-bottom: 25px;
	text-align: left;
}

#anwendungsgebiete_header {
	border-bottom:1px solid #000000;
	font-weight: bold;
	padding-left: 10px;
}

#anwendungsgebiete_content {
	padding-top: 10px;
	font-size: 90%;
}

#end_kontakt {
	font-weight: bold;
	color: #555555;
}

/*------------------- IMAGES ----------------------
---------------------------------------------------*/

#img_mfrage  {
	margin-top: 10px;
	margin-left:30px;
	float: left;
}

#img_voting  {
	margin-top: 4px;
	margin-right:15px;
	float: right;
}

#img_demo  {
	/*margin-top: 10px;*/
	margin-top: 19px;
	margin-right:5px;
	margin-left: 10px;
	float: left;
}

#img_button1  {
	margin-top: 15px;
	margin-right:5px;
	float: right;
	cursor: pointer;
}

#img_button2  {
	margin-right:3px;
	margin-left:3px;
}

#img_geektank_logo {
	margin-top: 10px;
	margin-bottom: 15px;
}

.foto {
	border:1px solid #DDDDDD;
}

.refrenz_logos {
	margin-right:5px;
	margin-left:5px;
	margin-bottom:0px;
}

/*------------------- NAVIGATION ------------------
---------------------------------------------------*/

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header_nav {
	float: right;
	margin-top : 105px;
	margin-right: 10px;
	font-size: 95%;
}

#footer_nav {
	text-align: center;
}

/*------------------- TEXTE ------------------------
---------------------------------------------------*/

h1 {
	padding-top: 3px;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 12px;
}

ul {
  	padding: 0 0 0 10px;
  	margin: 0;
  	list-style-position: inside;
  	list-style-type: disc;
 }

li {
	line-height: 200%;
}


/*------------------- DETAILS ----------------------
---------------------------------------------------*/

.clearfloat {
line-height: 5%;
clear: both;
}