* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	margin-right: auto;
	height: 100%;
	width: 100%;
	position: relative;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #595957;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	border: 0px;
}

hr {
	border: none;
	background-color: #DAD9D5;
	height: 1px;
	margin: 15px 0px;
}

hr.invdiv {
	display: none;
}

.clearbox {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0px; /*IE6*/
}

.small {
	font-size: 7pt;
}

.orange {
	color: #FF833E;
}

.blue {
	color: #4DC9FF;
}

.blue2 {
	color: #40A7D4;
}

.green {
	color: #56D437;
}

#wrapper {
	width: 958px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	padding: 0px 9px;
	height: 103px;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	display: none;
}

#header h2 {
	position: absolute;
	top: 50px;
	right: 45px;
	font-size: 20pt;
	font-weight: normal;
}

#header img {
	position: absolute;
	top: 0px;
	left: 9px;
}

#header ul {
	position: absolute;
	top: 7px;
	right: 23px;
	list-style-type: none;
}

#header li {
	display: inline;
	font-size: 7.5pt;
	color: #8A8A87;
}

#header li:before {
	content: "\0020 \00B7 \0020";
}

#header li.item0:before {
	content: "";
}

#header li a {
	color: #8A8A87;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 920px;
	padding: 0px 19px 20px 19px;
	background-image: url("../images/back.png");
	background-repeat: repeat-y;
	background-position: center top;
}

#titlebox {
	position: relative;
	width: 920px;
	height: 140px;
	background-image: url("../images/titlebox_default.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}

#titlebox h3 {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 325px;
	font-size: 21pt;
	font-weight: bold;
	color: #FFFFFF;
}

#internet #titlebox {
	background-image: url("../images/titlebox_internet.jpg");
}

#impressum #titlebox {
	background-image: url("../images/titlebox_impressum.jpg");
}

#referenzen #titlebox {
	background-image: url("../images/titlebox_referenzen.jpg");
}

#karten #titlebox {
	background-image: url("../images/titlebox_karten.jpg");
}

#gestaltung #titlebox {
	background-image: url("../images/titlebox_gestaltung.jpg");
}

#joomla #titlebox {
	background-image: url("../images/titlebox_joomla.jpg");
}

#leistungen #titlebox {
	background-image: url("../images/titlebox_leistungen.jpg");
}

#basiscms #titlebox {
	background-image: url("../images/titlebox_basiscms.jpg");
}

#kontakt #titlebox {
	background-image: url("../images/titlebox_kontakt.jpg");
}

#menubox {
	float: right;
	width: 226px;
	background-image: url("../images/menubox.png");
	background-repeat: repeat-x;
	background-position: center center;
	border: 2px solid #FFFFFF;
}

#menubox ul {
	list-style-type: none;
}

#menubox li {
	line-height: 0px; /*IE6*/
}

#menubox li a, #menubox li div {
	display: block;
	text-align: center;
	font-size: 11pt;
	line-height: 1.2;
	padding: 6px 20px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#menubox li.item0 a {
	border-top: none;
}

#menubox li a:hover, #menubox li .active {
	font-weight: bold;
	text-decoration: none;
	background-color: #56D437;
}

#maincontent {
	float: left;
	width: 630px;
	padding: 15px 25px 0px 25px;
}

#maincontent h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF833E;
	margin-top: 15px;
	margin-bottom: 10px;
}

#maincontent h4 sup {
	font-size: 7pt;
	font-weight: normal;
}

#maincontent p {
	font-size: 10pt;
	line-height: 1.3;
	margin-bottom: 10px;
}

#maincontent p sup {
	font-size: 7pt;
}

#maincontent a {
	color: #40A7D4;
	background-image: url("../images/link.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
}

#maincontent ul {
	list-style-type: disc;
	margin-bottom: 10px;
}

#maincontent li {
	font-size: 10pt;
	line-height: 1.2;
	margin: 0px 0px 5px 20px;
}

#maincontent .introtext {
	font-size: 15pt;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #172234;
}

#maincontent .introtext sup {
	font-size: 7pt;
}

#maincontent .leftcol {
	float: left;
	width: 305px;
	margin-bottom: 15px;
}

#maincontent .rightcol {
	float: right;
	width: 305px;
	margin-bottom: 15px;
}

#maincontent .leftcol h4.first, #maincontent .rightcol h4.first {
	margin-top: 0px;
}

#maincontent div.extrabox {
	border-top: 1px solid #4DC9FF;
	border-bottom: 1px solid #4DC9FF;
	padding: 10px 0px 5px 0px;
	color: #40A7D4;
	margin-bottom: 10px;
}

#maincontent div.extrabox p {
	color: #40A7D4;
	font-size: 8pt;
	margin-bottom: 5px;
	font-weight: bold;
}

#maincontent div.gallery_box {
	margin: 20px 0px;
}

#maincontent div.gallery_row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#maincontent div.lastrow {
	margin-bottom: 0px;
}

#maincontent div.gallery_row div.gallery {
	float: left;
	margin-right: 20px;
	border: 1px solid #DAD9D5;
	padding: 2px;
}

#maincontent div.gallery_row div.lastimg {
	margin-right: 0px;
}

#maincontent div.gallery_row div.gallery a {
	background-image: none;
	padding: 0;
}

#maincontent ul.references {
	margin: 0px 0px 25px 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#maincontent ul.references li {
	min-height: 81px;
	margin: 0px 0px 15px 0px;
	padding-top: 15px;
}

#maincontent ul.references li:first-child {
	border: none;
}

#maincontent ul.references h5 {
	margin-bottom: 10px !important;
	font-size: 12pt;
	font-weight: bold;
}

#maincontent ul.references p {
	margin-bottom: 10px !important;
	padding-left: 126px;
	font-size: 10pt;
}

#maincontent ul.references li img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #DAD9D5;
}

#maincontent ul.references a.imglink {
	background-image: none;
	padding: 0;
}

#maincontent ul.prices {
	margin: 20px 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#maincontent ul.prices li {
	position: relative;
	height: 80px;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	background-image: url("../images/price.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#maincontent ul.prices li div.price {
	position: absolute;
	width: 120px;
	height: 110px;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -999em;
}

#maincontent ul.prices li.statisch div.price {
	background-image: url("../images/price_360.png");
}

#maincontent ul.prices li.basiscms div.price {
	background-image: url("../images/price_510.png");
}

#maincontent ul.prices li.joomla div.price {
	background-image: url("../images/price_810.png");
}

#maincontent ul.prices h5 {
	color: #40A7D4;
	margin-bottom: 10px !important;
	font-size: 13pt;
	font-weight: bold;
}

#maincontent ul.prices h5 sup {
	font-size: 7pt;
	font-weight: normal;
}

#maincontent ul.prices p {
	margin-bottom: 10px !important;
	padding-right: 115px;
	font-size: 10pt;
	line-height: 1.2;
	color: #172234;
}

#maincontent div.form_error {
	position: relative;
	background-image: url("../images/alertbox1.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9D8D4;
	margin: 15px 0px;
	padding: 15px 10px 10px 85px;
	width: 535px;
	min-height: 65px;
}

#maincontent div.form_error div {
	position: absolute;
	width: 630px;
	height: 10px;
	bottom: 0px;
	left: 0;
	background-image: url("../images/alertbox2.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#maincontent div.form_error h5 {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 5px;
}

#maincontent div.form_error ul{
	margin: 0;
}

#maincontent div.form_error li{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 3px;
}

#internet #maincontent .button {
	background-image: url("../images/100button.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
	min-height: 82px;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 15px;
	color: #40A7D4;
	margin: 0;
}

#homepage {
	height: 560px;
}

#homepage #block1 {
	position: relative;
	width: 920px;
	height: 275px;
	background-image: url("../images/hp_block1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}

#homepage #block1 div.largetext {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26pt;
}

#homepage #block1 div.smalltext {
	position: absolute;
	top: 120px;
	left: 25px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18pt;
}

#homepage #block1 a.more {
	display: block;
	padding-top: 3px;
	text-align: center;
	position: absolute;
	top: 219px;
	left: 300px;
	width: 190px;
	height: 29px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14pt;
	background-image: url("../images/hp_block1_more.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#homepage #block1 a.more:hover {
	background-position: center bottom;
	text-decoration: none;
	padding-top: 4px;
	height: 28px;
	color: #172233;
}

#homepage div.smallblock h3 {
	display: none;
}

#homepage a.smallblock {
	display: block;
	position: absolute;
	top: 285px;
	width: 190px;
	height: 141px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #FF833E;
	background-color: #F7F6F2;
	padding: 120px 13px 10px 13px;
}

#homepage a.block2 {
	left: 19px;
	background-image: url("../images/hp_block2.png");
}

#homepage a.block3 {
	left: 249px;
	background-image: url("../images/hp_block3.png");
}

#homepage a.block4 {
	background-image: url("../images/hp_block4.png");
	left: 479px;
}

#homepage a.smallblock:hover {
	text-decoration: none;
	border-color: #38537D;
}

#homepage a.smallblock span.text {
	display: block;
	color: #595957;
	font-size: 12pt;
	line-height: 1.2;
}

#homepage a.smallblock span.text sup {
	font-size: 7pt;
}

#homepage a.smallblock:hover span.text {
	text-decoration: underline;
}

#homepage a.smallblock span.more {
	display: block;
	position: absolute;
	width: 190px;
	height: 23px;
	bottom: 10px;
	left: 13px;
	color: #FFFFFF;
	padding-top: 3px;
	font-size: 12pt;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/hp_smallblock_more.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#homepage a.smallblock:hover span.more {
	background-position: center bottom;
	padding-top: 4px;
	height: 22px;
}

#homepage div.linkblock a {
	display: block;
	position: absolute;
	right: 19px;
	width: 230px;
	height: 57px;
	text-align: center;
	background-image: url("../images/hp_linkblock.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-size: 16pt;
	padding-top: 28px;
}

#homepage div.linkblock a:hover {
	text-decoration: none;
	background-position: center bottom;
	padding-top: 29px;
	height: 56px;
	color: #172233;
}

#homepage div.block_a a {
	top: 285px;
}

#homepage div.block_b a {
	top: 380px;
}

#homepage div.block_c a {
	top: 475px;
}

#impressum p.img_copyright span {
	cursor: pointer;
}

#impressum div.img_copyright {
	display: none;
	background-color: #F7F6F2;
	padding: 5px 10px;
	font-size: 8pt;
	color: #40A7D4;
	margin-bottom: 10px;
}

#impressum div.img_copyright ul {
	list-style-type: disc;
	margin: 3px 0 0 0;
}

#impressum div.img_copyright li {
	margin: 0px 0px 3px 15px;
	font-size: 8pt;
}

form.kontakt fieldset {
	border: none;
	padding: 20px;
}

form.kontakt legend {
	display: none;
}

form.kontakt label {
	float: left;
	width: 140px;
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	color: #8A8A87;
	padding-top: 5px;
}

form.kontakt input, form.kontakt textarea {
	padding: 2px;
	border: 1px solid #DAD9D5;
	font-size: 10pt;
	margin: 2px 10px;
}

form.kontakt input {
	width: 200px;
}

form.kontakt textarea {
	width: 350px;
	height: 100px;
}

form.kontakt input:focus, form.kontakt textarea:focus {
	border: 1px solid #9C9C99;
}

form.kontakt button {
	margin: 5px 0px 0px 150px;
}

#footer {
	padding: 0px 9px;
	text-align: center;
	background-image: url("../images/footer.png");
	background-repeat: repeat-y;
	background-position: center top;
	padding: 13px 0px 15px 0px;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
	font-size: 8pt;
	color: #8A8A87;
}

#footer li:before {
	content: "\0020 \00B7 \0020";
}

#footer li.item0:before {
	content: "";
}

#footer li a {
	color: #8A8A87;
}

#sub {
	color: #CCCCCC;
	padding: 10px 10px 0px 10px;
}

#sub ul {
	list-style-type: none;
}

#sub li {
	font-size: 7pt;
	margin-bottom: 2px;
}

#sub a {
	color: #CCCCCC;
}

#partner {
	text-align: center;
	margin: 10px;
}

#partner img {
	margin: 0px 5px;
}
