@charset "utf-8";

/* Tags */

a:link,
a:visited {
	color: #242424;
}

a:focus,
a:hover {
	color: #20285a;
	text-decoration: none;
}

body {
	background-color: #20285a;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

h2 {
	color: #1d1c56;
	font-size: 1.4em;
	padding-bottom: 5px;
}

html { height: 100%; }

p { padding-bottom: 8px; }

ul { padding-bottom: 8px; }

ul li {
	color: #1d1c52;
	list-style-position: inside;
	list-style-type: disc;
}


/* Navigation */
#navigation .button {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	margin-left: 18px;
}

#navigation .button:hover,
#navigation .button:focus { background-position: center; }

#navigation .button:active,
#navigation .active { background-position: bottom !important; }

#navigation .button img {
	height: 29px;
	width: 100%;
}


/* Buttons */
#bt_krp {
	background-image: url('bt_krp.jpg');
	width: 33px;
}

#bt_steuerberatung {
	background-image: url('bt_steuerberatung.jpg');
	width: 104px;
}

#bt_unternehmerberatung {
	background-image: url('bt_unternehmerberatung.jpg');
	width: 152px;
}

#bt_wirtschaftspruefung {
	background-image: url('bt_wirtschaftspruefung.jpg');
	width: 133px;
}

#bt_infocenter {
	background-image: url('bt_infocenter.jpg');
	width: 71px;
}

#bt_kontakt {
	background-image: url('bt_kontakt.jpg');
	width: 57px;
}


/* Sub-Navigation */
.sub {
	background-color: #f5f5f5;
	border: 1px solid #cdd0dd;
	border-bottom: none;
	display: none;
	margin-top: -1px;
	position: relative;
	width: 140px;
	z-index: 200;
}

.sub a, .sub a:link, .sub a:visited {
	border-bottom: 1px solid #cdd0dd;
	color: inherit;
	display: block;
	font-size: 13px;
	padding: 2px 4px;
	text-decoration: none;
}

.sub a:hover {
	background-color: #eaeaea;
	color: #1d1c56;
}

.sub a:active {
	background-color: #20285a;
	color: #fff;
}

#sub_steuerberatung { left: 51px; }
#sub_wirtschaftspruefung { left: 343px; }
#sub_infocenter {	left: 494px; }
#sub_kontakt { left: 583px; }


/* Footer */
#footer a,
#footer a:link,
#footer a:visited {
	color: #ccc;
	padding: 0px 2px;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* IDs */
#background {
	background-color: #f5f5f5;
	background-image: url('background_light.jpg');
	background-position: center;
	background-repeat: repeat-y;
	height: 276px;
	width: 100%;
	z-index: 10;
}

#content {
	width: 380px;
	margin-left: 174px;
	margin-top: 21px;
	padding-bottom: 49px;
}

#footer {
	background-color: #20285a;
	color: #ccc;
	font-size: 10px;
	margin-left: -10px;
	padding-bottom: 12px;
	padding-top: 6px;
	position: relative;
	text-align: center;
	width: 660px;
	z-index: 100;
}

#headline {
	height: 54px;
	margin-top: 49px;
	width: 640px;
}

#logo {
	left: 32px;
	position: absolute;
	top: 32px;
	z-index: 20;
}

#navigation {
	background-image: url('background_navigation.jpg');
	background-repeat: repeat-x;
	height: 29px;
	margin-top: 52px;
	width: 640px;
}

#picture {
	background: #f0f0f0;
	height: 151px;
	margin-top: 8px;
	width: 640px;
}

#wrapper {
	background-color: #fff;
	color: #242424;
	left: 50%;
	margin-left: -330px;
	padding: 0 10px;
	position: absolute;
	top: 0px;
	width: 640px;
	z-index: 100;
}


/* Klassen */
.highlight { color: #1d1c56; }
.left { float: left; }
.none { display: none !important; }
.paddingtop {
	display: block;
	padding-top: 4px;
}
.portrait {
	padding-bottom: 4px;
	padding-right: 8px;
}


/* Tabellen */
.cell {
	display: table-cell;
	padding-bottom: 4px;
	padding-right: 8px;
	vertical-align: top;
	width: auto;
}

.row {
	display: table-row;
	width: 100%;
}

.table { display: table; }