/*
 * CSS-Reset v1.0 | 20080212
 */
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,
input, select, textarea,
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:'';
}

/* remember to define focus styles! */
a:focus, label:focus, input:focus, select:focus, textarea:focus {
	outline:1px dotted #ddd;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#bbbcc2;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6875em; /*11px*/
	line-height:1.3636em;	/*15px*/
	text-align:center;
}

/*
 * General Styles
 */
p, ul, ol, table, h5, iframe {
	margin-bottom:1.3636em;
} 
 
a  {
	color:#fff;	
}

a:hover  {
	text-decoration:none;	
} 

label:hover, input.submit:hover {
	cursor:pointer;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

input.text, textarea {
	
}

/*
 * General classes
 */
.wrapper {
	float:left;
	width:100%;
} 
 
.centered {
	text-align:center;
}

.right {
	text-align:right;
}

/*
 * Main Wrapper
 */
#mainWrapper {
	margin:0 auto;
	text-align:left;
	width:87.2727em;
}

#innerWrapper1 {
	background:url(../img/schatten.png) right top repeat-y;
	position:relative;
	right:-1.3636em;
}

#innerWrapper2 {
	background:#fff;	
	width:84.5454em;
}

#innerWrapper3 {
	background:#fff url(../img/martin_kuehnast.jpg) 57.6363em 21em no-repeat;
	margin-left:9.0909em;
	width:75.4545em;
}

/*
 * Header
 */
#header {
	background:url(../img/steuerberater.jpg) 24em bottom no-repeat;
	margin-bottom:2.8181em;
} 

#header a {
	text-decoration:none;	
}
 
#headerBlock {
	background:#a5a7ae;
	float:right;
	height:18.1818em;
	width:18.1818em;
}

#headerBlockInner {
	float:left;
	margin:1.6363em 0 0 1.8181em;
	width:14.5454em;
}

#headerBlock a {
	color:#fff;
}

/*
 * Menu
 */
#header ul {
	float:left;
	margin-top:1.6363em;
}

#header li {
	display:block;
	float:left;
	padding:0 0.5454em 0 0.4545em;
}

#header li.first {
	padding-left:0;
}

#header li.current {
	font-weight:bold;
}

#header li a {
	background:url(../img/bullet.png) left 0.1818em no-repeat;
	color:#000;
	display:block;
	padding-left:1.0909em;
}

#header li ul {
	float:none;
	margin:0 0 0 1.0909em;
	position:absolute;
	left:-999em;
}

#header li:hover {
	position:static;
}

#header li.current ul, #header li:hover ul {
	left:auto;
}

#header li li {
	float:none;
	padding:0;
}

#header li.current li {
	font-weight:normal;
}

#header li li a {
	background:none;
	display:inline;
	padding:0;
}

#header li li a:before {
	content: "/";
}

#header li li.current a {
	color:#0f3f93;	
}

/*
 * Main
 */
#main {
	padding-bottom:1.0em;
}

/*
 * Content
 */
#content {
	background:#0f3f93;
	float:left;
	min-height:470px;
	width:54.5454em;
}

#contentInner {
	float:left;
	margin:2.0909em 0 0 2.1818em;
	width:50.2727em;
}

/*
 * Content Headings
 */
#content h2 {
	font-size:1.9090em; /*21px*/
	line-height:1.1428em; /*24px*/
	margin-bottom:0.7142em;
	text-transform:uppercase;
}

#content h2#pagetitle {
	margin-bottom:1.4761em;
} 

#content h3 {
	font-size:1.3636em; /*15px*/
	line-height:1.2em; /*18px*/
	margin-bottom:1em;
}

#content h4 {
	font-size:1.1818em; /*13px*/
	line-height:1.1538em; /*15px*/
	margin-bottom:1.1538em;
}

#content h5 {
	font-weight:normal;
	text-transform:uppercase;
}

/*
 * Content Lists
 */
#content ul li {
	background:url(../img/bullet1.png) left 0.2727em no-repeat;
	padding-left:1em;
}

#content ol {
	list-style:decimal;
	margin-left:2.1818em;
}

/*
 * Content Floating Elements
 */
#content .floatLeft {
	float:left;
	margin-right:0.909em;
}

#content .floatRight {
	float:right;
	margin-left:0.909em;
}

#koop {
        margin-bottom: 1.0em;
	width:54.5454em;
        text-align:right;
}