body
{
	text-align:center;
	background-color:#EFEFEF;
	font-family:arial;
}

.wrapper
{
	width:954px;
	margin:10px auto 0;
	text-align:left;
	background-image:url(img/bg.bmp);
	background-repeat:repeat-y;
	position:relative;
}


.left
{
	background-color:#D4D3D2;
	width:165px;
	float:left;
}

.logo
{
	background-image:url(img/logo.jpg);
	height:162px;
}

.line
{
	height:6px;
	background-color:#EFEFEF;
}


.menu
{
	padding:15px 5px 10px 10px;
	/*line-height:2.5em;*/
	font-size:0.7em;
	margin-bottom:50px;
}

.active
{
	color:white;
}

.impressum
{
	position:absolute;
	bottom:0px;
	padding:15px 5px 10px 10px;
	/*line-height:2.5em;*/
	font-size:0.7em;
}

.right
{
	width:783px;
	float:right;
	position:relative;
}

.header
{
	position:relative;
	height:94px;
	background-color:#CFCDCD;
	color:white;
}

#title
{
	font:1.2em Arial;
	margin:0;
	float:left;
	position:absolute;
	bottom:5px;
	left:5px;
	display:block;
	/* display:none; */
}

#label
{
	font-weight: bold;
}

#quote
{
	font:0.9em Arial;
	margin:0;
	float:right;
	position:absolute;
	bottom:5px;
	right:10px;
	display:none;
	text-align:right;
}

.content
{
	position:relative;
	color:black;
	width:783px;
	font:0.8em Arial;
}

.contentLeft
{
	/*width:595px;*/
	width:500px;
	float:left;
	margin:6px;
}

.contentRight
{
	margin:6px;
	/*width:164px;*/
	width:259px;
	float:right;
	position:relative;
}

.preview
{
	width:100px;
	line-height:100px;
	margin:10px 10px 0px 0px;
}

.preview img
{
	border:thin solid black;
	vertical-align:top;
}

.top td
{
	vertical-align:top;
	padding-right:5px;
}

a
{
	text-decoration:none;
	color:black;
}

.ruler
{
	clear:both;
	background-color:#EFEFEF;
	height:7px;
	width:782px;
}

strong > a[href $='.pdf'] { 
   padding-right: 20px;
   background: transparent url(img/pdficon_small.gif) no-repeat center right;
}

