/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

div.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 0pt;
	height: 0pt;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	visibility: hidden;
	width: 0pt;
}

/* Normal Styles --------------------------------*/

body {
	font-size: 88%;
	background: #010101;
	margin: 0;
	padding: 0;
	font-family: Georgia, Garamond, Times, serif;
	/*font-family: Tahoma, sans-serif; */
	color: #fff;
	text-align: center;
}

#sitewrapper {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#branding {
	width: 860px;
	height: 347px;
	background: url(../images/branding.jpg) no-repeat;
}

#content {
	width: 860px;
	background: #ffffff;
	color: #010101;
	clear: both;
}

#content #left-column {
        background: #ffffff;
	width: 510px;
	float: left;
	margin: 35px 25px;
}

#content #right-column {
        background: #ffffff;
	width: 250px;
	margin: 35px 25px;
	float: left;
}

#content a, #content a:hover, #content a:visited {
	color: #010101;
	text-decoration: none;
	border-bottom: #010101 1px dotted;
}

#content a:hover {
	border-bottom: #010101 1px solid;
}

dl.csc-textpic-image dt a, 
dl.csc-textpic-image dt a:hover,
dl.csc-textpic-image dt a:visited {
	border: none !important;
}

.csc-textpic-caption {
	font-size: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 15px 0px;
}

/* Schriftformatierungen */
h1 {
	display: none;
}

p {
	font-size: 14px;
	margin-bottom: 25px;
}

li.aktiv {
	background: url(../images/active.gif) no-repeat right;
	line-height: 20px;
}

div.vignette {
	clear: both;
	height: 24px;
	background: url(../images/trenner.gif) no-repeat center;
	margin-bottom: 15px;
}

ul#hauptmenue-erste-ebene {
	margin-bottom: 35px;
}

#tx_mhajaxsearch_result ul li  {
        visibility: visible;
}


