html {
	padding:0;
	margin:0;
	border: 0;
}

body {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color: #151515; /* fast schwarz */
	min-width: 1200px;
}

.width_wrapper {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	body {
		min-width: 1024px;
	}
	.width_wrapper {
		width: 1024px;
	}
	
	.infobox_rechts {
		display: none;
	}
}

/* SCHRIFTARTEN */
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	/* Border */
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #2326a2;
}

h3 {
	font-family: 'Roboto' , sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 200;
	line-height: 0em;
	color: #7b7b84;
}

hr {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #DDD;
    margin: 0.5em 0; padding: 0;
}

p, ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5em;
}

ul li {
	list-style-position:inside;
}

ul li a, ul li a:visited {
	color: #151515;  
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;	
}

ul.keinePunkte {
	list-style: none;
}

/* HEADER */
header {
	height: 100px;
	width: 100%;
}

header img {
	margin-top: 25px;
	height: 50px;
}


/* Banner */
.banner {
	height: 350px;
	width: 100%;
	background: #000000;
	color: #FFF;
	/* Schatten */
	/*
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	*/
}

.banner .width_wrapper {
	background-repeat: no-repeat;
	background-position: right;
}

.banner #headline {
	width: 700px;
	font-size: 80px;
	font-weight: bold;
	padding-top: 65px;
	line-height: 80px;
	margin-left: -80px;

}

.banner #subheadline {
	width: 700px;
	font-size: 20px;
	font-weight: lighter;
	font-style: italic;
	line-height: 75px;
	margin-left: -80px;

}

.banner img{
	height: 100%;
	float: right;
}

/* Navigation */
.navigation_links {
	margin-top: 16px;
	height: auto;
	width: 270px;
	float: left;
}

.navigation_links ul {
	list-style: none;
	padding-left: 0px;
}

/* BLAU */
.navigation_links ul li {
	font-size: 15px;
	width: 250px;
	padding: 5px 10px 5px 10px;
	color: #003366; /* Dunkelblau */
}
/* ROT */
.navigation_links ul.buchfuehrungshilfe li {
	color: #0b0b0b;
}

/* BLAU */
.navigation_links ul a{
	color: #003366;
	text-decoration: none;
	
}

/* ROT */
.navigation_links ul.buchfuehrungshilfe li a{
	color: #0b0b0b;
	text-decoration: none;
}

/* BLAU */
.navigation_links ul li:hover, .navigation_links ul li.aktiv, .navigation_links ul li.aktiv a {
	background-color: #3366ff; /* Hellblau */
	color: #FFF;
}

/* ROT */
.navigation_links ul.buchfuehrungshilfe li:hover, .navigation_links ul.buchfuehrungshilfe li.aktiv, .navigation_links ul.buchfuehrungshilfe li.aktiv a {
	background-color: #991d11; 
	color: #FFF;
}


.navigation_links ul li a:hover{
	color: #FFF;
	text-decoration: none;
}


/* CONTENT */
.content {
	margin: 70px 0 40px 290px;
	width: 650px;
	min-height: 350px;
}

.content img {
	float: left;
	margin: -6px 20px 14px 0;
	box-shadow: 1px 1px 1px 1px #AAA;	
}

.einzug {
	width: 330px;
	float: left;
}

/* RECHTS */
.infobox_rechts {
	margin: 13px 0 60px 30px;
	height: auto;
	width: 180px;
	float: right;
	
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	
	/* Border */
	padding-left: 15px;
	border-left: 1px solid #DBDBDB;
}

.infobox_rechts h3 {	
	color: #333333;
	font-size: 10px;
	line-height: 1.0em;
	font-style: normal;
	margin-bottom: 3px;
	
}

.infobox_rechts img {	
	height: 60px;
	clear: both;
	margin-top: 10px;
}

/* FOOTER */
footer {
	height: 120px;
	background-color: #f2f2f2;
	margin-top: 80px;
	clear: both;
    box-shadow: 0 8px 6px -6px #999 inset;
}


footer img{
	height: 40px;
	margin-top: 30px;
	margin-left: 60px;
	float: left;
}

footer table {
	width: 800px;
	padding-top: 30px;
	/* Schrift */
	font-family: 'Roboto', sans-serif;
	font-weight: 350;
	font-size: 11px;
	color: #AAA;
}


/* FARBLICHER VERLAUF NAVIGATION */

.kasten {
	float:left;
    transform: skew(-20deg);
	-moz-transform:skew(-20deg);
	-webkit-transform:skew(-20deg);
	-o-transform:skew(-20deg);
	-ms-transform:skew(-20deg);
    margin:0 0 0 0px;
}


.hintergrundMittigDiv {
	margin:0 auto; width:1024px; background:#FFF;
}

.hintergrund.startseite,
.hintergrund.startseite .kasten {
	height:170px;
}


.naviTop {
	height: 55px;
	box-shadow: 0 6px 4px 6px #999;
	
}
.naviTop a {
	color: #FFF;
	text-decoration: none;
	font-size: 25px;
	font-weight: lighter;
	margin-left: 50px;
	position: relative;
	top: 9px;
}

.borderImg {
	height: 65px; position:relative; top: -51px;
}

.borderImg.itservice {
	 left: 79%;
}

.borderImg.buchhaltung {
	 left: 20%;
}


.links {
	background:#3177fe;
	width:40px;
}

.mitte {
	background:#FFF;
	width:10px;
}

.rechts {
	background:#991d11;
	width:40px;
}

	
.hintergrund.startseite {
	width:100%;
	background: -moz-linear-gradient(left, #3177fe 0%, #3177fe 50%, #991d11 50%, #991d11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3177fe), color-stop(50%,#3177fe), color-stop(50%,#991d11), color-stop(100%,#991d11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3177fe 0%,#3177fe 50%,#991d11 50%,#991d11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3177fe 0%,#3177fe 50%,#991d11 50%,#991d11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3177fe 0%,#3177fe 50%,#991d11 50%,#991d11 100%); /* IE10+ */
	background: linear-gradient(to right, #3177fe 0%,#3177fe 50%,#991d11 50%,#991d11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3177fe', endColorstr='#991d11',GradientType=1 );	
}
