* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font: bold 1em verdana, sans-serif;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
background-color: #ffffff;
	background-image: url(/pix/not/bg_800.png);
	background-repeat: repeat;
	background-attachment: croll;
	background-position:center;

}

A:link { text-decoration: underline;  color : #ef9e00;}
A:visited { text-decoration: underline ;  color : #ef9e00;} 
A:hover {text-decoration: none;  color : #ef9e00;} 
A:active { text-decoration: underline;  color : #ef9e00;}
div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
html{ 
color: #ef9e00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}



div#not_wrapper {
position: relative;
top: 0px;

margin: 0 auto;
width: 800px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
border: 0px solid #000000;
}	
div#not_header {
height: 215px;
width:800px;
left: 0px;	
top:50px;
position: absolute;
border:0px solid #ff0000;
}
*html div#not_logo{
background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/pix/not/notaufnahme_logo_02.png", sizingMethod="crop");
}
div#not_logo{
	position: absolute;
	width: 352px;
	height: 58px;
	top:-40px;
	left: -25px;
	border:0px solid #ffffff;
	background-image: url(/pix/not/notaufnahme_logo_02.png);
	background-repeat: no-repeat;
	z-index: 100;
}
*html div#not_foto{
background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/pix/not/frank_mauer_04.png", sizingMethod="crop");
}
div#not_foto{
	position: absolute;
	width: 800px;
	height: 232px;
	top:0px;
	left: 0px;
	border:0px solid #ffffff;
	background-image: url(/pix/not/frank_mauer_04.png);
	background-repeat: no-repeat;
	z-index: 99;
}
div#not_links_main{
	position: absolute;
	width: 300px;
	height: 20px;
	top:150px;
	left: 250px;
	z-index: 10000;
}
div#not_corner_top{
	position: absolute;
	top: 268px;
	width: 800px;
	height: 29px;
	background-image: url(/pix/not/corner_top.png);
	background-repeat: no-repeat;
}
*html div#not_corner_top{
background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/pix/not/corner_top.png", sizingMethod="crop");
}

div#not_line_left{
border:0px solid #ff0000;
position:absolute;
left:0px; 
top:295px; 
bottom:50px; 
width:17px; 
z-index:999; 
background-image: url(pix/not/line_left.gif);
background-repeat: repeat-y;
}
div#not_line_right{
position:absolute;
right:0px; 
top:295px; 
bottom:50px; 
width:17px; 
z-index:999; 
background-image: url(pix/not/line_right.gif);
background-repeat: repeat-y;
}

div#not_content_bg{
position:absolute;
top:295px; 
width:800px; 
z-index:999; 
background-image: url(/pix/not/line_vertikal_bg.gif);
background-repeat: repeat-y;
min-height: 50%;
}
div#not_content{
margin: 20px;
}
div#not_footer{
width:300px; 
z-index:10000;
text-align: right;
border: 0px solid #ffffff;
right: 0px;
padding-left:500px;	
}

h1 {
	font-size: 12px;
}
.img_taschen img{
	border: 1px solid #ef9e00;
}

img{
border: 0px;
}

input, textarea{
border: 1px solid #ef9e00;
margin: 2px;
background-color: #472b03;
color: #ef9e00;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

div{
border: 0px solid #ef9e00;
}

.accor_text{
	font-size:14px;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 600px;
	height: 20px;
	background-image: url(http://www.notaufnahme.org/pix/not/kreuz.png);
	background-repeat: no-repeat;
}
.toggler{
	height: 30px;
	background-image: url(http://www.notaufnahme.org/pix/not/acc_bg.gif);
	background-repeat: repeat-x;
	width: 600px;
	cursor: pointer;
}
.ce_accordion{
	margin-bottom: 10px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}
.error, .confirm{
	color:#ff0000;
}



