/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.



Version: 1.1, November 28, 2005 */



/**************** Page and tag styles ****************/


.csc-mailform-radio {
}
fieldset input {
	margin-left:0px;
}
fieldset .csc-mailform-radio label {
	display:inline;
	float:none;
}
fieldset {
	border: none;
}
fieldset legend {
	border: none;
	background-color:red;
	visibility:hidden;
	height: 0px;
}
body {
	margin:0;
	padding:0;
	color:#303030;
	background:#FFFF00 url(images/bodybg.png) top left repeat-y;
	font:12px Verdana, Tahoma, sans-serif;
}
table {
	font-size:11px;
	border:0px solid #eeeeee;
}
td {
	border-top:1px solid #eeeeee;
}
td.td-0 {
	font-weight:bold;
}
strong, b {
	color:#3a3a3a;
	font-size:12px;
}
.strong {
	color:#3F4C9F;
	letter-spacing:-1px;
	font-size:14px;
}
ul {
	list-style:circle;
	margin:15px 0 20px 0;
}
li {
	margin:0 0 8px 0px;
}
a {
	color:#4959B9;
	font-weight:bold;
	text-decoration:none;
}
strong a {
	color:#444444;
	font-weight:normal;
}
a:hover {
	color:#505050;
	text-decoration:underline;
}
a img:hover {
	background:#F8F8F8 none repeat scroll 0%;
	opacity:0.9;
}



/**************** Sidebar area styles ****************/


#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	overflow:auto;
	background:#FFFF00 url(images/sidebarbg.png) top right repeat-y;
	text-align:right;
}
body > #sidebar {
	position:fixed;
}
#sidebar #logo {
	width: 200px;
	margin: 10px;
}
#sidebar h1 {
	margin:20px 18px 0 5px;
	color:#4959B9;
	font-size:1.6em;
	letter-spacing:-2px;
	text-align:right;
}
#sidebar h2, #sidebar h3 {
	margin:10px 20px 60px 5px;
	color:#4959B8;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}
#sidebar h3 {
	margin:20px 18px 4px 5px;
	color:#606060;
}
#sidebar p {
	margin:0 20px 18px 5px;
	color:#606060;
	font-size:0.8em;
}
#sidebar a {
	color:#4959B8
}


/**************** Navigation menu styles ****************/

#menu a {
	display:block;
	width:202px;
	padding:5px 18px 5px 0;
	color:#000000;
	background:#FFFF00 url(images/sidebarbg.png) top right repeat-y;
	font-size:1.8em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-2px;
}
#menu a:hover {
	color:#000000;
	background:#FFBB00 url(images/sidebarbg.png) top right repeat-y;
}
#menu a.active {
	padding:5px 18px 5px 0;
	background:#FFFFFF;
	border-top:3px solid #FFBB00;
	border-bottom:3px solid #FFBB00;
}
#menu a.active:hover {
	color:#000000;
	background:#FFFFFF;
}


/**************** Header area styles ****************/

#header {
	width:560px;
	margin:0 0 0 220px;
	border-bottom:2px solid #FFBB00;
}
#toplinks {
	position: absolute;
	top: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	width: 540px;
	color: #FFFFFF;
	font-weight: bold;
}
#toplinks a, a.hover, a.visited, a.active {
	color: #FFFFFF;
}


/**************** Breadcrumbs (navigation bar)  styles ****************/

#breadcrumbs {
	color: #666666;
	background-color: #FFFFFF;
	margin: 0 0 0 220px;
	width:550px;
	padding: 5px;
	font-size: 0.8em;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #666666;
}
#breadcrumbs .act {
	font-weight: bold;
}

/**************** Content area styles ****************/
#content {
	width:520px;
	margin:0 0 0 240px;
	padding:20px 0;
	background:#FFFFFF;
}
#content p {
	margin:0 0 20px 0;
	line-height:1.5em;
}
#content h1 {
	margin:0 0 25px 0;
	color:#4959B8;
	font-size:2.5em;
	letter-spacing:-3px;
	text-align:center;
}
#content h2 {
	margin:0 0 10px 0;
	color:#4959B8;
	font-weight:normal;
	font-size:2.0em;
	letter-spacing:-1px;
	text-align:left;
}
#content h3 {
	clear:both;
	margin:0px 0 10px 0;
	color:#4959B9;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:0px;
}
label {
	display:block;
	float:left;
	padding:0px;
	width:100px;
}
.csc-mailform-field {
	padding-bottom:5px;
	padding-left:10px
}


span#seperator{
color:#aaaaaa;
padding:0px;
margin:0px;
}

div.quicklinks a{
font-size:0.9em;
font-weight: normal;
}
div#welcome_news {
	margin:0 0 25px 0;
	color:#FF0000;
	font-size:2.2em;
	letter-spacing:-3px;
	text-align:center;
}

table#stepbystep {
	text-align: left;
	border: 1px solid #CCCCCC;
}
table#stepbystep th {
	text-align: left;
	padding: 0 3px 0 3px;
	background: #EEEEEE;
	white-space:nowrap;
}
table#stepbystep th#stepbystep {
	color: #FFFFFF;
	background: #000099;
	font-weight: bold;
	padding: 3px 2px 5px 5px;
}
table#stepbystep td {
	border-top: 1px solid #CCCCCC;
}
table#stepbystep td p {
	vertical-align: middle;
	margin: 3px;
}
#overview {
	width: 100%;
}
#overview td {
	width: 30%;
	text-align: center;
	vertical-align: top;
	border: none;
}
#overview table#stepbystep {
	width: 100%;
	font-size: 0.9em;
}

/*
	Formatierungen für Drop-Down Menü
*/
#nav2 {
	width: 550px;
	background-color: #FFBB00;
	clear: both;
	margin-left: 220px;
	padding: 0 0 0 10px;
}

#menuebox {
	position: relative;
	height: 30px;
}
.stupidie {
	display: none;
}
#menue {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 200;
}
#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 10em;
	height: 1.2em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	background-color: #FFBB00;
	color: #000000;
	cursor: pointer;
}
#menue .aussen:hover {
	height: auto;
}
a.innen-1 {
	margin-top: 2px;
}
a.innen, 
a.innen-1 {
	display: block;
	width: 9.5em;
	padding: 2px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #FFBB00;
	background-color: #FFFFFF;
	color: #000000;
}
a:hover.innen,
a:hover.innen-1 {
	background-color: #FFBB00;
	color: #000000;
}
span.menutag {
	display: block;
	cursor: default;
}
