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

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

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

* {
	margin: 0;
	padding: 0;
	
}

body > html {
	height: 100%;
	background-color:#CD1317;
    
}

body {
	background-color:#CD1317;
	background-image:none;
}

img {
	border: none;
}

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

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;
	font-weight: bold;
	margin-bottom: 0.2em;
}

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 {
	height:120px;
	background-image:url(../images/start/intro.jpg);
}

#page {
	width: 900px;
	margin: 40px auto;
	background-image:url(../images/start/bg_red.gif);
	height:590px;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#links {
	background-color:#CD1317;
	float: left;
	width: 214px;
	color:#FFF;
	margin-left:10px;
	margin-top:30px;
	padding: 0px;
	}
	
#deutsch {
	background-image:url(../images/start/deutsch.gif);
	background-repeat:no-repeat;
	width: 63px;
	height:19px;
	margin: 0px;
	padding: 0px;
	}
	
#deutsch:hover {
	background-image:url(../images/start/deutsch_hover.gif);
	}
	
#italiano {
	background-image:url(../images/start/italiano.gif);
	background-repeat:no-repeat;
	width: 63px;
	height:19px;
	margin: 0px;
	padding: 0px;
	}
	
#italiano:hover {
	background-image:url(../images/start/italiano_hover.gif);
	}	
	
#francais {
	background-image:url(../images/start/francais.gif);
	background-repeat:no-repeat;
	width: 63px;
	height:19px;
	margin: 0px;
	padding: 0px;
	}
	
#francais:hover {
	background-image:url(../images/start/francais_hover.gif);
	}	
	
#english {
	background-image:url(../images/start/english.gif);
	background-repeat:no-repeat;
	width: 63px;
	height:19px;
	margin: 0px;
	padding: 0px;
	}
	
#english:hover {
	background-image:url(../images/start/english_hover.gif);
	}	
	


/* --------------------------------------------------------------- */
/* --- 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 {
}

#footer a.mail {

	}

#footer span.link-decoration {

	}

#footer span.link-decoration:hover {

}


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

	#sprache {
	margin-top:35px;
	padding-left:20px;
	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;
}


