
/* Reset **********************************************************************/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0; border:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}caption,th {text-align:left;}
body,h1,h2,h3,h4,h5,h6{font-size:1em; }
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a, a:hover, a:visited, a:active { text-decoration: none;}


/* Main Positions *************************************************************/


/* This is the style of your browser text */

body {
	width:960px;
	margin:0 auto;
	font:normal 12px/1.33 Arial, Helvetica, sans-serif;
	padding:0 10px;
	background:#fff;
	color:#000;
}



/* STYLING *************************************************************/



i	{	color: #666; }

a	{	color:		#49c;
		-moz-outline-width:0px;
		-webkit-border-radius:	3px;
		-moz-border-radius:		3px;
		text-decoration: none;
}

a:hover	{ text-decoration: none}


.spacer-gif,
.clearer,
.csc-textpic-clear	{ clear: both;}

.csc-textpic-border img	{ border: 1px solid #ddd;}


.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap	{ float: left; }

.csc-textpic-intext-left .csc-textpic-image dt {	float: left; margin-right: 10px;	}



article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu { 	display:block;	}



nav, h1, h2, h3, h4, h5, h6 {
	font-family: "Hoefler Text", Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding-bottom:.5em;
	font-weight: normal;
}

h1 {	font-size:24px;	}

h1 a:hover {
	background:#0481b5;
	color:#fff;
	-webkit-border-radius:			5px;
	-moz-border-radius-topleft:		5px;
	-moz-border-radius-bottomright:	5px;
}

.header  {	 /* H2 */
	font-size:24px;
	line-height: 1;
	 }

h3 {	font-size:16px;	}
h4 {	font-size:14px;	}
h5,h6 {	font-size:14px;
		font-style:italic;}

abbr[title] {
	border-bottom: 1px dotted #000;
}

a {	color:#0481b5;	}

p {
	padding:0 0 .5em 0;
}

p a, article ul a, article ol a {
	padding:2px 3px;
}

p a:hover, article ul a:hover, article ol a:hover {
	background:#0481b5;
	color:#fff;
	text-decoration: none;
/*	text-shadow:1px 1px 1px #000;
*/}


pre, code {	font-family: Courier,"Courier New",monospace;	}




hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px dotted #49c;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:top;
}

img{
	-ms-interpolation-mode:bicubic;
}

address {
	display:inline;
}


header {
	margin:10px 0;
}

h1.logo, h2.logo {
	float:left;
	border:none;
	margin:0 0 0 10px;
}
h1.logo, h2.logo {
	margin-top: 20px;}

.claim {
/*	float:right; 
	height: 20px;
*/	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	padding: 80px 0 0 0;
	font-size:14px;
	color:#000;
	letter-spacing:-0.02em;
	word-spacing: 0em;
}
.claim .weit	{word-spacing: .4em;}



/* _______ MENUE ______________________________________ */

.nav {
	display: block;
	border-top:3px double #999;
	border-bottom:3px double #999;
	float:left;
	width:100%;
	font-weight:bold;
	margin-bottom:12px;
	font-size: 14px;
	padding: 10px 10px 14px 10px ;
}

.nav  ul {
	padding:0;
	list-style:none;
	margin: 0 10px 0 0;
	width: 950px;
}

.mOpen, .mActifSub	{
	text-decoration: underline !important;
}


.nav li {
	display:block;
	float:left;
	width:auto;
	margin:4px 4px 0 0;
	padding:0px 0;
	line-height: 1;
	}

.nav-en li	{	}

.nav a {
	padding: 2px 10px 3px 10px;	
	color:#246;
}
 
.nav a:hover, .nav a.active {
	color:#fff;
	text-decoration: none;
	background:#049;
	border-radius-topleft:7px;
	border-radius-bottomright:7px;
	-webkit-border-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomright:7px;
/*	text-shadow:1px 1px 1px #9af;
*/}


/* _______ CONTENT ______________________________________ */

#content {
	width:659px;
	clear:both;
	float:left;
	padding-right:15px;
	border-right:1px dotted #49c;
}

#content .contentblock	{
	padding: 0 0 12px 20px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #49c;
	}

#content .contentblock a:hover	{
	text-decoration: underline;
	}

#content .csc-textpic-image	{
	float: left;
	padding: 0;
	margin: 0 8px 5px 0;
	}

body > section {
	float:left;
	width:100%;
	border-top:3px double #666;
	margin:15px 0;
	padding-top:15px;
}

body > section a {
}


/* _______ CONTENT RIGHT ______________________________________ */

#sidebar {
	float:right;
	width:270px;
	margin-left:15px;
	text-indent:15px;
}

#sidebar section {
	margin-bottom:15px;
}

#sidebar .contentblock	{
	clear: both;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #49c;
	}

#sidebar h3 {
	font-size:24px;
	line-height: 1;
}
.recent h3	{ 
	margin: 10px 0 4px 0;
	padding: 0;
	font-size: 24px;
}

.recent .ul2, .recent .ul3	{
	margin-left: 20px; 
	border-left: 1px solid #def;
	padding-left: 3px;
	}

.recent a	{ 
	display: block;
	padding: 5px 0;
	margin: 0;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	-moz-border-radius-bottomright:	5px;

}

#sidebar ul {
	list-style:none;
}

#sidebar li  {
	border-bottom:1px solid #def;
	line-height:2;
	font-size:12px;
}

#sidebar li a {
	display:block;
	line-height: 1.25em;
}

#sidebar ul a:hover {
	color:#fff;
	background:#09c;
/*	text-shadow:1px 1px 1px #000;
*/}


#sidebar section p {
	text-indent:0;
	padding-left:15px;
}

/*---------------- SUCHE & Formulare -----------------*/

form {
	text-indent:0;
	padding-left:10px;
}
form input[type="text"], .csc-mailform-field input[type="text"],  .tx-indexedsearch-searchbox-sword {
	width:214px;
	border: 1px solid #ccc;
	height: 17px;
	padding: 2px  0 0 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 2px 2px 10px 0;
}
.csc-mailform-field textarea {
	width:214px;
	border: 1px solid #ccc;
	padding: 2px  0 0 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 2px 2px 10px 0;
}
.csc-mailform-field label  {  
	margin: 0px; 
	padding: 0 5px; 
	vertical-align: text-top; 
	display: block;
	width: 150px; 
	}


form input[type="submit"] {
/*	-moz-box-shadow:1px 1px 1px #666;
	-webkit-box-shadow:1px 1px 1px #666;
	box-shadow:1px 1px 1px #666;
	text-shadow:1px 1px 1px #000;
*/	color:#fff;
	background:rgba(4,129,181, 0.8);
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:20px;
}
#sidebar form input[type="submit"]:hover {
	background:rgba(4,129,181, 1);
	cursor:pointer;
}

input, .btn	{
	height: 20px !important;
	padding: 0 0 0 4px !important; 
	margin: 0 !important; 
	top:0; 
}
.btn	{ margin: 0 0 0 3px !important; padding: 0 !important; border: 1px solid #ccc;}

/*оооооооо  FOOTER  ооооооооооооооооооооооооооооооооооооооооооооооооооооо*/

footer {
	clear:both;
	padding:15px;
}

footer p {
	padding-left:0;
	padding-right:0;
}

small {
	font-size:11px;
}

footer[role="contentinfo"] p {
	font-size:12px;
}


article ul, article ol, article dl {
	padding:0 2px;
	margin-bottom:10px;
	font-size:12px;
}


article footer p, article footer span {
	padding:0;
	font-size:11px;
}

article footer a {
	color:#999;
	background:none;
	text-decoration:underline;
	padding:0;
	text-shadow:0;
}

article footer p a:hover {
	background:none;
	color:#0481b5;
	text-decoration:underline;
}

/*WMWM   NEWS   WMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWM*/

.news-list-date, .news-single-timedata	{
	font-size: 11px;
	line-height: 2;
	color: #999;
	display: block;
	float: right;
	display: block;
	margin-top: 0px;
	max-width: 80px;
	text-align: right;
	line-height: 11px;
	display: block;
	}	

.singleimage	{
	float: left;
	margin: 0 20px 10px 0;}

.news-img img	{
	float: left;
	margin: 0 20px 20px 0;
	border: 0px solid #ccc;
	}
	
.news-single-files dd, news-single-related	{
	display:block;
	margin: 0; 
	padding: 0; 
	line-height: 1.25;
	}
.news-single-files dd a, news-single-related a	{
	border: 0px solid #aaa;
	}
.news-single-files dd img, news-single-related img	{
	margin-right: 4px;
	vertical-align: bottom;
	}

.news-single-item h2, .news-list-item h3	{
	font-size: 24px;
	line-height: 1;
	}
.tx-ttnews-browsebox p	{ float: left;}

.news-single-files dt	{color: #999;}


/*WMWM   Diverse   WMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWM*/

.csc-sitemap ul	{list-style:none !important;}

.csc-sitemap li	{
	margin-left: 2px; 
	border-left: 1px dotted #aaa;
	border-top: 1px dotted #ddd;
	padding-left: 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


.tx-indexedsearch td	{padding: 2px;}
.tx-indexedsearch-title, .tx-indexedsearch-percent, .tx-indexedsearch-icon, .tx-indexedsearch-result-number	{    
	border-top:1px dotted #49c;
	margin-top: 12px;
	height: 30px;
	vertical-align: bottom;
	line-height: 1em;
	}
 .tx-indexedsearch-icon, .tx-indexedsearch-result-number	{ visibility: hidden;}
.tx-indexedsearch-redMarkup	{font-weight: bold; color: #900;}
.browsebox li	{
	float: left; 
	margin-right: 8px;
	margin-bottom: 24px;
	}
.tx-indexedsearch-info	{	
	font:normal 12px/1.25 Georgia,Arial, Helvetica, sans-serif;
	color: #999;
	display: marker;
	}
.tx-indexedsearch-res	{clear: both;}

