html,body {
    background: url("../images/bg_2012.gif");
	font-family : Helvetica, Arial, sans-serif;
	color:#444444;
	font-size : 11px;
	margin:0px;
	background-color:#FFFFFF;
	scrollbar-face-color:#F0F0F0;
	/*scrollbar-highlight-color:yellow;*/
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:#FFC405;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:grey;
	margin:0;
	padding:0;
	overflow:auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */

}

.page{
    position: relative;
	margin:0;
	padding:0;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	/* overflow: auto !important; FF Scroll-leiste */ 
    width: 974px;
	margin: 0 0 0 -487px; /* Div soll zentriert werden */
	left:50%;
}

.header {
	border: 1px solid #ffc300;
    height: 110px;
    margin: 10px 0 10px 0;
	width:970px;
    padding: 0;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../scripte/border-radius.htc); /* Für Internet Explorer */
}

.main{
	border: 1px solid #ffc300;
	background: #fffaeb url(http://rockefeller.de/images/bg_main_2012.jpg) center bottom no-repeat;
	min-height: 300px;
	text-align: center;
    margin: 0 0 10px 0;
	width: 970px;
	padding: 0;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../scripte/border-radius.htc); /* Für Internet Explorer */
}

.linkblock{
	display:block;
	width:150px;
	overflow:hidden;
	float:left;
	margin:10px 0 0 10px;
	height:auto;
}

.contentblock{
	display:block;
	width:790px;
	float:right;
	margin:10px 10px 40px 0;
	height:auto;
}



td {
	font-family : Helvetica, Arial, sans-serif;
	color : #444444;
	font-size : 11px;
	margin:0px;
}
.content p, .content table {
	padding:10px 0 0 0;
	margin:0;
}
.yellow {
	vertical-align:middle;
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color : #444444;
	background-color:#FFF5CF;
	font-size : 11px;
	height:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}
.yellow_td {
	vertical-align:middle;
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color : #444444;
	background-color:#FFF5CF;
	font-size : 11px;
	height:18px;
	padding-top:3px;
}
.content {
	font-family : Helvetica, Arial, sans-serif;
	padding-left:10px;
	padding-right:5px;
	padding-top:3px;
	text-align:justify;
}
.orange, a.orange ,a.orange:hover,a.orange:active,a.orange:link,a.orange:visited {
	font-family : Helvetica, Arial, sans-serif;
	color : #FF9900;
	font-size : 11px;
	margin:0px;
}
.headline {
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#444444;
	font-size:11px;
}
.td_headline {
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#444444;
	font-size:11px;
	padding:5px 0 3px 5px;
}
.headline2 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color : #000000;
	font-size : 14px
}
a, a:hover, a:active {
	color:#444444;
	text-decoration : none;
	font-size:11px;
}
a:link, a:visited {
	color:#444444;
	text-decoration : none;
	font-size:11px;
}
.klein {
	font-family : Helvetica, Arial, sans-serif;
	color : #444444;
	font-size : 8px;
	margin:0px;
}
.sideheadline {
	font-family : Helvetica, Arial, sans-serif;
	font-weight:bold;
	color : #444444;
	font-size : 11px;
	margin:0px;
}
ul.menu  {
	margin:10px 0 0 0;
	padding:0;
	width:160px;
	list-style:disc;
	list-style-type:disc;
	display:block;
	text-align:left;
	border-top:solid 1px #CCCCCC;
}
ul.menu  li {
	font-family : Helvetica, Arial, sans-serif;
	border-width:0px;
	border-style:solid;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #CCCCCC;
	height:19px;
	width:160px;
	display:block;
	line-height:21px;
}
ul.menu  li a {
	display:block;
	padding:0 0 0 20px;
	width:120px;
}
ul.menu  li.menuelink:hover {
	background-color:#FFF5CF;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #FFFFFF;
}
ul.menu  li.dermenuelink{
	font-weight:bold;
	background-color:#FFF5CF;
}
 ul.menu  li.dermenuelink a {
 }
/*.fixed a {position:relative;}*/

.InputGelb{
	border-color:#FFC405;
	border-style:inset;
	border-width:1px;
	font-size:10px;
	vertical-align:middle;
}

