/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* General */

body {
	min-width: 960px;
	background: #101010;
	color: #333;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.fluid {
	width: 100%;
	float: left;
}

.total {
	float: left;
	width: 920px;
	padding: 0 20px 0 20px;
	margin: 20px 0 20px 0;
}

.left {
	float: left;
	width: 680px;
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0;
}

.right {
	float: right;
	width: 200px;
	padding: 0 20px 0 20px;
	margin: 20px 0 20px 0;
}


/* Text */

h1 {
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 20px;
}

h1 span {
	font-weight: 700;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 5px;
}

h2.next {
	margin-top: 20px;
}

h3 {
	font-size: 14px;
	margin-bottom: 3px;
}

a {
	color: #820200;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #aa0401;
	text-decoration: none;
}

.description {
	text-indent: -9999px;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/* Navigation */

#nav {
	height: 39px;
	background: #531d04 url(../img/bg_nav.jpg) top center repeat-x;
	text-align: center;
}

#nav .container {
	height: 39px;
	background: url(../img/bg_nav_container.jpg) top center repeat-x;
}

#navi {
	background: url(../img/navbar.jpg);
	height: 39px;
	width: 612px;
	margin: 0 auto;
}

#navi span {
     display: none;
}

#navi li {
	list-style-type: none;
	float: left;
}

#navi a {
	height: 39px;
	display: block;
}

#list1 { width: 77px; }
#list2 { width: 64px; }
#list3 { width: 112px; }
#list4 { width: 129px; }
#list5 { width: 122px; }
#list6 { width: 108px; }

#list1 a:hover { background: url(../img/navbar.jpg) 0px -39px no-repeat; }
#list2 a:hover { background: url(../img/navbar.jpg) -77px -39px no-repeat; }
#list3 a:hover { background: url(../img/navbar.jpg) -141px -39px no-repeat; }
#list4 a:hover { background: url(../img/navbar.jpg) -253px -39px no-repeat; }
#list5 a:hover { background: url(../img/navbar.jpg) -382px -39px no-repeat; }
#list6 a:hover { background: url(../img/navbar.jpg) -504px -39px no-repeat; }

#list1_a { width: 77px; background: url(../img/navbar.jpg) 0px -78px no-repeat; }
#list2_a { width: 64px; background: url(../img/navbar.jpg) -77px -78px no-repeat; }
#list3_a { width: 112px; background: url(../img/navbar.jpg) -141px -78px no-repeat; }
#list4_a { width: 129px; background: url(../img/navbar.jpg) -253px -78px no-repeat; }
#list5_a { width: 122px; background: url(../img/navbar.jpg) -382px -78px no-repeat; }
#list6_a { width: 108px; background: url(../img/navbar.jpg) -504px -78px no-repeat; }


/* Header */

#header {
	height: 213px;
	background: #ae0401;
}

#header .container {
	position: relative;
	height: 213px;
}

#header .header_left { float: left; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_left.png) top center; }
#header .header_home { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_home.png) top center; }
#header .header_web { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_web.png) top center; }
#header .header_grafisch { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_grafisch.png) top center; }
#header .header_multimedia { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_multimedia.png) top center; }
#header .header_portfolio { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_portfolio.png) top center; }
#header .header_contact { float: right; height: 213px; width: 480px; margin-top: -213px; background: url(../img/headers/header_right_contact.png) top center; }

#logo {
	float: left;
	width: 480px;
	height: 83px;
	margin-top: 65px;
}

#header .bg-left {
	float: left;
	width: 49%;
	height: 213px;
	background: url(../img/bg_header_left.png) 0 0 repeat-x;
}
#header .bg-right {
	float: right;
	width: 49%;
	height: 213px;
	background: url(../img/bg_header_right.png) 0 0 repeat-x;
}


/* Intro */

#intro_top {
	height: 10px;
	background: url(../img/intro_top.png) top center repeat-x;
}

#intro {
	background: #531d04 url(../img/bg_intro.jpg) top center repeat;
}

.container_home, .container_web, .container_grafisch, .container_multimedia, .container_portfolio, .container_contact, .container_disclaimer, .container_error {
	width: 960px;
	margin-top: -10px;
}

.container_home {
	background: #531d04 url(../img/intro/home.jpg) top center repeat;
	height: 146px;
}

.container_web {
	background: #531d04 url(../img/intro/web.jpg) top center repeat;
	height: 172px;
}

.container_grafisch {
	background: #531d04 url(../img/intro/grafisch.jpg) top center repeat;
	height: 172px;
}

.container_multimedia {
	background: #531d04 url(../img/intro/multimedia.jpg) top center repeat;
	height: 172px;
}

.container_portfolio {
	background: #531d04 url(../img/intro/portfolio.jpg) top center repeat;
	height: 172px;
}

.container_contact {
	background: #531d04 url(../img/intro/contact.jpg) top center repeat;
	height: 146px;
}

.container_disclaimer {
	background: #531d04 url(../img/intro/disclaimer.jpg) top center repeat;
	height: 120px;
}

.container_error {
	background: #531d04 url(../img/intro/error.jpg) top center repeat;
	height: 120px;
}

#intro .right {
	background: url(../img/intro_divider.png) top left repeat-y;
}

#intro a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#intro a:hover {
	color: #ccc;
	text-decoration: none;
}

#intro_bottom {
	height: 10px;
	background: #eee url(../img/intro_bottom.png) top center repeat-x;
}


/* Feat */

#feat {
	background: #eee url(../img/bg_feat.png) bottom center repeat-x;
	padding-top: 2px;	
	border-bottom: 1px solid #ccc;
}

#feat .container {
	clear: both;
}

#feat .right {
	background: url(../img/divider.png) 0 0px repeat-y;
	margin-bottom: 30px;
}

#feat p {
	margin-bottom: 10px;
}

#feat ul {
	list-style: circle;
	margin-left: 15px;
}


/* Content */

#content {
	background: #f5f4f4 url(../img/bg_content.png) bottom center repeat-x;
	padding-bottom: 10px;
}

h2.content {
	margin: 32px 0 0 98px;
	padding-bottom: 19px;
}

.service {
	float: left;
	width: 320px;
	margin-bottom: 25px;
}

.service .icon {
	float: left;
	width: 80px;
	margin-top: 10px;
}

.service .icon img {
	float: left;
	margin: 5px 0 0 20px;
}

.service .text {
	float: right;
	width: 200px;
	margin-top: 10px;	
	padding: 0 20px 0 20px;	
	background: url(../img/divider.png) 0 12px repeat-y;
}

.clear {
	clear: both;
}


/* Home */

#panel {
	position: relative;
	width: 645px;
	height: 350px;
	margin-left: 27px;
}

#left_slide {
    position: absolute;
    width: 300px;
    left: 0;
    top: 80px;
    z-index: 1;
}

#center_slide {
    position: absolute;
    width: 478px;
    left: 84px;
    top: 0;
    z-index: 2;
}

#right_slide {
    position: absolute;
    width: 300px;
    left: 345px;
    top: 80px;
    z-index: 1;
}

#feat_home {
	background: #eee url(../img/bg_feat_home.png) bottom center repeat-x;
	margin-bottom: -30px;
	padding-top: 4px;
}

#feat_home .container {
	clear: both;
}

#feat_home .right {
	background: url(../img/divider.png) 0 0px repeat-y;
}

.info {
	position: relative;
	width: 74px;
	height: 31px;
	display: block;	
	margin: 10px 0 5px 0;
}
.info a {
	position: absolute;
	width: 74px;
	height: 31px;
	background: url(../img/info.png) no-repeat 0 0;
	text-indent: -9999px;
}
.info a:hover {
	background-position: 0 -31px;
}

.projects {
	position: relative;
	width: 138px;
	height: 31px;
	display: block;	
	margin: 10px 0 5px 0;
}
.projects a {
	position: absolute;
	width: 138px;
	height: 31px;
	background: url(../img/projects.png) no-repeat 0 0;
	text-indent: -9999px;
}
.projects a:hover {
	background-position: 0 -31px;
}


/* Portfolio */

#portfolio {
	background: #eee url(../img/bg_feat.png) bottom center repeat-x;
	padding-top: 26px;
}

#portfolio .container {
	clear: both;
}

#portfolio p {
	margin-bottom: 0px;
}

.project {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}

.project .icon {
	float: left;
	width: 320px;
}

.project .icon img {
	margin-left: 20px;
}

.project .text {
	float: right;
	width: 280px;
	margin-top: 10px;	
	padding: 0 20px 0 20px;	
}

.visit {
	position: relative;
	width: 94px;
	height: 31px;
	display: block;
	margin: 10px 0 15px 0;
}
.visit a {
	position: absolute;
	width: 94px;
	height: 31px;
	background: url(../img/visit.png) no-repeat 0 0;
	text-indent: -9999px;
}
.visit a:hover {
	background-position: 0 -31px;
}


/* Contact */

.part_left {
	width: 340px;
	float: left;
	margin-bottom: 3px;
}

.part_left span {
	font-style: italic;
}

.part_right {
	width: 330px;
	float: left;
	padding-left: 10px;
}

.tip {
	margin-top: 10px;
}

#contactForm input {
	border: 0px;
	background: url(../img/input.gif) no-repeat;
	width: 320px;
	margin-bottom: 10px;
	padding: 7px 5px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}

#textareaback {
	background: url(../img/input_big.gif) top left no-repeat;
	width: 330px;
	height: 149px;	
	margin-bottom: 10px;
}

#contactForm textarea {
	border: 0px;
	width: 316px;
	height: 132px;	
	margin: 7px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm button {
	width: 102px;
	height: 31px;
	text-indent: -9999px;
	border: none;
	float: right;
	cursor: pointer;
}

#contactForm button#submit2 {
	background: url(../img/send.png) no-repeat 0 0;
	margin-top: 10px;
}

#contactForm button#submit2:hover {
	background-position: 0 -31px;
}


/* Footer */

#footer {
	height: 62px;
	background: #101010 url(../img/footer.png) top center repeat-x;
	color: #fff;
}

#footer a {
	color: #cbcbcb;
	margin-right: 20px;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
}