@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

body, input, textarea, select {
	font-family: "TrebuchetMS", Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#8d8d8d;
}
a {color:#167d6c;text-decoration:none;}
a:hover {text-decoration:underline;}
p { line-height:16px; margin:0; padding:5px 0px 15px;}
#site {margin:auto;width:680px;height:500px; margin-top:50px; background-repeat:no-repeat;background-image:url(images/site-background.jpg);background-position:left;}

h2.title {font-size:14px;padding-top:60px;width:inherit;text-align:right;}
.content {float:right;width:380px;margin-right:30px;margin-top:30px;}
.vise {width:345px;background-image:url(images/separator.gif); background-repeat:no-repeat;padding-top:8px;text-align:right; padding-right:30px;font-size:10px;margin-bottom:15px;}
.kontakt_sep {background-image:url(images/separator.gif); background-repeat:no-repeat; background-position:right;width:260px;height:6px;margin-top:5px;margin-bottom:5px;}
.color2 {color:#167d6c;}
.color3 {color:#2b2929;}

/* FORME */
table.kontakt {margin-bottom:10px;  padding-bottom:10px;}
.inputbox{
	width:260px;
	height:16px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0eaeb;
	border-right-color: #e0eaeb;
	border-bottom-color: #e0eaeb;
	border-left-color: #e0eaeb;
	margin-top:5px;
	margin-bottom:5px;
}
.inputarea {
	width:260px;
	height:60px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0eaeb;
	border-right-color: #e0eaeb;
	border-bottom-color: #e0eaeb;
	border-left-color: #e0eaeb;
	margin-top:5px;
	margin-bottom:5px;
	}

/* SLIDER */
#secondary {background-color:#fff;color: #000; background-image:url(images/kontakt-back.jpg); background-repeat:no-repeat; background-position:top;padding: 15px 35px;}
#pageslide-slide-wrap {background-color: #fff;}
#pageslide-content h2 {color: #000;}

