/* HTML-Tags */
html {
	height:98%;
}
body {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
	height:98%;
	margin:0;
	padding:0;
	/*background-color:#f1f1f1;*/
	background:url(../img/bg.gif) top left repeat-y;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,img,form,legend,fieldset,legend,input,select,textarea,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
}
p {
	padding-bottom:7px;
}
hr {
	height:1px;
	color:#c1c1c1;
	background:none;
	border:none;
	border-top:1px solid #c1c1c1;
	margin:10px 0 10px 0;
}

h1 {
	font-weight:bold;
	text-align:left;
	font-size:18px;
	line-height:22px;
	padding:10px 0 10px 0;
}

h2,caption,legend {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
h2.box {
	background:url(../img/header.jpg) center no-repeat;
	color:#fff;
	font-size:11px;
	padding:3px 10px;
	margin-bottom:0px;
}
h2.box a {
	color:#fff;
	text-decoration:none;
}
h3,h4 {
	font-size:11px;
}
small {
	font-size:10px;
	line-height:14px;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a {
	color:#003399;
	text-decoration:underline;
}
a:hover,a.external-link,a.active, a.email {
	text-decoration:none;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left top no-repeat;
	display:inline-block;
}

a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left top no-repeat;
	display:inline-block;
}


ul,ol {
	padding-left:20px;
}
ul.nostyle {
	list-style-type:none;
	list-style-image:none;
}
li ul {
	margin-bottom:10px;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


div.pagebrowser ul,
ul.browsebox {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li,
ul.browsebox li {
	display:inline;
	padding-right:5px;
}

form br {
	clear:both;
}
fieldset {
	border:none;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
legend {
	padding-top:20px;
}
/*
label {
	clear:both;
	float:left;
	width:90px;
	font-weight:bold;
	margin-right:10px;
	text-align:left;
}
*/
label, span.label {
	margin:8px 0 -3px 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
}
input, textarea, select {
	border:1px solid #003399;
	background-color:#f1f1f1;
	padding:2px;
	font-family:Verdana,Arial,sans-serif; 
	font-size:10px;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:350px;
}
textarea {
	height:100px;
}
input.submit, input.powermail_submit {
	margin-top:5px;
	background-color:#003399;
	font-weight:bold;
	color:#f1f1f1;
}
input.submit:hover, input.powermail_submit:hover {
	background-color:#f1f1f1;
	color:#003399;
}

fieldset.buttons legend {
	font-size:0.9em;
	padding-top:0;
}
fieldset.buttons label {
	display:inline;
	margin:0 0 0 5px;
}

input.checkbox {
	float:left;
}


table {
	font-size:11px;
}
table.contenttable {
	width:97%;
}
caption {
	text-align:left;
}
th {
	background-color:#ff6600;
	padding:3px;
	text-align:left;
}
th a {
	color:#000;
}
td {
	padding:3px;
}
table.contenttable td {
	vertical-align:top;
}
dd {
	margin-left:15px;
}
dl.image {
	margin:0 10px 5px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:10px;
}
dl.image dd {
	background-color:#f1f1f1;
	margin:-1px 0 0 0;
	padding:2px 3px 2px 3px;
}
.imgleft dl.image {
	margin:0 10px 5px 0;
	float:left;
}

.imgright dl.image {
	margin:0 0 5px 10px;
	float:right;
}

.imgleft .csc-textpic-imagecolumn {
	margin-right:10px;
}
.imgright .csc-textpic-imagecolumn {
	margin-left:10px;
}

/* Sitemap */
.sitemap a {
	text-decoration:none;
	font-weight:bold;
}
.sitemap dd {
	padding:8px 0;
}
.sitemap dd dl {
	padding-left:15px;
}
.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#ccc;
	border:1px solid #ccc;
}
.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #ccc;
	border-top:none;
}
.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
	padding:2px 0;
}
.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}


/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.print {
	display:none;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.align-center, p.align-center {
	text-align:center;
}
.align-right, p.align-right {
	text-align:right;
}
.box_border {
	
	border:1px solid #003399;
	border-top:none;
	padding:5px 10px;
}
.box_border ul,
.box_border ol {
	padding-left:10px;
}

p.Kursiv {
	font-style:italic;
}

p.Unterstrichen {
	text-decoration:underline;
}

p.Groesser,p.big {
	font-size:16px;
	line-height:26px;
}
p.small {
	font-size:0.9em;
	line-height:1.2em;
}


/* Plugins */


/* sr_freecap */
.tx-srfreecap-pi2-cant-read { 
	color:#000;
	display:block;
}
.tx_powermail_pi1_fieldwrap_html_textarea {
	margin-bottom:25px;
}
.tx_powermail_pi1_fieldwrap_html_textarea label {
	margin-bottom:10px;
}


/* Volltextsuche */
#hRight .tx-indexedsearch form,
#hRight .tx-indexedsearch fieldset {
	padding:0;
	margin:0 10px 0 0;
}
#hRight .tx-indexedsearch input.normal {
	width:80px;
	padding:1px 5px;
	border:1px solid #003399;
	display:inline;
	margin-right:-3px;
}
#hRight .tx-indexedsearch input.submit {
	border:none;
	margin:0 0 0 -5px;
	padding:1px 3px;
	background:none;
	width:auto;
	height:auto;
	display:inline;
}
#hRight .tx-indexedsearch-browsebox,
#hRight .tx-indexedsearch-whatis, 
#hRight .tx-indexedsearch-noresults {
	display:none;
}


/* Blog */
.tx-t3blog-pi2 table.calendar {
	width:180px;
	border:1px solid #003399;
}
.tx-t3blog-pi2 table.calendar thead {
	background:url(../img/header.jpg) center no-repeat;
}
.tx-t3blog-pi2 table.calendar th {
	color:#fff;
	font-size:11px;
	padding:3px 10px;
	background:none;
}
.tx-t3blog-pi2 table.calendar td {
	border-bottom:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
}
.tx-t3blog-pi2 table.calendar td.first {
	border-left:none;
}
.tx-t3blog-pi2 table.calendar td.lastrow {
	border-bottom:none;
}
.tx-t3blog-pi2 table.calendar tr.month td {
	font-weight:bold;
	border-bottom:1px solid #003399;
	border-left:none;
	text-align:center;
}
.tx-t3blog-pi2 .itemNav {
	margin-bottom:30px;
}
#tagcloud a {
	text-decoration:none;
}
.blogCommentMessage {
	font-weight:bold;
	color:#669933;
}