@charset "utf-8";

@charset "UTF-8";
/* LAYOUT */
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;}
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;}
caption, th{text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}
q:before, q:after{content:'';}
abbr, acronym{border:0;}
a, a:visited, a:active { text-decoration:none; }.

html {
	height:100%;
}
body {
	top:0px;
	margin: 0px auto;
	padding-top: 30px;
	height:100px;
	background-color:#a8dcf0;
}
#background {
	width:100%;
}
#page {
	width:980px;
	margin: 0px auto;
	border: #fff 2px solid;
}
* html #page{  /* nur fuer Internet Explorer */
  w\idth:985px;    /* Version 6 */
}
#main {
	padding-top:10px;
	overflow:hidden;
}
.c50l{
	width:49%;
	float:left;
	clear:both;
}
.c50r{
	width:49%;
	float:right;
	margin-left:-10px;
}

.c70l{
	width:69%;
	float:left;
	clear:both;
}
.c30r{
	width:29%;
	float:right;
	margin-left:-10px;
}

/* STYLES */
html * { font-size: 100.01% }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83,33%;
}

h1,h2,h3,h4,h5 {display:block; }
.subcol2 h1,.subcol2 h2,.subcol2 h3,.subcol2 h4,.subcol2 h5 {margin-top: 0px;}
h1 {font-size:1.3em; margin:0em 0 0.5em 0; text-align:center; }

h2 {font-size:1.2em; margin:0em 0 0.3em 0; }

h3 {font-size:1.1em; margin:0em 0 0.3em 0;}

h4 {font-size:1.0em; margin:0em 0 0.3em 0;}

h5 {font-size:1.0em; margin:0em 0 0.3em 0;}


.content{
	padding-left:15px;
	padding-right:10px;
	padding-top:5px;
	position:relative;
	color:#3e3e40;
	padding-bottom:15px;
	overflow:hidden;
}

.col2 .content, col1 .content, .col3 .content {
	padding-left: 10px;
}

hr {
	border:solid #CCC 1px;
	background-color:#CCC;
}
ul, ol {
	margin-left:40px;
}

.contenttable {
	width:100%;
		
}
.contenttable td, .contenttable th {
	border-bottom: 1px solid #eeeeee;
	padding:0px;
	vertical-align: top;

}
.contenttable th {
	font-weight:bold;
}

.contenttable caption {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	margin-bottom:5px;
}
p {
	line-height: 1.5em; 
	margin: 0 0 1em 0;
	font-size: 1.2em;
}
dl {
	margin: 0 0 1em 0;
}
li {
	line-height: 1.5em;
	margin-bottom:5px;
}

.content a {
	color:#333333;

}
.content .bodytext a, .internal-link, .internal-link-new-window , .mail, .download, .external-link-new-window, .news-single-backlink a, .news-latest-morelink a {
	background:transparent url(icons/internal-link.png) no-repeat left center;
	color:#333333;
	text-decoration: none;

}
.content .csc-menu a {
	text-decoration: none;
	padding-left:0px;
}

.content .bodytext .internal-link-new-window , .internal-link-new-window ,.tx-seminars-pi1 .internal-link-new-window{
	background:transparent url(icons/internal-link-new-window.png) no-repeat scroll left center;
	padding-left:15px;
	text-decoration:underline;
}
.content .bodytext .mail, .mail  {
	background:transparent url(icons/mail.png) no-repeat scroll left center;
	padding-left: 20px;
}
.content .bodytext .internal-link, .internal-link, .news-single-backlink a, .news-latest-morelink a {
	background:transparent url(icons/internal-link.png) no-repeat scroll left center;
}
.content .csc-menu a {
	background: none;
}


.content .bodytext .download, .download, .tx-seminars-pi1 .download {
	background:transparent url(icons/download.png) no-repeat scroll left center;
	text-decoration:underline;
}
.content .bodytext .external-link-new-window, .external-link-new-window {
	background:transparent url(icons/external-link-new-window.png) no-repeat scroll left center;
}

.content .bodytext a:hover, a.internal-link:hover, a.internal-link-new-window:hover, a.mail:hover, a.download:hover, a.external-link-new-window:hover, .news-latest-morelink a:hover, .news-single-backlink a:hover  {
	color: #757575;
	/*background:transparent url(icons/link_h.png) no-repeat left;*/
}	
.emailat {
        background-attachment:scroll;
        background-color:transparent;
        background-image:url(icons/at.png);
        background-repeat:no-repeat;
        display:inline-block;
        height:11px;
        width:11px;
}
.content .csc-default a:hover .emailat {
        background-image:url(icons/at_hover.png);
}

.csc-header {
	clear:both;
	padding-top: 15px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}


.bodytext {
	text-align: center;
	margin-top: 12px;

}

.csc-default {
	margin-bottom: 15px;
}