/* --------------------  General  -------------------- */
* {
	font-family:Arial;
	font-size:12px;
	padding:0;
	margin:0;
	border:0;
}

body {
	background:url(../images/general_bg.png) repeat-x;
}

a {
	text-decoration:none;
	border: 0 none;

}

a:hover {
	text-decoration:underline;
}

.text_center {
	text-align:center;
}
.link_center {
	text-align:center;
	display:block;
	margin:5px 0;
}

.green {
	color:#006600;
}
.brown {
	color:#663300;
}
.red {
	color:#CC0000;
}
.yellow {
	color:#FFFF00;
}
.white {
	color:#FFFFFF;
}
.orange {
	color:#FF9900;
}


.black {
	color:#000;
}

.blue {
	color:#0000FF;
}

.small_general {
	font-size:10px;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.date {
	color:#999;
	font-size:10px;
}

acronym, abbr {
	cursor:help;
	color:#000;
}
/* -------------------- JS_check -------------------- */
#chkjs {
	width:697px;
	height:55px;
	background:#666;
	color:#ffd100;
	font:12px Arial;
	text-align:center;
	line-height:50px;
	margin-bottom:5px;
}

/* -------------------- Headlines -------------------- */
h1, h2, h3 {
	text-decoration: underline;
	font-weight: normal;
}
h1 {
  text-decoration: none;
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
}

h2 {
	color:#444;
	font-size:12px;
	margin-top:25px;
	margin-bottom:5px;
	margin-left:10px;
}

h3 {
	font-size:11px;
	color:#b6d5ea;
	margin:5px;
}

h4 {
	color:#444;
	font-size:12px;
	margin-bottom:5px;
	font-style:normal;
}

#tech_content .headline_mistake {
	font-size:12px;
	color:#444;
	font-weight:bold;
}
/* --------------------  Layout  -------------------- */
#center {				/* center the layout */
	width:725px;
	margin:0 auto;
	padding-left:26px;
	background:url(../images/tech_bg.png) repeat-y;
}

#header { /* header */
	width:677px;
	height:84px;
	background:url(../images/header.png);
	padding:10px;
}

#headbar_left {	/* left part of the header */
	clear:right;
	width:471px;
	height:89px;
	background:#61ade1;
	padding:20px;
	float:left;
}

#headbar_right, #headbar_right_download {/* right part of the header */
	width:166px;
	height:99px;
	background:#61ade1;
	padding:10px;
	padding-top:20px;
	float:left;
	color:#f4f4f4;
	text-align:left;
}

#teeex_content {/* contentarea */
	width:679px;
	clear:left;
	padding:10px;
	color: #444444;
}

#teeex_foobar {/* footbar */
	width:697px;
	clear:both;
}
#teeex_foobar #left, #teeex_foobar #right {/* footbar general */
	width:240px;
	height:80px;
	float:left;
	text-align:center;
	padding:10px 54px;
	border-top:1px solid #d9d9d9;
	color:#1f8ad3;
	border-bottom:1px solid #d9d9d9;
}
#teeex_foobar #left {/* footbar left */
	background: url(../images/stadt_small.png) no-repeat  #f6f4f4;
	background-position: bottom;
	border-right:1px solid #d9d9d9;
}

#teeex_foobar #right {/* footbar right */
	background: url(../images/stadt_small.png) no-repeat #fbfbfb;
	background-position: bottom;
}

#teeex_foot {/* Footer */
	width:100%;
	background:#404040;
}
#teeex_foot #center_foot {
	width:657px;
	height:60px;
	margin:0 auto;
	padding:20px;
}

/* --------------------  header_content  -------------------- */

#headbar_left p {
	font-size:12px;
	color:#d0e7f7;
	font-style:italic;
}

#headbar_right input {
	width:140px;
	padding:0 4px;
	height:15px;
	font-size:11px;
	color:#444;
	margin-bottom:1px;
	border:1px solid #999;
}

#headbar_right #button {
	width:75px;
	height:20px;
	margin-top:4px;
}

#headbar_right #button:hover {
	background:#ddd;
}
#headbar_right a {
	font-size:10px;
	color:#eee;
	margin-top:4px;
	margin-left:4px;
	display:block;
	float:left;
}

#headbar_right_download a {
	font-size:10px;
	color:#eee;
	margin-top:4px;
	margin-left:4px;
	display:block;
}

/* --------------------  Navigation  -------------------- */

#navigation {
	width:697px;
	height:20px;
}

#navigation  ul{
	list-style:none;
}

#navigation  li{
	float:left;
	display:inline;
}

#navigation  a{
	height:17px;
	color:#fff;
	display:block;
	width:139px;
	text-align:center;
	background:#61ade1;
	padding-top:3px;
}

#navigation  a:hover{
	background:#82bee7;
}

#navigation #px {
	width:141px;
}

/* --------------------  content  -------------------- */
#teeex_content .head_text {
	width:677px;
	padding:10px;
	color:#0099FF;
	background:#f5f5f5;
	font-size:13px;
	font-weight:normal;
	font-style: normal;
	margin-left:-10px;
	display:block;
}

#teeex_content .quote_text {
	padding:10px;
	color:#1f8ad3;
	font-size:13px;
	font-weight:bold;
	font-style: italic;
	margin:20px 0;
}

#teeex_content .box {
	width:319px;
	margin:10px;
	margin-bottom:30px;
	float:left;
	color:#444;
}

#teeex_content .left {
	float:left;
}

#teeex_content .right {
	float:right;
}

#teeex_content .image {
	height:200px;
}


#teeex_content a {
	font-size:13px;
	color:#1f8ad3;
	font-weight:bold;
}

.contact .button:hover, #teeex_foobar .button:hover, .profile .button:hover {
	background:#daeaf5;
}

/* --------------------  foobar_content  -------------------- */

#teeex_foobar input {
	width:200px;
	height:15px;
	padding:0 4px;
	border:1px solid #ccc;
	margin-top:10px;
	color:#444;
}

#teeex_foobar .button {
	background:#c0def3;
	width:100px;
	height:20px;
	margin-top:10px;
}

/* --------------------  footer_content  -------------------- */
#teeex_foot p {
	font-size:10px;
	color:#ccc;
}

#teeex_foot a {
	font-size:11px;
	color:#ccc;
}

/* --------------------  profile_content  -------------------- */

.profile select, .profile textarea, .profile input {
	background: #eee;
	padding:0 4px;
	border:1px solid #ccc;
	margin-top:10px;
	margin-left:30px;
	color:#444;
}

.profile input {
	width:240px;
	height:15px;
}

.profile textarea {
	width:240px;
	height:70px;
}

.profile select {
	width:250px;
}

.profile label {
	width:200px;
	height:15px;
	margin-top:10px;
	color:#444;
	display:block;
	margin-left:30px;
}

.profile .button {
	background:#c0def3;
	width:100px;
	height:20px;
	margin:10px auto;
	display:block;
}

/* --------------------  imprint_content  -------------------- */
#teeex_content #imprint {
	width:677px;
	padding:10px 0;
	color:#444;
}

/* --------------------  service_content  -------------------- */
#teeex_content #service {
	width:677px;
	padding:10px 0;
	color:#444;
}

#teeex_content .service_section, #teeex_content #service_section_right {
	width:223px;
	float:left;
	height:150px;
	background:#F8F8F8;
	color:#444;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:block;
}

#teeex_content #service_section_right {
	border-right:1px solid #ccc;
}

#teeex_content .service_section img, #teeex_content #service_section_right img {
	margin-top:20px;
}
#teeex_content .service_section:hover, #teeex_content #service_section_right:hover {
	background:#F2F9FD;
}

/* --------------------  contact_forms_content  -------------------- */
.contact input {
	width:240px;
	height:15px;
	padding:0 4px;
	border:1px solid #ccc;
	margin-top:10px;
	color:#444;
}

.contact label {
	width:200px;
	height:15px;
	margin-top:10px;
	color:#444;
	display:block;
}

.contact .button {
	background:#c0def3;
	width:100px;
	height:20px;
	margin:15px auto;
	display:block;
}

.contact textarea {
	width:240px;
	height:100px;
	padding:0 4px;
	border:1px solid #ccc;
	margin-top:10px;
	color:#444;
}

.contact p {
	margin-left:30px;
}

.contact img {
	margin-bottom:-3px;
	margin-top:10px;
}
/* --------------------  techwert_form_content  -------------------- */
#techwert_check {
	width:186px;
	height:80px;
	margin:100px auto;
}

#techwert_check label {
	width:186px;
	height:50px;
	display:block;
	text-align:center;
	background:url(../images/stadt_small.png);
	line-height:80px;
	color:#222;
}
#techwert_check input {
	border:1px solid #aaa;
	width:183px;
	height:15px;
	font-size:11px;
	padding-left:3px;
	color:#444;
}
#techwert_check .button {
	background:#c0def3;
	width:100px;
	height:20px;
	margin:10px auto;
	display:block;
}
#techwert_check_text {
	width:657px;
	height:60px;
	background:#eee;
	padding:20px;
	margin:0px -10px;
	color:#444;
}
