/* Buchhaltungsservice Hartmut Finkeisen 
http://www.finkeisen.de/
 */

/* Wichtige Farben
rot = #D01516
dunkelblau = #12547D
*/

/* Allgemeines */

html, body, div, p, h1, h2, h3, ol, dd,
span, a, table, td, form, img {
   margin: 0;
   padding: 0;
	background: transparent;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
   font-size: 12px;
	color: #12547D;
}

body {
   background: #B3D1E4 url(bilder/bg.jpg) top repeat-x;	
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
   font-size: 12px;
	color: #12547D;	
}

a:link {
   color: #D01516;
   text-decoration: none; 
}

a:visited {
   color: #13435F;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active {
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

img {
   border: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
h1 {
margin: 0 0 0 15px;
font-family: Arial, Helvetica, sans-serif;	
font-size:16px;
font-weight: bold;
color: #D01516;
background: transparent url(bilder/h1.gif) no-repeat 0 4px;
height: 1%;
padding: 0 0 3px 13px;
text-decoration: none;
text-align:left;
text-transform: uppercase;
}	
	
h2 {
 font-size: 12px;
 font-weight: bold;
 color: #D01516;
 text-decoration: underline;
 text-align: left;
 padding: 15px 0 5px 5px;
}	


/* Layout */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(bilder/bg_wrap.jpg) repeat-y;
	width: 740px;
	border-left: 1px solid #6DA9CE;
	border-right: 1px solid #6DA9CE;
	border-bottom: 1px solid #6DA9CE;
	}

html>body #wrap {
  	width: 740px;
	}
	
#header {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #6DA9CE url(bilder/header.jpg) no-repeat bottom;
	width: 739px;
	height: 164px;
	border-left: 1px solid #6DA9CE;
	border-right: 1px solid #6DA9CE;
	border-bottom: 1px solid #6DA9CE;
	}
	
#menu {
	max-width: 285px;
	width: 285px;
	margin: 10px 0 0 450px;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(bilder/navi-button.jpg) no-repeat;
	padding: 6px 0 0 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin: -6px 0 0 0;
  	height: 24px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(bilder/navi-over.jpg) no-repeat;
	padding: 6px 0 0 30px;
	text-align: left;
	margin: -6px 0 0 0;
  	height: 24px;
	}	
	
body#home a#homenav,
body#buchhaltung a#buchhaltungnav,
body#lohn a#lohnnav,
body#tipps a#tippsnav,
body#kontakt a#kontaktnav,
body#impressum a#impressumnav
 {
	background: url(bilder/navi-active.jpg) no-repeat;
}

#info {
	margin: 0;
	text-align: left;
	background: #fff url(bilder/info.jpg) no-repeat bottom;
	width: 739px;
	height: 156px;
	border-left: 1px solid #6DA9CE;
	border-right: 1px solid #6DA9CE;
	border-top: 1px solid #6DA9CE;
	}
	
#info_bg {
	margin: 0;
	text-align: left;
	background: #fff url(bilder/info_bg.jpg) repeat-x bottom;
	width: 739px;
	height: 156px;
	border-left: 1px solid #6DA9CE;
	border-right: 1px solid #6DA9CE;
	border-top: 1px solid #6DA9CE;
	}	
	
#info p {
	width: 450px;
	text-align: left;
	padding: 5px;	
}

#info_bg p {
	text-align: left;
	padding: 5px;	
}		

#start {
	margin: 0; padding:0 0 20px 0;
	width: 739px;
	min-height: 220px;
	border-left: 1px solid #6DA9CE;
	border-right: 1px solid #6DA9CE;
	border-bottom: 1px solid #6DA9CE;	
}

.box {
	background: #fff url(bilder/box_bg.jpg) repeat-x bottom;
	margin: 9px;	
	padding: 8px;
	width: 308px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 324px;
	float: left;
	clear: right;
	border: 1px solid #6DA9CE;
}

.box_full {
	background: #fff url(bilder/box_bg.jpg) repeat-x bottom;
	margin: 0 0 0 10px;	
	padding: 8px;
	width: 664px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 680px;
	float: left;
	border: 1px solid #6DA9CE;
}

.weitere_infos {
	margin:10px 0 -9px 150px;
}

.list {
list-style: disc url(bilder/li.gif);
margin: 3px 0 2px 25px;
text-align:left;
}

#footer {
	background: #ADD3EA url(bilder/bg_footer.jpg) repeat-x bottom;
	margin: 0; padding:5px;
	border: 1px solid #6DA9CE;
	clear: both;
}

#footer p {
		text-align: center; 	font-size: 11px;
}

#footer a, #footer a:link {
		font-size: 11px;
}


	 