@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
	background-color: #f4f4f0;
	margin:  0px;
}
#container {
	margin-right: auto;
	margin-left:auto;
	width: 940px;
	background-color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
}
#top {
	height: 94px;
	background-color: #c8c8b4;
	background-image: url(../pics/top-start.jpg);
	background-repeat: no-repeat;
}
#menu_nav {
	height:18px;
	padding: 6px 16px 0px 0px;
	float:right;
}
#homebutton {
	width:148px;
	margin-top: 17px;
	padding: 0px;
	float:right;
	clear:both;
}
#cont_border {
	height: 49px;
	padding: 4px 0px 0px 797px;
}
#menu_nav ul, #cont_border ul, #menu_add ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
#cont_border li, #menu_add li{
	float:left;
	padding: 0px 16px 0px 0px;
}
#menu_nav li{
	float:left;
	padding: 0px 0px 0px 30px;
}
.right {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #e2e2e3;
}
.left {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #e2e2e3;
}
.part_cont {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e3;
}

#cont_norm div.dotted-line
	{
		font-size:1px;
		line-height:1px;
		height:10px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #e2e2e3;
	}
	
#cont_norm div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image
	{
		margin-bottom: 0px;
	}

.img_left_cont {
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_add {
	height: 20px;
	padding: 4px 16px 0px 16px;
}
#menu_main, #cont_right {
	padding: 0px 16px 0px 16px;
}
#cont_norm {
	padding: 0px 8px 0px 8px;
}

/* farben */

#container.start {
	border-left-color: #847551;
}
#container.b2b {
	border-left-color: #152574;
}
#container.menu {
	border-left-color: #920000;
}
#container.home {
	border-left-color: #ff6618;
}
#container.time {
	border-left-color: #7a00fa;
}

#cont_border.start, #cont_border.start a, #cont_right.start a, h1.start, h2.start {
	color: #847551;
}
#cont_border.b2b,
#cont_border.b2b a,
h1.b2b,
h2.b2b {
	color: #152574;
}
#cont_border.menu, #cont_border.menu a, h1.menu, h2.menu {
	color: #920000;
}
#cont_border.home, #cont_border.home a, h1.home, h2.home {
	color: #ff6618;
}
#cont_border.time, #cont_border.time a, h1.time, h2.time {
	color: #7a00fa;
}

/* typo */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color:#000000;
	margin: 0px 0px 4px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#000000;
	margin:  0px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu_add a{
	color:#000000;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: disc;
	padding: 4px 0px 0px 14px;
	margin: 0px 0px 0px 2px;
	list-style-position: outside;
}
li {
	padding: 4px 0px 0px 4px;
}
ul.main,
ul.main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}
li.main,
li.main_act
 {
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e3;
}
li.main_act a {
	color:#847551;
}
li.sub,
li.sub_act {
	padding: 0px 0px 0px 12px;
	font-weight: normal;
}

li.subsub,
li.subsub_act {
	padding: 0px 0px 0px 24px;
	font-weight: normal;
}


.flag-inactive {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

