body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	background-color:#1e0159;
	height:100%;
	color:#1f0358;
	line-height:15px;
	background-image:url(../images/html_back.gif);
	background-repeat:repeat-y;
	min-height:100%;
}
#holder {
	background-image:url(../images/wrapper2_back.gif);
	background-repeat:repeat-x;
	height:500px;
	position:absolute;
	width:70%;
	left:30%;
}
a {
	color:blue;
}
a:hover {
	color:#c4242a;
}
ul li {
	padding-top:5px;
}
#wrapper {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/wrapper_back.gif);
	background-repeat:repeat-y;
	background-color:#1e0159;
	min-height:100%;
	position:relative;
}
#wrapper2 {
	background-image:url(../images/wrapper2_back.gif);
	background-repeat:repeat-x;
	min-height:100%;
}
#wrapper3 {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	padding-top:200px;
	min-height:100%;
}
#menu {
	position:absolute;
	top:10px;
	left:550px;
}
#menu a {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-image:url(../images/menu_item_back.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding-left:17px;
	text-transform:lowercase;
	margin-top:3px;
	position:relative;
}
#menu a:hover, #menu .active {
	background-position:0px -26px;
	color:#ff8700;
}
#menu .item_left {
	margin-left:-63px;
	width:60px;
	padding-left:0px;
	background-position:63px 1px;
	text-align:right;
	padding-right:17px;
}
#menu .item_left:hover, #menu #active {
	background-position:63px -26px;
	color:#ff8700;
}
#content {
	padding-left:110px;
}
#left {
	width:200px;
	float:left;
}
#right {
	float:left;
	width:450px;
	margin-left:20px;
	background-color:#7fceff;
	background-image:url(../images/right_top.gif);
	background-repeat:no-repeat;
	padding:25px;
	padding-bottom:0px;
	margin-bottom:-5px;
}
h1 {
	color:#b75c27;
	font-size:16px;
	margin-top:0;
	line-height:normal;
}
.error {
	color:#CC0000;
	font-weight:bold;
}
textarea {
	width:300px;
	height:120px;
}
.item {
	clear:both;
	padding-top:40px;
}
.item img {
	float:left;
	border:1px solid white;
	margin-right:10px;
}
.item a:hover img {
	border:1px solid #c4242a;
}
h2 {
	padding:0;
	margin:0;
	padding-bottom:10px;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
}
h3 {
	color:#b75c27;
	font-size:16px;
	padding-top:20px;
	line-height:normal;
}
.home_block {
	display:block;
	width:197px;
	height:299px;
	float:left;
	margin-right:50px;
	background-position:0px 0px;
}
.home_block:hover {
	background-position:-197px 0px;
}
#home_promo {
	background-image:url(../images/home_vlak.gif);
	background-repeat:no-repeat;
	width:649px;
	height:137px;
	padding:20px;
}
#wow {
	background-image:url(../images/de_wow.jpg);
}
#contact {
	background-image:url(../images/contact.jpg);
}
#internet_marketing {
	background-image:url(../images/internet_marketing.jpg);
}
#development {
	background-image:url(../images/development.jpg);
}
#training {
	background-image:url(../images/training.jpg);
}
#footer {
	margin-left:110px;
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	color:#a09588;
}
.img_holder {
	background-color:#d3e9ff;
	padding:20px;
}

