body {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	position: relative;
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url('../images/hintergrund_textur.png');
	color: #000000;
}

a {
	color: #000000;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #8F9659;
	margin-top: 2em;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;	
	margin-bottom: 0.1em;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;	
	margin-bottom: 0.1em;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

small {
	font-size: 10pt;
}

/* Items */

#ritconsultContainer {
	position: relative;
	width: 976px;
	margin: auto;
	background-color: #FFFFFF;
}

#ritconsultHeader {
	width: 976px;
	height: 107px;
	white-space: nowrap;
}
#ritconsultHeader span {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 10pt;
	color: #70706E;
}
#ritconsultHeader span a {
	color: #70706E;
	text-decoration: none;	
}
#ritconsultHeader span a:hover {
	text-decoration: underline;
}

#ritconsultMenuBand {
	position: absolute;
	top: 0px;
	left: -41px;
	width: 41px;
	height: 166px;
	background-image: url('../images/menu_band.png');
	background-repeat: no-repeat;
}

#ritconsultMenu {
	width: 946px;
	padding-left: 30px;
	height: 43px;
	background-color: #8F9659;
	background-image: url('../images/menu_background.png');
	background-repeat: no-repeat;
}

ul.ritconsultMenuList {
	list-style-type: none;
	padding-left: 0px;
}
ul.ritconsultMenuList li {
	display: inline;
	margin-right: 30px;
	font-size: 14pt;	
	font-weight: bold;
	line-height: 43px;
	color: #FFFFFF;
}
ul.ritconsultMenuList li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.ritconsultMenuList li a:hover {
	text-decoration: underline;
}
ul.ritconsultMenuList li a.active {
	color: #FFFFFF;
	text-decoration: underline;
}

#ritconsultPicbar {
	position: relative;
	width: 976px;
	height: 177px;
	background-color: #E3E3E3;
	background-image: url('../images/picbar_background.png');
	background-repeat: repeat-x;
	white-space: nowrap;
}
#ritconsultPicbarText {
	position: absolute;
	top: 0px;
	left: 492px;
	width: 218px;
	height: 177px;	
	white-space: normal;
	color: #5A5A5A;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12pt;
	line-height: 1.5em;
}

#ritconsultInfobox {
	width: 252px;
	margin-left: 30px;
	margin-top: 40px;
	font-size: 9pt;
	background-color: #E3E3E3;
}
#ritconsultInfobox ul {
	list-style-image: url('../images/list_icon.png');
	line-height: 1.4em;
	padding-top: 1.5em;
	padding-bottom: 1.0em;
	padding-right: 25px;
}
#ritconsultInfobox ul li {
	margin-bottom: 1em;
}
#ritconsultInfobox p {
	text-align: center;
	padding-top: 0em;
	padding-bottom: 2em;
}

#ritconsultLeftLinks {
	margin-left: 60px;
	margin-bottom: 2em;
}
#ritconsultLeftLinks a {
	font-weight: bold;
	font-size: 11pt;
	color: #8F9659;
	text-decoration: none;
}
#ritconsultLeftLinks a:hover {
	text-decoration: underline;
}

#ritconsultContent {
	float: right;
	width: 624px;
	margin-left: 40px;
	padding-right: 30px;
	font-size: 11pt;
	margin-bottom: 2em;
}

#ritconsultFooter {
	clear: both;
	width: 916px;
	padding-left: 30px;
	padding-right: 30px;
	height: 32px;	
	font-size: 9pt;
	line-height: 32px;
	color: #414141;
	background-color: #E8E8E8;
	border-top: 1px solid;
	border-color: #C9C9C9;
}
#ritconsultFooter a {
	color: #414141;
}