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

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	FARBE 1:	#990000
	FARBE 2:	#009900
	FARBE 3:	#000099
*/

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

* {
	margin: 0;
	padding: 0;
	
}

body > html {
	height: 100%;
}

body {


}

img {
	border: none;
}

a {
	color: #f00;
	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: 75%;
}

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.6em;
	color:#F00;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#F00;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#F00;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#F00;
}

h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#F00;
}

table {


}

table tr th {
	font-weight: bold;
	padding-right:15px;
}

table tr td {
	padding-right:15px;
}

.content-element {
	margin-bottom:15px;
}

td.error {
	color:#f00;
	}
	
.red {
	color:#f00;
	}	


/* --------------------------------------------------------------- */
/* --- 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.png);
	background-repeat:no-repeat;
	height:221px;
}

.tx-slideshow-pi1 {
	padding-top:1px;	
}

#page {
	width: 920px;
	margin: 20px auto;

}

#muster {
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
	min-height:240px;
	width:920px;
	
}

#contentall {
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
	min-height:240px;
	width:920px;
	
}

#rechts {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	padding-top:15px;
	padding-right: 33px;
	
}


#page-content {
	text-align: left;
	margin-left: 190px;
	margin-right: 0px;
	padding-top:18px;
	padding-left:10px;
	width:460px;
}

#countdown {
	font-size:24px;
	font-weight:bold;
	width:450px;
	color:#F00;
	margin-bottom:-20px;
}


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

#main-navigation {
	height:36px;
	background-image:url(../images/navi.png);
	
}

#main-navigation ul {
	display:inline;
}

#main-navigation ul li {
	display:inline;
}

#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 {
	margin-top:12px;
	font-size:14px;
	color:#F00;
	font-style:italic;
	padding-left:10px;
	padding-top:7px;
	float: left;
	width: 180px;
	}
	

#sub-navigation ul {
	list-style-type:none;
	margin-left:0px;
}

#sub-navigation ul li {
	background-image:url(../images/sub_button.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:23px;
}

/* INAKTIVER ZUSTAND */
#sub-navigation ul li.no a {
	margin-left:14px;
	color:#4a494a;

}

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

/* AKTIVER ZUSTAND */
#sub-navigation ul li.act a {
	margin-left:14px;
	color:#f00;
}

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

/* MIT SUBLEVEL */
#sub-navigation ul li.sub {
	background-image:none;
	height:18px;
	margin-bottom:5px;
	margin-top:-3px;
}

#sub-navigation ul li.sub_act {
	background-image:none;
	height:18px;
	margin-bottom:5px;
	margin-top:-3px;
}

#sub-navigation ul li.sub a {
	margin-left:24px;
	list-style-type:square;
	font-size:12px;
	color:#4a494a;
}

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

#sub-navigation ul li.sub_act a {
	margin-left:24px;
	list-style-type:square;
	font-size:12px;
	color:#f00;
}




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

#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:80px;
	font-size:11px;
	color:#000;
	text-align:center;
	padding-top:27px;
}

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

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

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

}


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


#service-navigation {	
	height:25px;
	width:902px;
	text-align:right;
	margin-right:18px
}


#service-navigation img {
	vertical-align:bottom;

	}

p.service {
	display:inline;
	}
#service-navigation ul {

}

#service-navigation ul li {
	display:inline;
	list-style:none;
	font-size:11px;
	margin-left:12px;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color:#000;
}

#service-navigation ul li.no a:hover {
	color:#000;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	color:#000;
}

#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;


}

#content_col_2 {
	float:left;

}

#content_col_3 {
	float:left;
}

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

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

span.link-decoration:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#f00;
}

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:#f00;
	padding: 4px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-right: 2px;
}

.browsebox li a:hover {
	background-color: #E2E2E2;
}

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

