/* Table Schema */

body {
	margin: 0px auto 0 auto;
	background-color: #e6eff6;
	background-image: url(/site/_images/layout/outershadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

table.head {
	width: 850px;
	height: 64px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
	background-color: #ffffff;
	background-image: url(/site/_images/layout/revbar.png);
	background-position: center;
}

table.main {
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
}

table.nav {
	width: 178px;
	margin: 72px 6px 10px 12px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	padding: 0px;
}

table.body {
	width: 600px;
	margin: 10px 12px 10px 6px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	padding: 0px;
}

table.subtable {
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}
	
tr {
	vertical-align: top;
}

td.nav {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}
	
td.navnil {
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

td.spacer {
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}

td.widespacer {
	width: 20px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}

/* Navigation Link Level 1 */


p.navlink1 {
	width: 170px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;

}

p.navlink1 a {

	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink1 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink1 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 1 */

p.navcurrent1 {
	width: 170px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent1 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent1 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent1 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 2 */

p.navlink2 {
	width: 158px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink2 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink2 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink2 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 2 */

p.navcurrent2 {
	width: 158px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 12px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent2 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent2 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent2 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 3 */
	p.navlink3 {
	width: 146px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink3 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink3 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink3 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 3 */

p.navcurrent3 {
	width: 146px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 24px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent3 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent3 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent3 a:visited {
	text-decoration: none;
	color: #3e79dc;
}

/* Navigation Link Level 4 */

p.navlink4 {
	width: 134px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 36px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navlink4 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #888888;
}

p.navlink4 a:hover {
	text-decoration: underline;
	color: #444444;
	background-color: #f2f2f2;
}

p.navlink4 a:visited {
	text-decoration: none;
	color: #888888;
}

/* Navigation Current Page Level 4 */

p.navcurrent4 {
	width: 134px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 36px;
	padding: 0px;
	border-top: solid 1px #e8e8e8;
}

p.navcurrent4 a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent4 a:hover {
	text-decoration: none;
	color: #3e79dc;
}

p.navcurrent4 a:visited {
	text-decoration: none;
	color: #3e79dc;
}



/* Page Path */

.pagepath {
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 10px;
}

p.pagepath a {
	text-decoration: none;

}

p.pagepath a:hover {
	color: #444444;
	text-decoration: underline;
}


/* Content */

p {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.titletext {
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #3e79dc;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.subtitletext {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
	
.bodyfirst {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.bodytext {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-indent: 20px;
}

ul.bodylist {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
	padding: 0 0 0 0;
	border: none;
	background-color: #ffffff;
		padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.timestamp {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	color: #888888;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}


/* Boxes */

.boxgrey {
	font-size: 12px;
	line-height: 20px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #444444;
	padding: 10px 14px;
}

.boxred {
	font-size: 12px;
	line-height: 20px;
	background-color: #f1e3e8;
	border: 1px solid #d15052;
	color: #444444;
	padding: 10px 14px;
}

.boxthree {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 33%;
	padding: 10px 14px;
	margin: 0px;
}

.boxfour {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 25%;
	padding: 10px 14px;
	margin: 0px;
}

.box {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #444444;
	width: 550px;
	padding: 10px 14px;
}

.thumb {
	border: 0px;
	margin-top: 20px;
}

li.box {
	list-style-type: disc;
}


/* Footer */
	
p.foot {
	padding: 0;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
}


/* Links */

a:link {
	text-decoration: underline;
	color: #000000;
}
	
a:visited {
	text-decoration: underline;
	color: #000000;
}
	
a:active {
	text-decoration: underline;
	color: #888888;
}
	
a:hover {
	text-decoration: underline;
	color: #444444;
}






	/* Texte */
	
	li
	{
		margin: 6px 0px 6px -15px;
	
		/*list-style-image: url(/mono/de/_images/layout/li_bullet.gif);*/
	}
	
	/* Überschriften und Text */
	
	.headline
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #3e79dc;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
	}
	
	.headlinesub
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 13px;
		line-height: 14px;
	}
	
	
	.newsinfo
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #3B4B6F;
		font-size: 10px;
		font-weight: bold;
		margin-right: 8px;
		/*text-align: right;
		vertical-align: bottom;*/
	}
	
	.text
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
	}
	
	.chart
	{
		font-size: 12px;
		color: #000000;
		font-weight: bold;
	}
	
	.strong
	{
		color: #000000;
		font-weight: bold;
	}
	
	.strongbig
	{
		font-size: 14px;
		color: #3B4B6F;
		font-weight: bold;
	}
	
	/* Spezielle Formate */
	
	.productstrong
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
	}
	
	.producttext
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 12px;
		line-height: 20px;
	}
	
	
	/* Text im Footer usw. */
	
	.textsmall
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #888888;
		font-size: 10px;
		line-height: 12px;
		font-weight: normal;
	}
	
	/* Text in der Sidebar */
	
	.sidetext
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 11px;
		line-height: 14px;
	}
	
	.sideheadline
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #3B4B6F;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
	}
	
	/* spezielle Text*/
	
	.texttour
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		padding-top: 12px;
		padding-left: 18px;
		padding-right: 18px;
		text-align: left;
		vertical-align: top;
	}
	
	.price
	{
		font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #891936;
		font-size: 20px;
		font-weight: bold;
		text-align: right;
		vertical-align: middle;
		padding-right: 5px;
	}
	
	.price0
	{
		padding-right: 10px;
	}
	
	.pricenv
	{
		color: #828393;
	}
	
	.currency
	{
		font-size: 8px;
		vertical-align: top;
	}
	
	/* Tabellen */
	
	.tbhead
	{
		color: #3B4B6F;
		font-weight: bold;
		position: center;
		text-align: center;
	}
	
	.tblabel
	{
		padding-left: 5px;
	}
	
	.tbtext	
	{
		position: center;
		text-align: center;
	}
	
	.tbstrong
	{
		padding-left: 5px;
		color: #3B4B6F;
		font-weight: bold;
		background-color: #ECEDE5;
	}
	
	/* Mangoo-Tabelle */
	.tabledata
	{
		padding-top: 4px;
		padding-right: 15px;
	}
	
	/* Formulare */
	
	.label
	{
		color: #666666;
	}
	
	.labelerror
	{
		color: #A9122A;
		font-weight: bold;
	}
	
	.padright
	{
		padding-right: 20px;
	}

	
	/* Handbuch */
	
	.tip
	{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		background-color: #D5D8EF;
	}
	
	.manual
	{
		border-style:solid;
		border-width: 1px;
		border-color: #CCCCCC;
	}
	
	.marker
	{
		color: #339900;
		
	}
	
	/* Farben */
	
	.blue
	{
		color: #3B4B6F;
	}
	
	.red
	{
		color: #A9122A;
	}
	
	.ocher
	{
		color: #E3EAD2;
	}
	
	.ocherdark
	{
		color: #B9BEA0;
	}
	
	.ocherlight
	{
		color: #ECEDE5;
	}
	
	.grey
	{
		color: #F2F2F2;
	}
	
	.greydark
	{
		color: #CCCCCC;
	}
	
	/* Bilder */
	
	.image_left
	{
		margin-top: 6px;
		margin-right: 9px;
		margin-left: 3px;
		margin-bottom: 6px;
	}	
	
	.image_right
	{
		margin-top: 6px;
		margin-right: 3px;
		margin-left: 9px;
		margin-bottom: 6px;
	}
	
	.image_middle
	{
		margin-top: 6px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 6px;
	}
	
	.image_cc
	{
		margin-right: 12px;
		vertical-align: middle;
	}
	
	.image_text_left
	{
		margin-right: 5px;
		vertical-align: middle;
	}
	
	/* Formular-Elemente */
	
	form
	{
		margin: 0;
		padding: 0;
	}
	
	.textfield
	{
		font-family: Verdana, "Lucida Grande", Tahoma, Arial, Helvetica;
		color: #444444;
		font-size: 12px;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.textfield125
	{
		width: 125px;
	}
	
	.textfield60
	{
		width: 60px;
	}
	
	.select
	{
		font-size: 11px;
		width: 100%;
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.selectsimple
	{
		font-size: 11px;
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* Links */
	
	.textbutton
	{
		text-decoration: none;
		color: #3B4B6F;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
	}