body {
	background-color: #23332F;
	margin: 0px;
	padding: 0px;
	
}

a:link, a:hover, a:visited, a:active
{
	color: #000000;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
a:hover
{
	color: #FC771A;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 8pt;	
	text-decoration: underline;
}

.orangebg {
	margin-top: 10px;
	height: 600px;
	width: 800px;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;	

}

/* Klassen "normaler Aufbau" erste Spalte */

.first_col {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 20px;
	height: 560px;
	width: 508px;
	background-color: #FC771A;
}

.first_col_top_image {
	width: 508px;
	height: 220px;
	background-color: #000000;
	background-image: url(http://be-subjective.de/rotation/rotator-t.php);
	background-repeat: no-repeat;
	background-position: top left;	
}

.first_col_content {
	margin-top: 1px;
	width: 508px;
	height: 339px;
	background-color: #5A8278;
	color: #FFFFFF;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 8pt;
}

/* Klassen "Portfolio Aufbau" erste Spalte */

.first_col_portfolio {
	width: 508px;
	height: 560px;
	background-color: #5A8278;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 8pt;	
}

.second_col {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 1px;
	height: 560px;
	width: 200px;
	background-color: #FC771A;
}

.second_col_logo {
	width: 200px;
	height: 140px;
	background-color: #5A8278;
}

.second_col_menu {
	width: 200px;
	height: 80px;
	background-color: #5A8278;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 7pt;	

}

.second_col_bottom_image {
	margin-top: 1px;
	width: 200px;
	height: 339px;
	background-color: #5A8278;
	background-image: url(http://be-subjective.de/rotation/rotator-b.php);
	background-repeat: no-repeat;
	background-position: top left;	
}

/* Übersicht der Portfolio Bilder */

.second_col_bottom_portfolio {
	margin-top: 1px;
	width: 200px;
	height: 339px;
	background-color: #5A8278;
}

.third_col {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 1px;
	height: 560px;
	width: 70px;
	background-color: #FC771A;
}

.third_schriftzug {
	width: 55px;
	height: 560px;
	background-image: url(../images/bs_zug.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}



/* Begin Menu */

#menu a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: microsoft sans serif, verdana, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 7pt;	
	color: #000000;
	BORDER: none;
	border-bottom: solid 1px #5A8278;
	border-top: solid 1px #5A8278;
    padding-left: 12px;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

#menu a:hover {
	color: #FFFFFF;	
	border-bottom: solid 1px #FC771A;
	border-top: solid 1px #FC771A;
	background-color:#23332F;
	font-family: microsoft sans serif, verdana, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 7pt;	
    	padding-left: 12px;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

/* End Menu */

/* Privacy Policy und Nutzungsbedingungen */


#legal h1
{
	color: #FC771A;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bolder;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#legal h2
{
	color: #ffffff;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 9pt;
}
#legal strong
{
	color: #ffffff;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

#legal td
{
	color: #ffffff;
	font-family: verdana, microsoft sans serif, trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 8pt;
}
#legal ul
{
	list-style-image:	url(../images/arrow.gif);
}


