/*
 Farben:
 dunkellila: 1F176D
 hellila: A8A1CD
 dunkelgrau: 434346,3D3D42
 hellgrau: c1c1c1
 */

/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Arial,sans-serif;
	font-size:84%;
	line-height:1.8em;
	margin:0;
	padding:0;
	color:#434346;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	/*font-family:"Lucida Grande",Tahoma,Arial,sans-serif;*/
	font-family:Arial,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:2em;
	padding-bottom:30px;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	padding-bottom:10px;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	padding-bottom:10px;
	color:#1F176D;
}
p {
	padding-bottom:8px;
}
small {
	font-size:0.9em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
hr {
	height:1px;
	color:#c1c1c1;
	background:none;
	border:none;
	border-top:1px solid #c1c1c1;
	margin:10px 0 20px 0;
}



/* Links */
a img { 
	border:none; 
}
a {
	color:#434346;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#A8A1CD;
}
a.external-link {
	padding-left:18px;
	background:url(../img/icon_link.gif) left 3px no-repeat;
	display:inline-block;
}
a.email {
	padding-left:18px;
	background:url(../img/icon_mail.gif) left 2px no-repeat;
	display:inline-block;
}
a.download {
	padding-left:18px;
	background:url(../img/icon_download.gif) 3px top no-repeat;
	display:inline-block;
}
h1 a,
h2 a,
h3 a {
	text-decoration:none;
}
h3 a {
	color:#1F176D;
}

/* Listen */
ul, ol {
	margin-left:1.5em;
}

ul.nostyle { 
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
li dfn.menu,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
       border:none;
       border-bottom:1px solid #c1c1c1;
       padding-bottom:10px;
       margin-bottom:10px;
}
legend {
	font-size:1.2em;
	padding-bottom:20px;
	color:#434346;
}
label, span.label {
	margin-right:20px;
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
	font-size:0.9em;
}
fieldset.buttons {
	border:none;
	padding-top:10px;
	margin:0;
}
fieldset.buttons legend {
	display:none;
}
fieldset.buttons label {
	display:inline;
	margin:0 0 0 5px;
	width:auto;
	float:none;
}
input, textarea, select {
	border:1px solid #c1c1c1;
	padding:5px 10px;
	margin-bottom:3px;
	font-size:0.9em;
}
input.submit,
input.powermail_submit {
	display:block;
	background-color:#3D3D42;
	border:1px solid #3D3D42;
	text-transform:uppercase;
	color:#fff;
	margin:20px 0 0 140px;
	
}
input.submit:hover,
input.powermail_submit:hover {
	background-color:#c1c1c1;
	border:1px solid #3D3D42;
	color:#3D3D42;
}
input.checkbox {
	float:left;
}



/* Tabellen */
table {
	font-size:1em;
}
table.contenttable-1 th,table.contenttable-1 td {
	padding:3px 10px 3px 0;
	text-align:left;
	vertical-align:top;
}


/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/
.breadcrumb {
	margin-bottom:20px;
	padding-bottom:3px;
	font-size:0.9em;
	color:#c1c1c1;
	border-bottom:1px solid #c1c1c1;
}
.breadcrumb a {
	text-decoration:none;
	color:#c1c1c1;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	color:#A8A1CD;
}


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#A8A1CD;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}


/**********************************
 * Rahmen um Inhaltselemente 
 **********************************/
.col675 {
	width:675px;
	margin-right:10px;
	overflow:hidden;
}
.col675 img {
	max-width:665px;
}

.col410 {
	width:410px;
	margin:0 10px;
	overflow:hidden;

}
.col410 img {
	max-width:400px;
}
.col255 {
	width:255px;
	overflow:hidden;
}
.col255 img {
	max-width:245px;
}


/**********************************
 * RTE + Inhaltselementerahmen
 **********************************/
.boxDPurple,p.boxDPurple,div.boxDPurple {
	color:#fff;
	padding:10px;
	background-color:#1F176D;
}
.boxLPurple,p.boxLPurple,div.boxLPurple {
	padding:10px;
	background-color:#E7E6F1;
}
.boxDGrey,p.boxDGrey,div.boxDGrey {
	color:#fff;
	padding:10px;
	background-color:#434346;
}
.boxLGrey,p.boxLGrey,div.boxLGrey {
	padding:10px;
	background-color:#c1c1c1;
}
.boxWhite,p.boxWhite,div.boxWhite {
	background-color:#fff;
}
.lPurple,p.lPurple,div.lPurple,span.lPurple {
	color:#A8A1CD;
}
.dPurple,p.dPurple,div.dPurple,span.dPurple {
	color:#1F176D;
}
.dGrey,p.dGrey,div.dGrey,span.dGrey {
	color:#434346;
}
.lGrey,p.lGrey,div.lGrey,span.lGrey {
	color:#c1c1c1;
}
.small,p.small,div.small,span.small {
	font-size:0.9em;
	line-height:1.2em;
}
.big,p.big,div.big,span.big {
	font-size:1.5em;
	line-height:1.8em;
}
.greyBorder, p.greyBorder,div.greyBorder {
	padding:4px;
	border:1px solid #c4c4c4;
	background-color:#fff;
	overflow:hidden;
}
.button {
	position:absolute;
	top:460px;
	z-index:2;
	margin-left:-130px;
}
.button .csc-textpic img {
	border:none;
	padding:0;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* PageBrowser */
.pagebrowser ul,.browsebox ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
.pagebrowser li, .browsebox li {
	display:inline;
	padding-right:10px;
}

/* Alle Bilder mit grauem Rand */
.csc-textpic img {
	padding:4px;
	border:1px solid #C4C4C4;
}
.csc-textpic-single-image {
	margin-bottom:10px;
}


/* Bilder mit BU */
dl.image {
	margin:0 10px 5px 10px;
}
dl.image dt {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:0.9em;
	line-height:1.2em;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
}


/* Sitemap */
.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;
	padding:5px;
}
.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}


/* Sitemap: Bildermenue */
.imgmenu dl.image {
	width:140px;
	margin:0 20px 10px 0;
}
.imgmenu dl.image dt img {
	padding:4px;
	border:1px solid #C4C4C4;
	width:130px;
	height:180px;
}
.imgmenu dl.image dd {
	padding:5px 0;
	margin:0;
}
.imgmenu dl.image dd a {
	text-decoration:none;
}



/**********************************
 * Plugins 
 **********************************/

/* tt_news */
.tx-ttnews-latest {
}
.tx-ttnews-list {
}
.tx-ttnews-cats {
}
.tx-ttnews-single {
}
.news-list-morelink a {
	color:#1F176D;
	padding-left:5px;
	text-decoration:none;
}
.news-list-morelink a:hover,
.news-list-morelink a:focus {
	color:#A8A1CD;
}

/* sr_freecap */
.tx-srfreecap-pi2-cant-read { 
	color:#000;
	display:block;
}
.captcha {
	margin-left:140px;
}

