body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/layout/back.jpg);
}

table {
	font-size: 1em;
}
p {
	line-height: 1.4em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

#main {
	width: 900px;
	margin-top: 50px;
	text-align: left;
}

.font_smallest {
	font-size: 0.7em;
}
.font_small {
	font-size: 0.9em;
}
.font_big {
	font-size: 2.0em;
}

#desc,
#desc a {
	height: 10px;
	text-align: right;
	color: #a4a4a4;
	text-decoration: none;
}



/* ---------------------------------------------------------------- */
/* H E A D E R                                                      */
/* ---------------------------------------------------------------- */
#header {
	width: 900px;
	text-align: left;
}



/* ---------------------------------------------------------------- */
/* N A V I G A T I O N                                              */
/* ---------------------------------------------------------------- */
#navgation {
	width: 900px;
	text-align: left;
}

#navigation td {
	width: 225px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: normal;
	text-transform: uppercase;
}
#navigation td.tabActiveWhite a {
	font-weight: bold;
	color: Black;
}
#navigation td.tabActiveGrey a {
	color: #8d8d8d;
}
#navigation td.tabInactiveGrey a {
	color: #adadad;
}
#navigation td.tabActiveWhite {
	background-image: url(../img/navi_active_white.gif);
	font-weight: bold;
	color: Black;
}
#navigation td.tabActiveGrey {
	background-image: url(../img/navi_active_grey.gif);
	color: #8d8d8d;
}
#navigation td.tabInactiveGrey {
	background-image: url(../img/navi_inactive_grey.gif);
	color: #adadad;
}

#navigation td.first_tabActiveWhite {
	background-image: url(../img/first_active_white.gif);
	font-weight: bold;
	color: Black;
}
#navigation td.first_tabActiveGrey {
	background-image: url(../img/first_active_grey.gif);
}
#navigation td.first_tabActiveGrey a {
	color: #8d8d8d;
}

#navigation td.last_tabActiveWhite {
	background-image: url(../img/last_white.gif);
	font-weight: bold;
	color: Black;
}
#navigation td.last_tabInactiveGrey {
	background-image: url(../img/last_grey.gif);
}
#navigation td.last_tabInactiveGrey a {
	color: #adadad;
}



/* ---------------------------------------------------------------- */
/* C O N T E N T                                                    */
/* ---------------------------------------------------------------- */
#content {
	background-image: url(../img/verlauf.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#cnt_index {
	background-image: url(../img/figuren.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 900px;
	height: 450px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
#cnt_index td {
	padding-bottom: 20px;
}

#cnt_index td.title {
	padding: 40px 0 0 0;
	text-align: center;
	vertical-align: top;
	color: Black;
}
#cnt_index td.title h1 {
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 2.5em;
}
#cnt_index tr.names td {
	vertical-align: bottom;
	padding: 0 0 30px 0;
	font-weight: bold;
	color: #C0B5B5;
}

#cnt_dienstleistungen {
	width: 900px;
	height: 450px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}

#cnt_berater {
	background-image: url(../img/figuren_kurz.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 900px;
	height: 450px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}
#cnt_berater td {
	padding: 2px;
}
#cnt_berater .email a {
	color: black;
}

#cnt_kontakt {
	width: 900px;
	height: 450px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}

#cnt_links {
	width: 900px;
	height: 450px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}
#cnt_links p {
	line-height: 0.9em;
}

