/*
	Grundeinstellungen
	Startseite
*/

body {
	margin:0px;
	padding:0px;
	height:100%;
	background:#FFFFFF;
}

/*	
	TYPO
*/ 

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#121212
}

h1 {
	font-size:20px;
	line-height: 24px;	
	padding-top: 2px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 16px;
	font-weight: normal;
}

h2 {
	font-size:16px;
	line-height: 20px;	
	padding-top: 2px;
	margin: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 4px;
	font-weight: normal;
}


h3 {
	font-size:12px;
	font-weight:bold;
	padding:4px 0px;
	margin:0px
}

p {
	padding:0 0 8px 0;
	margin:0;
	font-size: 12px;
	color: #121212;
	letter-spacing: normal;
	line-height: 17px;
 }

strong {
	font-weight:700
}


/* 
	LINKS
*/

a img {
	border:none
}

a:link {
	color:#006594;
	text-decoration:none
}

a:active {
	color:#cccccc;
	text-decoration:underline;
}

a:visited {
	color:#006594;
	text-decoration:none
}

a:hover { 
	color:#006594;
	text-decoration:underline
}

#print_logo {
	display:none
}


/*
	LAYOUT-RASTER
	ALLGEMEIN
*/


/* WRAPPER für den Inhalt */
#wrapper {
	width: 100%; margin: auto auto; min-height: 100%; position: relative;
	background: transparent url("../images/top_bg.gif") repeat-x;
	
}

#wrapper_startseite {
	width: 100%; margin: auto auto; min-height: 100%; position: relative;
	background-image: url("../images/ntstart_head_n.gif");
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

* html #wrapper {height: 100%;} /* IE Hack für 100% Höhe */
* html #wrapper_startseite {height: 100%;} /* IE Hack für 100% Höhe */


/* Flash-Header */
#header {
	width:100%;
	height:20px;
	min-width:760px;
	min-height:20px;
	overflow:hidden;
	text-align:center;
	
}
#header_flash {
	width:100%;
	height:255px;
	min-width:760px;
	min-height:255px;
	overflow:hidden;
	text-align:center;
	
}

#header object, #header embed {
	width:100%;
	height:235px;
	overflow:hidden;
	padding:0px;
	margin:20px 0px 0px 0px;
}

/* Wrapper für Navigation */
#navi_wrap_startseite, #navi_wrap_unterseite {
	width:758px;
	text-align:left;
	background:#006594 url("../../../images/web2003/nt_bg.gif") top right no-repeat;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#navi_wrap_startseite {
	height:140px;
	padding:0px;
	margin:5px auto 0px auto;
}

#navi_wrap_unterseite {
	width:760px;
	min-height:96px;
	height: auto;
	margin:0px auto;
	border:none;
	background:transparent;
	
}

* html #navi_wrap_unterseite {height:96px;} /* IE Hack für 100% Höhe */

/* Positionierung des Logos */
#navi_wrap_startseite .logo, #navi_wrap_unterseite .logo {
	float:left;
	width:251px;
	height:140px;
	border-right:1px solid #FFFFFF
}

#navi_wrap_unterseite .logo {
	float:left;
	width:255px;
	height:90px;
	margin-bottom: 6px;
	border:none;
}

/* Formatierung des Logos */
#navi_wrap_startseite .logo img {
	padding:16px;
}

#navi_wrap_unterseite .logo img {
	padding: 16px 16px 0px 16px
}

/* Wrapper für den Inhaltsbereich */
#content_wrap_startseite, #content_wrap_unterseite {
	width:100%;
	float:left;
	margin-bottom:35px
}

#content_wrap_unterseite {
	margin-top:0.5em;
	background-image:url("../images/site_bg_lines.gif");
	background-repeat:repeat-y;
	background-position:top center;
	
}


/* Positionierung des Inhaltsbereichs */
#content_startseite, #content_unterseite {
	margin:auto;
	margin-top: 5px;
	width:760px;
	text-align:left
}

/* Layout der beiden Inhaltsbereiche */

#content_startseite .col1 {
	float:left;
/*	width:440px*/
	width:558px;
	width:485px;
	border-right:1px dashed #DDDDDD;
}

#content_startseite .col2 {
	float:left;
	width:273px;
	overflow:hidden
}

#content_unterseite .col1 {
	width:246px;
	padding:4px;
	padding-top:0px;
	float:left;
	overflow:hidden;
}

#content_unterseite .col2 {
	width:494px;
	float:left;
	margin-left:6px;
	overflow:hidden;
}

/* Leerer Clearer zum Abschluss der Spalten */	
.clearer {
	clear:both;
}

#content_wrap_unterseite .col2 .maincontent {
	margin:0px;
	margin-left: 4px;
	overflow:hidden;
}

/* Positionierung und Layout der Fußzeile */
#footer_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	background:#006594 url("../images/standard_45.gif") repeat-x;
}

* html #footer_wrap {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */


#footer_wrap .footer {
	width:760px;
	margin:auto
}

#footer_wrap a {
	color:#FFFFFF
}

.footer .copyright {
	float:left;
	width:254px;
}

.footer .contact, .footer .copyright {
	float:left;
	font-size:9px;
	color:#FFFFFF;
	padding:4px 8px 0 8px;
}

.footer .footer_logo {
	float:right
}

/*
	Formulare
*/

form {
	padding:0;
	margin:0;
}

form table {
	padding:0;
	margin:0
}

form table td.modulefont {
	font-size:12px;
	padding:2px
}

.moduletextfield {
	width:12em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003366;
	border:1px outset #003366
}

.modulebutton {
	border:1px outset #003366;
	background:#EEEEEE
}

/*
	Formulare - Ende
*/

h2.blog{
	font-size:20px;
	line-height: 24px;	
	padding-top: 2px;
	margin: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 8px;
	font-weight: normal;
}

h2 span.blog{
	font-size: 12px;
	display: block;
	float: right;
}
p.blog{
	font-weight: normal;
	width: auto;
	margin-top: 4px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #cccccc;
}
div.blog{	
	font-weight: normal;
	width: auto;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}