@import url("styles.css");
@import url("rte.css");
@import url("menu.css");
@import url("layout.css");


#content-links {
	float: left;
	width: 150px;
	border-right: dotted;
	border-right-color: #ff6600;
	border-right-width: 1px;
	padding-left: 24px;
	padding-right: 12px;
}

#content-rechts {
	margin-right: 35px;
	float: right;
	width: 294px;
}

#content-mitte { 
	float: left;
	padding-left:12px;
	padding-right:12px;
	width: 44%;
}

#menus {
	margin: 0 0 15px 0;
	background: #ffffff;
	height:46px;
}

#submenu {
	position:relative;
	left:100px;
	top:-60px;
	width:500px;
	height:12px;
	z-index:9;
	visibility:visible;
}

a.st_umenu:link     { color:#999999; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenu:visited  { color:#999999; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenu:hover    { color:#000000; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenu:active   { color:#999999; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }

a.st_umenua:link    { color:#000000; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenua:visited { color:#000000; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenua:hover   { color:#000000; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }
a.st_umenua:active  { color:#000000; line-height:14px; font-weight:normal; font-size:12px; font-family:Verdana; text-decoration: none; }

.umenu_trenn        { color:#999999; line-height:14px; font-weight:bold; font-size:12px; font-family:Verdana; }
