/*
Used Hacks:
- Aslett Clearing Method: Stylin with css s.144-146
- backslash hack for IE mac
- * html hack for IE < 7
- IEroot hack for all IE > 7
*/

body {
	margin: 0;
	padding:0;
	
}

#longblue {
	height: 160px;
	width:100%;
	background-color:#4B5AC1;
}
#global {
	
	margin-top: -160px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#headerbg {
	height: 160px;
	background-image: url(../images/bg_top.gif);
}
#header {
	width: 100%;
	height: 160px;
	padding-top: 10px;
}
* html #header {height: 150px;}

#middle {
	background-image: url(../images/bg_middle.gif);
	background-repeat:repeat-y;
	width: 1000px;
	
}
#footer {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#middle #midleft {
	float:left;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
}
#middle #midcenter {
	float:left;
	width: 630px;
	padding-top: 0px;
	padding-left: 20px;
}
#midright {
	float:left;
	width: 160px;
	padding-top: 10px;
	padding-left: 10px;
}

* html #midright {
	float:left;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
}

/* The Aslett Clearing Method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* A fix for IE Mac*/
.clearfix {*display: inline-table; /* stern hinzugefügt für FireFox3 lösung*/
}

/* A Hack for IE and backslash hides from IE mac\*/
* html .clearfix { height:1%;}
#IEroot .clearfix { height:1%;}
.clearfix { *display: inline-block;}/* stern hinzugefügt für FireFox3 lösung*/
/* end backslash hack */



#rf_logo {
	float:left;
	margin-left:180px;
	width: 200px;
	height: 80px;
}
* html #rf_logo {margin-left:90px;}

#rf_slogan {
	margin-left: 530px;
	width: 300px;
	height: 80px;
	background-image:url(../images/slogan.gif);
}
#rf_menu {
	margin-left: 180px;
	margin-right: 170px;
	margin-top:10px;
	height: 40px;
	background-image: url(../images/bg_menu_top.gif);
	background-repeat:repeat-x;
		
}
* html #rf_menu { margin-top: 6px;}
#IEroot #rf_menu { margin-top: 88px;}

#rf_sponsor {
	/*margin-top:100px;*/
	margin-left:auto;
	margin-right:auto;
	width: 610px;
	padding-left: 20px;
	
	padding-right: 20px;
}

#rf_sponsor div {
	margin: 5px;
}

#con1 {
	width: 170px;
	margin-left: 5px;
}
#con2 {
	width: 610px;
}
#con3 {
	width: 160px;
}

* html #con3 {
	width: 150px;
}

* html #FundgrubeInc {
	width: 150px;
}


#eingabediv {
	position: absolute;
	top:2px;
	left: 540px;
	width:250px;;
}

/* schriften */

body,textarea {
 font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
 font-size: 11px;
}


/* Gruppen */

/* PopUp Windows */

#smallblue{
	height: 60px;
	width:100%;
	background-color:#4B5AC1;
}

#wincon{
	width: 90%;
	margin: 20px;
	
}
.tableheader{
	font-weight:bold;
}

/*spamschutzfeld*/
.namefield{
	display:none;
}
