/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    NiedermannDruck AG                                           */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	Blau:	#01143c
	Rot:	#CD1317
*/

/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	
}

body > html {
	height: 100%;
    
}

body {
	background-color:#01143c;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

img {
	border: none;
}

a {
	color:#CD1317;
	text-decoration: none;
	
}

a:active {
}

a:hover {
	text-decoration: none;
	background:none;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
}

body,
textarea,
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

p,
li {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	font-weight:normal;
	color:#CD1317;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

.content-element {
	padding-bottom:20px;
}


/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:153px;
}

#logo {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:100px;
	float:left;
}

#page {
	width: 900px;
	margin: 0px auto;
	/*border:4px solid #FFF;*/
	}

#links {
	background-color:#01143c;
	float: left;
	width: 214px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
	}

#rechts {
	float:right;
	width:195px;
	color:#FFF;
	margin-right:39px;
	}


#contentall {
	background-color:#01143c;
	width:900px;
	
}

#page-content {
	background-color:#FFF;
	width:448px;
	text-align: left;
	margin-left: 214px;
	color:#050F54;
}

#content {
	padding:12px 20px 10px 20px;
	
}

#page-footer {
	background-image:url(../images/content_footer.jpg);
	height:36px;
}


/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	padding-left:20px;
	
}

#main-navigation ul {

}

#main-navigation ul li {

}

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li.no a {
}

#main-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#main-navigation ul li.act a {
}

#main-navigation ul li.act a:hover {
}

/* MIT SUBLEVEL */
#main-navigation ul li.sub a {
}

#main-navigation ul li.sub a:hover {
}

/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */

#sub-navigation {
}

#sub-navigation ul {
}

#sub-navigation ul li {
}

/* INAKTIVER ZUSTAND */
#sub-navigation ul li.no a {
}

#sub-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#sub-navigation ul li.act a {
}

#sub-navigation ul li.act a:hover {
}

/* MIT SUBLEVEL */
#sub-navigation ul li.sub a {
}

#sub-navigation ul li.sub a:hover {
}


/* --------------------------------------------------------------- */
/* --- FOOTER --------------------------------------------------- */
/* --------------------------------------------------------------- */

#footer {
	background-image:url(../images/footer.jpg);
	height:125px;
	font-size:11px;
	color:#FFF;
}

#footer a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	}

#footer span.link-decoration {
	color:#FFF;	
	border-bottom:0px;
	}

#footer span.link-decoration:hover {
	background:none;

}


/* --------------------------------------------------------------- */
/* --- SPRACHE --------------------------------------------------- */
/* --------------------------------------------------------------- */

	#sprache {
	margin-top:19px;
	padding-left:8px;
	font-size:10px;
	}

	#sprache div.tx-srlanguagemenu-pi1 {

	}

	div.current {

	}
	
	div.current a {
	color:#FFF;
	}	
	
	div.no {

	}	
	
	div.no a {
	color:#FFF;
	}
	
	div.inaktiv {

	}
	
	div.inaktiv a {
	color:#FFF;
	}	
	

	
	
/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */


#service-navigation {
	margin-top:20px;
	padding-left:20px;
}


#service-navigation img {

	}

p.service {

	}
#service-navigation ul {

}

#service-navigation ul li {
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {

}

#service-navigation ul li.no a:hover {

}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {

}

#service-navigation ul li.act a:hover {
}

/* MIT SUBLEVEL */
#service-navigation ul li.sub a {
}

#service-navigation ul li.sub a:hover {
}


/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_col_1 {
	float:left;
	padding-bottom:20px;

}

#content_col_2 {
	float:left;

}

#content_col_3 {
	float:left;
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #CD1317;
	text-decoration: none;
	border-bottom:1px dotted #CD1317;
}

span.link-decoration:hover {
	color: #01143c;
	text-decoration: none;
	border-bottom:1px dotted #01143c;
}

a.no-decoration span.link-decoration {
	text-decoration: none;
	border: none;
}

a.no-decoration {
	text-decoration: none;
	border: none;
}

a.internal-link {
	text-decoration: none;
}

a.external-link {
	padding-right: 14px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.popup-link {
	padding-right: 14px;
	background-image: url(../images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: 0.5em 0 0 0;
}

.browsebox li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.browsebox li a {
	color: #FFF;
	padding: 4px 8px;
	border: 1px solid #CCCCCC;
	background-color: #CD1317;
	margin-right: 2px;
}

.browsebox li a:hover {
	background-color: #01143c;
	color:#FFF;
}

.browsebox li.act a {
	text-decoration: underline;
}

.csc-sitemap li {
	list-style-type:none;
}

.csc-sitemap li a {
	border-bottom:1px dotted #CD1317;
}

.csc-sitemap li a:hover {
	color:#01143c;
	border-bottom:1px dotted #01143c;
}


.csc-textpic-image img {
	margin-top:10px !important;
	}
