/**
 * General
 */
html *
{
    font-size: 100.01%
}

img
{
    border:0;
}

/**
 * General Layout Stuff
 * Positioning, colors, etc
 */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    line-height: 140%;
}

html, body
{
    color: #4e4e4e;
	margin: 0;
	padding: 0;
	background-image:url(../pic/bg.gif);
	background-repeat:repeat-y;
	background-position:18px;
    height: 100%;
}

a,
a:visited
{
    color: #4e4e4e;
}

a:hover,
a:active
{
	color: #db0032;
	text-decoration: underline;
}

#main, #header, #navigation, #content, .navigation_main
{
	margin: 0px;
}

#main
{
	border-top: 5px solid #FFFFFF;
}

#page-margins
{
	width: 862px;
	margin-left: 18px;
    position: relative;
    min-height: 99%;
}

#navigation
{
	float: left;
	width: 172px;
}

#content
{
	margin-left: 199px;
    zoom: 1;
}

#footer
{
	margin-left: 199px;
    position: absolute;
    bottom: 0.7em;
    left: 0;
}

/**
 * Header
 */
#header
{
    background-color: #FFFFFF;
	height: 109px;
	border-top: 30px solid #FFFFFF;
	border-bottom: 1px solid #dddddd;
}

#header p
{
    margin: 79px 0 0 0;
    padding: 0;
}

#header img.logo
{
    float: right;
}

/**
 * Navigation
 */
#navigation .navigation_main,
#navigation .navigation_sub
{
	padding: 0;
	margin: 0;
}

#navigation li
{
	list-style: none;
	background-color: #EBEBEB;
}

#navigation .navigation_main a,
#navigation .navigation_main a:hover,
#navigation .navigation_sub a,
#navigation .navigation_sub a:hover
{
	background-image: url("../pic/pfeil.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	border-bottom: 1px solid #FFFFFF;
    color: #4e4e4e;
    display: block;
	padding: 2.1px 0px 2.1px 14px;
	width: 158px;
	text-decoration:none;
	
}

#navigation .navigation_sub a,
#navigation .navigation_sub a:hover
{
	background-position: 19px;
    width: 138px;
	padding-left: 35px;
}

/* Color reset */
#navigation .navigation_main .active ul a,
#navigation .navigation_sub .active ul a
{
    color: #4e4e4e;
}


#navigation .navigation_main a:hover,
#navigation .navigation_main .active a,
#navigation .navigation_sub li a:hover,
#navigation .navigation_sub .active a
{
	color: #db0032;
}


#navigation li.brochure
{
    font-size: 90%;
    margin-top: 21px;
}

#navigation li.brochure a {
	border-top: 1px solid #FFFFFF;
}

#navigation .news
{
    margin-top: 22px;
    font-size: 89%;
    background-color: #DEDEDE;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#navigation .news a,
#navigation .news a:hover
{
	border-bottom: 0;
	border-top: 1px solid white;
}

#navigation .news div
{
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	color: #878787;
}

/**
 * Content
 */

#content {
    line-height: 154%;
}

#content h1 {
    color: #4e4e4e;
    font-size: 123%;
    font-weight: bold;
    margin: 0 0 1.2em 0;
    padding: 0;
}

/* Margins */
#content .mrn-t1
{
    margin-top: 19px;
}

#content p
{
	margin: 0 0 1em 0;
}

/* Content elements */
#content .highlight
{
    color: #db0031;
    font-weight: bold;
}

#content a.more
{
	background-image: url(../pic/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 14px;
}

/* Columns */
#content .columns
{
    overflow: hidden;
    width: 100%;
}

.columns .c60l,
.columns .c50l
{
    float: left;
}

.columns .c40r,
.columns .c50r
{
    float: right;
}

.columns .c60l
{
    width: 61%;
}

.columns .c40r
{
    width: 39%;
}


.columns .c50r,
.columns .c50l
{
    width: 49.99999%;
}

/* Profile list */
.profile
{
    float: left;
    margin: 0;
    padding: 0;
    width: 133px;
}

.profile dt,
.profile dd
{
    margin: 0;
    padding: 0;
    width: 133px;
}

.profile .description
{
    font-size: 90%;
}

/* Rounded Boxes */

/* Round Box 1 - Grey */
.roundBox-1
{
    border: 1px solid #c5c3c3;
    font-size: 90%;
    padding: 9px;
    position: relative;
    line-height: 140%;
}

.roundBox-1 .rb-1_headerl,
.roundBox-1 .rb-1_headerr,
.roundBox-1 .rb-1_footerl,
.roundBox-1 .rb-1_footerr
{
    background-image: url(../pic/roundbox-1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 9px;
    position: absolute;
    width: 9px;
    font-size: 0;
}

.roundBox-1 .rb-1_headerl
{
    left: -1px;
    top: -1px;
}

.roundBox-1 .rb-1_headerr
{
    background-position: -9px 0;
    right: -1px;
    top: -1px;
}

.roundBox-1 .rb-1_footerl
{
    background-position: 0 -9px;
    left: -1px;
    bottom: -1px;
}

.roundBox-1 .rb-1_footerr
{
    background-position: -9px -9px;
    right: -1px;
    bottom: -1px;
}

#content .roundBox-1 p
{
    padding: 0;
    margin: 0;
}

/**
 * Vianova
 */
#content .vn-images
{
	float: right;
	margin-left: 10px;
}

#content .vn-images img
{
	margin-bottom: 15px;
}

#content .vn-inline {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
}

 .vn-hr {
	color: #DEDEDE;
}

#content .no-underline, #content .no-underline:hover {
	text-decoration: none;
}

/**
 * Footer
 */
 #footer {
     font-size: 80%;
 }

 #footer .seperator
 {
     margin: 0 0.9em;
 }
 
 #footer a {
	color: #878787;
}

@media print {

	body,
	html {
		color: #000000;
		background: none;
	}
	#page-margins,
	#main,
	#content {
		width: 100%;
		margin: 0;
	}

    #navigation {display:none}
    .fontsize {display:none}

}
