/******************************
 * HTML-Tags 
 ******************************/
html {
	height:100%;
}

/* Alles nullen */
body {
	font-family:Arial,sans-serif;
	font-size:76%;
	margin:0;
	padding:0;
	line-height:1.4em;
	color:#003366;
}
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:Arial,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:1.3em;
	padding-bottom:10px;
}
h2 {
	font-size:1.1em;
	padding-bottom:10px;
}
h3 {
	font-size:1em;
	padding-bottom:10px;
}
p {
	padding-bottom:8px;
}
small,.small {
	font-size:0.9em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
#footer acronym, 
#footer dfn, 
#footer abbr, 
#footer span.abbr { 
	border:none; cursor: help;
	color:#fff;
	font-style:normal;
}


/* Links */
a img { 
	border:none; 
}
a,a.external-link,a.active, a.email, a.download {
	text-decoration:underline;
	color:#003366;
}
a:hover,
a:focus,
a.active {
	text-decoration:none;
	color:#0099cc;
}
a.external-link {
	padding-left:18px;
	background:url(../img/blue/icon_link.gif) left top no-repeat;
	display:inline-block;
}
a.email {
	padding-left:18px;
	background:url(../img/blue/icon_mail.gif) left top no-repeat;
	display:inline-block;
}
a.download {
	padding-left:18px;
	background:url(../img/blue/icon_download.gif) left top no-repeat;
	display:inline-block;
}

/* Listen */
ul,ol {
	padding-left:25px;
}

ul.nostyle,
ul.browsebox { 
	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;
}
legend {
	font-weight:bold;
	white-space:normal;
}
label, span.label {
	margin:8px 0 -3px 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
}
fieldset.buttons label {
	display:inline;
	margin:0 0 0 5px;
}
input, textarea, select {
	border:1px solid #d1d1d1;
	padding:1px 3px;
	font-size:0.9em;
}
input.normal, textarea {
	width:280px;
}
input.small {
	width:80px;
}
input.midi {
	width:190px;
}
input.powermail_captcha {
	display:block;
}
textarea {
	height:100px;
}
input.submit,
input.powermail_submit {
	display:block;
	background-color:#b1b1b1;
	color:#f1f1f1;
}
input.checkbox {
	float:left;
}


/* Tabellen */
table.contenttable {
	font-size:1em;
	border:1px solid #003366;
	border-bottom:none;
	width:auto;
}
caption {
	font-weight:bold;
	text-align:left;
	font-size:1em;
	padding-bottom:10px;
}
table.contenttable th, 
table.contenttable td {
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #003366;
	width:auto;
}
table.contenttable th {
	background-color:#0099cc;
}

/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/
.breadcrumb {
	color:#003366;
	text-transform:lowercase;
	border-bottom:1px solid #003366;
	padding-bottom:3px;
	margin-bottom:10px;
}
.breadcrumb a {
	color:#003366;
	text-decoration:none;
}
.breadcrumb span,
.breadcrumb a:hover,
.breadcrumb a:focus {
	color:#0099cc;
}

/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#830707;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}


/**********************************
 * RTE 
 **********************************/
.box_f1,p.box_f1,div.box_f1 {
	background-color:#f1f1f1;
	padding:5px;
	border:1px solid #003366;
}
.small,p.small,span.small,div.small {
	font-size:0.9em;
	line-height:1.2em;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* PageBrowser */
.pagebrowser ul,.browsebox ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
.pagebrowser li, .browsebox li {
	display:inline;
	padding-right: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,
dd.csc-textpic-caption {
	margin:-1px 0 0 0;
	padding:2px 20px 1px 3px;
	font-size:0.9em;
	line-height:1.2em;
	background-color:#4CB7DB;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
}
.csc-textpic-imagewrap a {
	padding-bottom:19px;
	background:url(../img/icon_plus.gif) right bottom no-repeat;
}
.csc-textpic-imagewrap a.glossary {
	padding-bottom:0;
	background:none;
}

/* 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;
}

/* abschnittsuebersicht */
ul.csc-menu-3 {
	list-style-type:none;
	font-size:0.9em;
	line-height:1.2em;
	margin:0;
	padding:0;
}
ul.csc-menu-3 li {
	margin-bottom:5px;
}
ul.csc-menu-3 a {
	text-decoration:none;
}

/**********************************
 * Plugins 
 **********************************/

/* tt_news */
.tx-ttnews-latest {
}
.tx-ttnews-list {
}
.tx-ttnews-cats {
}
.tx-ttnews-single {
}
.tx-ttnews-single ul {
	padding-left:15px;
}


/* sr_freecap */
.tx-srfreecap-pi2-cant-read { 
	color:#000;
	display:block;
}

/* Glossar */

ul.glossary_menu {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.glossary_menu a {
	text-decoration:none;
}
ul.glossary_menu li {
	float:left;
	margin:0 3px 8px 0;
	font-family:'Andale Mono',Courier,monospace;
	text-align:center;
	padding:1px 5px;
	border:1px solid #616161;
	background-color:#fff;
}
ul.glossary_menu li.glossary_empty {
	background-color:#f7f7f7;
	border:1px solid #e4e4e4;
}

ul.glossary_menu li.active {
	background-color:#d1d1d1;
}
dl.glossary dt {
	font-weight:bold;
}
dl.glossary span.type {
	padding-right:5px;
}

/* indexed_search */
.tx-indexedsearch-whatis {
	font-weight:bold;
}
.tx-indexedsearch-browsebox {
	margin-bottom:20px;
}

/* Frageboegen */
.tx-istests-pi1 fieldset {
	margin:10px 0;
}