/* erfolgsfaktor */

body {
	color: #000000;
	font-size: 80%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #e2e1c6;
}

/* basics */


a:link, a:visited {
	text-decoration: none;
	color: #b32601;
	font-weight: normal;
}

a:focus, a:hover, a:active { 
	color: #000000;
	text-decoration: none; 
}

ul, ul li, ul ul, li li {
	margin: 0;
	padding: 0;
}

img { border: none; }


form, input {
	padding: 0;
	margin: 0;
}

input, select, textarea, label { 
	font-family: "Trebuchet MS", Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 1em;
}


.hidden {
	visibility: hidden;
	display: none;
	font-size: 0;
	line-height: 0;
}

/* main divs */

.main {
	width: 850px;
	margin-left: 0px;
	margin-top: 20px;
}

.ct_content {
	display: block;
	float: left;	
}

.ct_logo {
	height: 85px;
	display: block;
	background-color: #ffffff;	
}

.ct_slogan {
	height: 55px;
	display: block;
	background-color: #fef22a; 	
}

.ct_text {
	display: block;
	background-color: #fcfd89; 	
	padding-top: 27px;
	padding-bottom: 20px;
	height: auto !important;
	height: 210px;
	min-height: 210px;
}

.ct_text_small {
	display: block;
	background-color: #fcfd89; 	
	padding-top: 27px;
	padding-bottom: 20px;
	height: auto !important;
	height: 173px;
	min-height: 173px;
}

.ct_teaser {
	width: 320px;
	display: block;
	float: left;	
}

.ct_teaser_img_left {
	width: 320px;
	display: block;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	background-image: url(../pix/unternehmen.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

.ct_teaser_img_right {
	width: 320px;
	display: block;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	background-image: url(../pix/arbeitnehmer.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

.ct_teaser_img_kontakt {
	width: 320px;
	display: block;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	background-image: url(../pix/kontakt.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

.ct_teaser_img_impressum {
	width: 320px;
	display: block;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	background-image: url(../pix/impressum.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

.ct_teaser_link {
	width: 320px;
	display: block;
	height: auto !important;
	height: 80px;
	min-height: 80px;
	background-color: #fef22a;
}

.spacer {
	width: 10px;
	display: block;
	height: 20px;
	overflow: hidden;
	float: left;
}

.ct_navi {
	display: none;
		
}

.block {
	display: block;
	overflow: hidden;
}

.ct_form_row {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	float: left;
}

/* textformate */

h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	color: #b32601;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 25px;
}

p {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-right: 20px;
}

.ct_text p, .ct_text_small p {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 1.5em;
	line-height: 1.5em;
}

.ct_text ul {
	padding: 0;
	margin-top: -0.8em;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 0.4em;
	list-style:square;
}

.ct_text ul li {
	margin-left: 15px;
	padding-bottom: 5px;
	color:#aa0202;
}

.ct_navi ul {
	list-style: none;
}

/* formular */

input { 
	border: 1px solid #d3c526;
	background-color: #e2e1c6;
	width: 185px;
	float: right; 
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

textarea { 
	font-family: "Trebuchet MS", Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 1em;
	border: 1px solid #d3c526;
	background-color: #e2e1c6;
	width: 257px;
	height: 95px; 
	float: right;
	padding: 5px;
}

label { 
	width: 70px;
	float: left;
	display: block; 
}

.submitbutton { 
	width: 268px;
	float: right; 
	color: #aa0202; 
}

/* bilder */
.ct_logo img {
	position: relative;
	left: 24px;
	top: 24px;
}

.ct_teaser_link img {
	margin-left: 25px;
	margin-top: 15px;
}

.ct_navi img {
	margin-left: 0px;
	margin-top: 142px;
	padding-bottom: 2px;
}

.logo_klein {
	display: none;
}

/* navigation */

.ct_navi a:link, .ct_navi a:visited {
	display: block;
	width: 160px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	border-bottom: 1px solid #e2e1c6;
	color: #000000;
	background-color: #fef22a;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 1px;
}

.ct_navi a:focus, .ct_navi a:hover, .ct_navi a:active { 
	color: #aa0202;
	text-decoration: none; 
	background-color: #f7f6d9;
}

.ct_navi a.active:link, .ct_navi a.active:visited {
	display: block;
	width: 160px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	border-bottom: 1px solid #e2e1c6;
	color: #aa0202;
	background-color: #f7f6d9;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 1px;
}

.ct_teaser_link a:link, .ct_teaser_link a:visited {
	font-size: 1.5em;
	position: relative;
	left: 55px;
	top: -10px;
}

.ct_teaser_link a:focus, .ct_teaser_link a:hover, .ct_teaser_link a:active { 
	color: #000000;
	text-decoration: none; 
}

/*farben */

.white {
	background-color: #ffffff;
}

.grey {
	background-color: #e2e1c6;
}

.yellow {
	background-color: #fef22a;
}

.light {
	background-color: #fcfd89;
}

.dark {
	/*background-color: #eee332;*/
	background-color: #cbc322;
}

/* hoehen */

.h3 {
	height: 3px;
}

.h4 {
	height: 4px;
}

.h5 {
	height: 5px;
}

.h6 {
	height: 6px;
}

.h7 {
	height: 7px;
}

.h8 {
	height: 8px;
}

.h20 {
	height: 20px;
}

.h55 {
	height: 55px;
}

.h80 {
	height: 80px;
}

.h145 {
	height: 145px;
}

/* breiten */

.w650 {
	width: 650px;
}

.w390 {
	width: 390px;
}

.w320 {
	width: 320px;
}

.w270 {
	width: 270px;
}

.w260 {
	width: 260px;
}

.w180 {
	width: 180px;
}

.w170 {
	width: 170px;
}

.w100 {
	width: 100px;
}




