/**
 * Style sheet minzgmbh
 */
.ce_hyperlink
{
	display:inline;
	padding-right:10px;
}

.hyperlink_txt
{
	font-weight:bold;
}

.rightalignpic
{
	float:right;
}

.narrowlines1
{
	line-height:16px;
}

.narrowlines2
{
	line-height:14px;
}

.nextlink
{
	font-weight:bold;
}

.haft
{
	line-height:12px;
}

.ce_text ul
{
	list-style-type:square;
	list-style-position:outside;
	margin-left:0px;
	padding-left:15px;
}

a:hover
{
	color:#333;
	text-decoration:underline;
}

#header
{
	background-color:#fff;
	border-top:1px solid #900;
	background-repeat:no-repeat; 
	background-position:50% 0px;
}

.logo
{
	margin-left:70px;
}

#main .inside
{
	padding-top:42px;
}

#left .inside
{
	padding-top:42px;
}

h1
{
	font-weight:bold;
	font-size:11px;
	padding:0px 0px 15px 0px;
}

a
{
	text-decoration:none;
	color:#666;
	font-weight:normal;
}

#container
{
	background-color:#fff;
	height:310px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #900;
}

.mod_article
{
	font-family:Helvetica, Arial, Verdana, san-serif; 
	width:600px; 
	z-index:2;
}

*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, Verdana, san-serif;
}

html
{
	height:100%; 
	background-color:#EBF2FA; 
	line-height: 18px; 
	font-size:11px;
}

body
{
	padding:60px 0 6% 0; 
	margin: 0; 
	text-align:center;
}

#footer
{
	padding-left:70px;
}


/**
 * footer
 */
#footer .inside .mod_article,
#footer .inside a
{
	display:inline;
	position:relative;
	float:left;
	top:18px;
	width:auto;
}

#footer .inside .mod_article .ce_text
{
	display:inline;
	float:left;
	margin-left:65px;
	white-space:nowrap;
}

#footer .inside .mod_article .ce_text a
{
	position:relative;
	top:0px;
	padding-left:0px;
}

#footer .inside a,
#footer .inside img
{
	font-weight:normal;
	position:relative;
	padding-left:7px;
	float:left;
}

/* Roter Block im Seitenfuß */
.red1
{
	margin-left:-7px;
}


/**
 * Navi
 */
.submenu .projekt_level_2 > .trail
{
	padding-bottom:0px;
	border-bottom:1px solid #900;
	display:block;
	width:170px;
	margin-bottom:3px;
}


/**
 * navi
 */
.level_1 .trail .level_2,
.level_1 .active .level_2
{
	padding: 5px 0px 5px 20px;
	list-style-type:none;
}

.level_1 .trail .level_2 .trail .level_3,
.level_1 .trail .level_2 .active .level_3
{
	padding: 5px 0px 5px 20px;
	list-style-type:none;
}

.mod_navigation .trail:hover
{
	text-decoration:none;
	color:#900;
}

.mod_navigation a
{
	font-weight:normal;
}

/* Erste Menüebene */
.level_1
{
	padding:0px 0px 0px 5px;
}

/* Aktiver Menüpfad */
.mod_navigation .trail,
.mod_navigation .active
{
	color:#900;
	text-decoration:none;
}

/* Navigationsmenü */
.mod_navigation
{
	position: absolute;
	left:107px;
	color:#666;
	width:210px;
}


/**
 * Referenzen
 */
.reference_column a
{
	font-weight:normal
}

.reference_column
{
	display:inline;
	position:relative;
	float:left;
	padding-right:10px;
	max-width:190px;
	line-height:15px;
}


/**
 * test
 */
/* Zum Testen und Debuggen */
.testborder
{
	border:1px solid #ffcc66;
}

