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

body, html {
	margin: 0px;	
}

/* DESIGN LAYOUT */

.layout {
	position: relative;
	width: 1022px;
	height: auto;
	margin-left: 200px;
	margin-top: 70px;
}

.header {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;	
}

.line_blue {
	position: relative;
	width: 920px;
	height: 6px;
	margin-top: 10px;
	margin-left: 0px;
	background-image: url(images/line_03.png);	
}

.line_grey_vertical {
	position: relative;
	width: 24px;
	height: 374px;
	margin-left: 0px;
	margin-top: 5px;
	background-image: url(images/line_07.png);
}

.line_grey_horizontal {
	position: relative;
	width: 827px;
	height: 5px;
	margin-left: 34px;
	margin-top: 5px;
	background-image: url(images/line_10.png);
}

.navigation_main {
	position: relative;
	margin-top: -360px;
	margin-left: 34px;	
}

.navigation_sub {
	position: absolute;
	margin-top: 5px;
	margin-left: 44px;
	word-spacing: 10px;
}

.main_content {
	position: relative;
	margin-top: 115px;
	margin-left: 44px;
	height: auto;
	width: 827px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.contact {
	position: relative;
	margin-top: -78px;
	margin-left: 715px;
	height: auto;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: right;
}

.home_image {
	position: absolute;
	margin-left: 470px;
	margin-top: -160px;
	text-align: right;
	width: auto;
	height: auto;
}

.software_image {
	position: absolute;
	margin-left: 630px;
	margin-top: -80px;
	text-align: right;
	width: auto;
	height: auto;
}

.news_image {
	position: absolute;
	margin-left: 680px;
	margin-top: -110px;
	text-align: right;
	width: auto;
	height: auto;
}

.leistungen_image {
	position: absolute;
	margin-left: 560px;
	margin-top: -210px;
	text-align: right;
	width: auto;
	height: auto;
}

.buchhaltung_image {
	position: absolute;
	margin-left: 670px;
	margin-top: -210px;
	text-align: right;
	width: auto;
	height: auto;
}

.lohnverrechnung_image {
	position: absolute;
	margin-left: 360px;
	margin-top: -230px;
	text-align: right;
	width: auto;
	height: auto;
}

.bilanzierung_image {
	position: absolute;
	margin-left: 620px;
	margin-top: -155px;
	text-align: right;
	width: auto;
	height: auto;
}


/* FONTS */

.arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;		
}

.arial_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}

.arial_12_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1785b3;	
}

.arial_12_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}

.arial_18_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #1785b3;	
}

.easybilanz_head {
	font-family: "Times New Roman";
	font-size: 36px;
	font-style: normal;
	color: #1785b3;
}

.easybilanz_slogan {
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: normal;
	color: #000;
}

/* 	LINKS */

a:link {
	color: #1785b3;
	text-decoration: none;
}
a:visited {
	color: #1785b3;
	text-decoration: none;
}
a:hover {
	color: #e5e5e5;
	text-decoration: none;
}
a:active {
	color: #e5e5e5;
	text-decoration: none;
}

