/* CSS Document */
body
{
	background-color:#fff;
	//font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia;
	font-size:small;
	margin: 0px; 
	padding: 0px;
}

.wrapper
{
	width:978px;
	margin-left: auto;
    margin-right: auto;
	height: 100%;

}

.header
{
	//background-image:url(../../Images/Stoeh_header.jpg);
	//background-repeat:no-repeat;
	width:979px;
	height:249px;
}
.menu_top_right
{
	color:#000;
	//font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Tresbuchet MS;
	font-size:10px;
	float:right;
	margin:10px 10px 0px 0px;
}
.menu_top_right a
{
	text-decoration:none;
	color:#000;
}
.menu_top_right a:hover
{
	text-decoration:underline;
	color:#000;
}
img 
{
	border:0;
		
}
.content
{
	 
}

.content_left
{
	float:left;
	width:206px;
	padding: 0px 20px 0px 0px;
	text-align:right;
	background-color:#649ac6;	
	min-height:570px;
	//background-image: url(../../images/Stoeh_content_left.jpg);
	//background-repeat: no-repeat;
	//background-position:bottom;
	
}
.content_left table
{
   // text-align:right;
	//background-color:#649ac6;
	padding: 0px 0px 0px 0px;
}
.content_left a
{
	font-family:Trebuchet MS;
	//color:#000;
	font-weight:bold;
	//text-decoration:none;
}
.content_left a:hover
{
	font-family:Trebuchet MS;
	color:#fff;
	//text-decoration:underline;
}
.content_left_white
{
    color:#fff;
}
.content_left_white p a
{
	color:#93c4ec;
	text-decoration:none;
}
.search
{
	color:#fff;
	text-align:left;
	padding-left:38px;
}
.content_right
{
	float:left;
	margin-left:10px;
	padding: 0px 20px 0px 40px;
	width:678px;
	background-color:#fbd08d;
	background-repeat: no-repeat;
	background-position:bottom;
	background-position:right;
}
.content_right h1, content_right h1 span
{
	color:#e5344c;
	font-family:Trebuchet MS;
	margin:0;
	padding:0;
	text-transform: uppercase;
}
content_right a {
color:#e5344c;
//text-decoration:underline;
}
content_right a:hover
{
color:#000;
}
.footer
{
	clear:both;
}
.white
{
	//text-decoration:underline;
text-decoration:none;
}
.white a
{
	color:#fff;
text-decoration:none;
	//text-decoration:underline;
}
.white a:hover
{
	color:#fff;
	text-decoration:none;
}

.black a, .black
{
	color:#000;
	text-decoration:none;
}
