@charset "utf-8";

/*
orange #ff710d
gruen #159700
blau #0d55b9
*/

#menu_item_home {
	width: 90px;
}
#menu_item_presentation {
	width: 140px;
}
#menu_item_testimonials {
	width: 170px;
}
#menu_item_signup {
	width: 100px;
}
#menu_item_contact {
	width: 110px;
}

/* ### */
/* ########## site specific ########## */
/* HOME */

div#glx_intro {
	margin: 0;
	padding: 0;
	border: 1px solid #cacaca;
	width: 598px;
	height: 310px;
}

div#glx_presentation {
	margin: 0;
	padding: 0;
	border: 1px solid #cacaca;
	width: 598px;
	height: 310px;
	/*text-align: center;*/
}

div#home_testimonials {
	position: relative;
	top: 10px;
	height: 210px; /*175px;*/
	overflow: hidden;
	background-color: #ffe;
	border: 1px solid #cacaca;
	padding: 10px;
	margin-top:23px;
	line-height: 1.3em;
}
div#home_testimonials div {
	width: 270px;
	padding: 0px;
	margin: 0 10px 0 5px;
	float: left;
}
div#home_testimonials h2 {
	margin: 0 0 10px 0;
}
div#home_testimonials img {
	width: 20%;
	height: 20%;
	margin: 0 10px 0 0;
	border: 1px solid #cacaca;
	float: left;
}
div#home_testimonials p {
	margin: 0;
	color: #555;
	font-size: 0.8em;
}
div.teaser {

	border: 1px solid #cacaca;
	margin: 0 auto 10px auto;
	padding: 10px;
	background-color: #fff;
	float: left;
}

div.teaser img {
	width: 278px;
	height: 80px;
}

div.teaser p.sub_headline {
	margin: -5px 0 5px 0;
	font-size:1em;
}

/* ### */

*.graybox {
	font-weight: bold;
	padding: 11px;
	border: 1px solid #acacac;
	background: #efefef;
	text-align: center;
}

#testimonials_left div.testimonial {
	border: 1px solid #cacaca;
	line-height: 1.2em;
	background: #ffe;
	padding: 15px;
	margin: 10px;
}

#testimonials_left img {
	width: 120px;
	height: 160px;
	border: 1px solid #333;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
/* ### Preise und Leistungen START ### */
table.signup {
	font-size: 1em;
	text-align: center;
}

table.signup tr.body {
	background: #fff;
}
table.signup td {
	height: 20px;
	padding: 10px 0;
}
table.signup td.sub_headline {
	text-indent: 10px;
}

table.signup td.tbl_c1 {
	text-align: left;
	width: 315px;
	border-bottom: 1px solid #cacaca;
}
table.signup td.tbl_c2 {
	width: 4px;
}
table.signup td.tbl_c3 {
	width: 171px;
	border-bottom: 1px solid #cacaca;
}
table.signup td.tbl_c4 {
	width: 10px;
}
table.signup td.tbl_c5 {
	width: 175px;
	border-bottom: 1px solid #cacaca;
}
table.signup td.tbl_c6 {
	width: 175px;
	border-bottom: 1px solid #cacaca;
}
table.signup td.tbl_indented_col {
	text-indent: 20px;
	font-size:11px;
}
/* ### Preise und Leistungen ENDE ### */


/* ### Register START ### */
body#glx_quickstart {
	background-image: none;
}
body#glx_quickstart div#glx_content {
	width: 800px;
	background-image: none;
}
body#glx_quickstart div#glx_header {
	width: 800px;
	text-align: left;
	background-image: none;
}
body#glx_quickstart div#glx_footer, body#glx_quickstart div#glx_footer a {
	color: #555;
}
/* ############################################# */
body#glx_quickstart div#glx_regform_preview {
/*	text-align: left;*/
}
body#glx_quickstart div#glx_regform_preview input {
	border: 0;
	cursor: default;
}
body#glx_quickstart div#glx_regform_preview input#privacy, body#glx_quickstart div#glx_regform_preview input#terms {
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid #555;
}
/* ### Register ENDE ### */