/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*** Global ***/

body {
	background: #F2F2F2 url(../images/background.png) repeat-x;	
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
	width:1000px;
}

/*** Header ***/

#header {
	height: 60px;
}

#logo {
	width:314px;
	float: left;
}

#navigation {
	float:right;
}

#navigation ul {
	padding:0;
	list-style:none;
	float:left;
	margin:16px 0 0 0; 
}

#navigation li, #navigation .active {
	height:31px;
	float:left;
	background:url(../images/navi_left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 20px;
}
  
#navigation a, #navigation .active a {
	height:31px;
	float:left;
	display:block;
	color:#fff;
	font:bold 12px Tahoma;
	text-align:center;
	text-shadow:#2B3E59 1px 1px 0px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/navi_right.png) no-repeat right top;
	padding:7px 20px 0 0px;
}

#navigation li:hover, #navi_h li:hover a, #navigation .active, #navigation .active a {
	background-position:0% -75px;
}

#navigation li:hover a, #navigation li.active a {
	background-position:100% -75px;
	text-shadow:#395401 1px 1px 0px;
}

/*** Teaser ***/


#teaser_home {
	width:1000px;
	height:306px;
}

#teaser_img {
	float:right;
	margin:40px 12px 0 0;	
}

.main_points {
	list-style: none;
	margin:50px 40px 0 0;
	padding: 0;
	float:left;
}

.main_points li {
	background: url(../images/li_big.png) no-repeat;
	padding: 1px 0 37px 46px;
	line-height: 20px;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-shadow:#2B3E59 1px 1px 0px;
}

/*** Form ***/

#form label {
	margin-right: 20px;
	float: left;
	width: 220px;
	text-align: right;
	padding: 2px 0 0 0;
}

#form input[type=text]:focus, #form input[type=text]:hover, #form textarea:hover,#form textarea:focus, #form select:hover, #form select:focus  {
	border-color: #8BD305;
}	

#form p {
	padding:10px 0;	
}

#form h2 {
}

#form input[type=text] {
	width:270px;
}

#form .button {
	background: #689B04 url(../images/button.png) repeat-x;
	border:none;
	color:#FFFFFF;
	padding:5px 10px;
}

#form .button:hover {
	background: #689B04 url(../images/button_over.png) repeat-x;	
}

#form .left_240 {
	margin-left:240px;
}

/*** Content ***/


#content {
	width: 980px;
	background: #FFFFFF;
	margin:20px 0 0 0;
	padding: 20px 10px;
	font-size: 13px;
	line-height:22px;
	color:#44648D; 
}

.text_pad {
	padding:0 10px;	
}

#content a {
	font-weight: bold;	
}

#content p {
}

#content ul, #content .points {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

#content li , #content .points li, #content .haken li {
	background: url(../images/li_point.png) no-repeat;
	line-height:20px;
	padding: 0 0 10px 35px;
}

#content .points li {
	background: url(../images/li_point.png) no-repeat;
}

#content .haken li {
	background: url(../images/li.png) no-repeat;
}

#content input {
	font:12px Tahoma,Arial, Helvetica, sans-serif;
}

#content select {
	font:12px Tahoma,Arial, Helvetica, sans-serif;
}

#content .domain {
	width: 220px;
}

/*** Referenzen ***/

.referenzen {
	border:1px solid #689B04;
}

/*** Webhosting ***/

.webhosting_center {
	margin:auto;
	width:750px;	
}


/*** Slider ***/

#slider {
	margin:0;
	padding:0;	
}

#slider li {
	background: none;
	padding:0;
	margin:0;	
}

#slider_wrapper {
	position: relative;
	z-index:100;
	margin:10px 0;	
}

#prev_slide {
	z-index:110;
	display:block;
	position: absolute;
	bottom:0px;
	right:350px;
}

#next_slide {
	z-index:110;
	position: absolute;
	bottom:0px;
	right:0px;
}

#next_slide img, #prev_slide img {
	display:block;	
}

.jcarousel-container {
	padding:0 0 36px 0;	
}

.jcarousel-item {
	width: 958px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-container-horizontal {
    width: 958px;
}

.jcarousel-container-vertical {
    width: 958px;
}

.jcarousel-clip-horizontal {
    width:  958px;
}

.jcarousel-clip-vertical {
    width:  958px;
}

.slider_txt_container {
	width:480px;
	float:left;	
}

.slider_img_container {
	width: 450px;
	height: 290px;	
	border:1px solid #689B04;
	background: #DAE6C1;
	padding:4px;
	float:right;
}

.slider_img_container img {
	display: block;
	border:1px solid #FFFFFF;	
}

/*** Standard Table ***/

.standard_table {
	margin:10px 0;
}

.standard_table th {
	background:#9DBE5C url(../images/th.png) repeat-x;
	border-right: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding: 7px 10px 10px 10px;
	color:#FFFFFF;
	font:bold 13px Tahoma,Arial, Helvetica, sans-serif;
	text-shadow:#344D02 1px 1px 0px;
}

.standard_table td {
	text-align: center;
	background: #DAE6C1;
	border-right: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding: 5px 10px;
	font-size: 12px; 
}

.standard_table .alt td, .standard_table .alt {
	background: #EFF5E4;
}

/*** FAQ ***/

.faq_question {
	padding:10px 0;
	border-bottom: 1px solid #C4D8E1;
}

.faq_question a {
	cursor: pointer;
}

.faq_answer {
	background:#E5EDF1;
	padding: 10px 10px 10px 34px;
	border-bottom: 1px solid #C4D8E1;
}

/*** Footer ***/

#footer {
	background: #014E9A url(../images/footer.png) repeat-x;
	margin: 20px 0;
	padding: 20px;
	position: relative;
}

.foot_points {
	margin: 0 30px 0 0;
	list-style: none;
	padding: 7px 30px 10px 0;
	float:left;
	border-right: 1px solid #98B7D7;
}


.foot_points li {
	line-height:28px; 
}

.foot_points li a {
	font:12px Tahoma,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow:#2D405E 1px 1px 0px;
}

.foot_points li a:hover {
}

#subline {
	font:12px Tahoma,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position: absolute;
	bottom:20px;
	right: 20px;
}

#subline a { color:#FFFFFF; }

#subline a:hover { text-decoration: underline; } 

/*** Styles ***/

h1 {
	font: 24px Georgia,Arial, Helvetica, sans-serif;
	padding: 0 10px 10px 10px;
	margin-bottom:10px;	
	color:#44648E;
	background: url(../images/h1.png) repeat-x bottom left;	
}

h2 {
	font: 18px Georgia,Arial, Helvetica, sans-serif;
	color:#44648E;
}

a {
	color:#679A04;
	text-decoration: none;	
}

.img_left {
	float:left;
	margin-right: 15px;
}

.img_right {
	float:right;
	margin-left: 15px;
}

.text_left { text-align: left; }

.text_right { text-align: right; }

.float_left { float: left; }

.float_right { float: right; }

.light_text {
	color:#666666;
}

.w_100_p {
	width:100%;	
}

.w_650_px {
	width:650px;	
}

.w_735_px {
	width:735px;	
}

.grey {
	color:#999999;	
}

input[type=text], select, textarea {
	border:1px solid #689B04;
	padding: 3px 4px;
	color:#44648D;
}

.error {
	border:1px solid #990000;
	background:#FFF0F0 url(../images/error.png) no-repeat;
	padding:10px 10px 10px 36px;
	margin:10px 0;
}

.success {
	border:1px solid #336600;
	background:#F9FFF2 url(../images/success.png) no-repeat;
	padding:10px 10px 10px 36px;
	margin:10px 0;
}

.smalltext {
	font-size:10px;
}

.question {
	font-weight:normal !important;
	text-decoration: underline;
	color:#333333;
}

.question:hover {
	color:#FF9900;
}

