* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.6em;
	background: #df0000 url(../bilder/nbc_wrapper_bg.jpg) repeat-y 50% 0;
}

.floatleft { float: left; }
.floatright { float: right; }
.hidden { visibility: hidden; }
.displaynone { display: none; }
.displayblock { display: block; }
.dev { border: 1px solid #f60; }

.fbg_hinterlegt { background: #eee; }

.bg_schwarz_transp_25 { background: url(../bilder/schwarz_transp_25.png); }
.bg_schwarz_transp_75 { background: url(../bilder/schwarz_transp_75.png); }



/* --------------------------------------------------------- */

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ccc;
}

#navigation a:link, #header a:visited {
	text-decoration: none;
}
#navigation a:hover, #header a:active {
	text-decoration: none;
}


/* --------------------------------------------------------- */

#inhaltsbereich .csc-textpic-text ul {
	margin: 0 0 0 15px;
	list-style-type: square;
}

#inhaltsbereich .csc-textpic-text li {
	margin: 0 0 0.2em -25px;
	list-style-type: square;
}

input, 
textarea {
	border: 1px solid #ddd;
	padding: 2px;
	width: 200px;
}

input[type=submit] {
	background: #eee;
	padding: 2px;
	margin: 0 0 0 10px;
}
input[type=submit]:hover {
	cursor: pointer;
	background: #fff;
}

p {
	margin: 0 0 0.8em 0;
}
#footer p {
	margin: 0;
}

h1 {
	font-size: 140%;
	margin: 0 0 0.6em 0;
	color: #fff;
}

h2 {
	font-size: 130%;
	margin: 0 0 0.6em 0;
	color: #fff;
}

h3 {
	font-size: 120%;
	margin: 0 0 0.6em 0;
	color: #fff;
}

h4 {
	font-size: 110%;
	margin: 0 0 0.6em 0;
	color: #fff;
}

h5 {
	font-size: 120%;
	margin: 0.8em 0 0.2em 0;
	font-weight: bold;
	color: #fff;
}

sup, sub {
	font-size: 70%;
}

table {
	margin: 20px 0 20px 0;
	width: 100%;
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 1px 0;
	vertical-align: top;
}


/* --------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;

	background: #df0000 url(../bilder/nbc_wrapper_bg.jpg) no-repeat 50% 0;
}

#header {
	position: relative;
	width: 960px;
	height: 250px;
	float: left;
}

#titelgrafik {
	position: relative;
	float: left;
	width: 690px;
	height: 250px;
	text-align: center;
}

#logo_nbc {
	position: absolute;
	width: 262px;
	height: 221px;
	top: 10px;
	right: 0px;
}

#inhaltsbereich {
	position: relative;
	width: 810px;
	margin: 50px 0 0 75px;
	float: left;
}

.bild_vorteile {
	position: relative;
	width: 100%;
	text-align: center;
}

#iframe-container {
	position: relative;
	float: left;
}

#anmeldung {
	position: absolute;
	top: 29px;
	border-top: 2px double #7f0000;
	border-bottom: 2px double #7f0000;
}

#navigation {
	position: relative;
	margin: 80px 0 0 0;
	width: 100%;
	text-align: center;
	height: 130px;
}
.browserSafari #navigation, 
.browserOpera #navigation {
	height: 200px; /* Safari 4+ */
}



/* --------------------------------------------------------- */

.stopper {
	position: relative;
	height: 1px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 0 0 20px 0;
}
#footer {
	position: relative;
	width: 100%;
	height: 88px;
	background: #000;
	margin: -88px 0 0 0;
	text-align: center;
	overflow: hidden;
}
.browserSafari #footer, 
.browserOpera #footer {
	float: left;
}
#footer img {
	margin: 15px 0 0 0;
}


/* --------------------------------------------------------- */

#agbbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../bilder/schwarz_transp_85.png);
	z-index: 200;
}

#agbtext {
	position: relative;
	width: 810px;
	height: 80%;
	margin: auto auto;
	margin-top: 2%;
	border: 2px solid #000;
	padding: 10px;
}

#agbtext-close {
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
}

#agbtext-text {
	float: left;
}

















