@import url("rte_formate.css");

body
{
	background-image: url(images/bg_green.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: auto;
	margin: auto;
	
	
}

body, div, td
{
	font: 11px Verdana;
	color: #000;
}

#maincontainer
{	
	position: relative;
	text-align: left;	
	margin: 0;
	padding: 0;
}
#topleft
{	
	width: 426px;
	height: 140px;
	float:left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#topright
{
	
	height: 140px;		
	margin: 0;
	padding: 0;	
	background-image: url(images/top_bg.jpg);
}
#menucont
{
	position: relative;	
	padding: 30px 0 0 0;
	width: 204px;		
	margin: 0;
	float:left;
	text-align: right;
}
#c_main
{
	position: relative;
	width: 697px; 	
	margin: 0 0 0 204px;
	padding: 0;
	border: 0;
}

#contentleft
{
	background-image: url(images/bg_contentlk.jpg);
	/*background-position: bottom left;
	background-repeat: no-repeat;*/
	width: 463px;
	margin: 0;
	padding: 0;
}
#contbox
{
	background-image: url(images/bg_contentl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 20px;
	min-height:300px;
 	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */

}

#menuright
{
	width: 234px;
	height: 100%;
	padding: 0;	
	border: 0;
	background-image: url(images/bg_contentR2.jpg);
	background-repeat: repeat-y;	
}
#menuright a:link, #menuright a:active, #menuright a:visited
{
	/*padding: 0px 70px 0 0;	*/
	font-size: 12px;
	color:#fff;
	font-weight: bold;
}
#menuright a:hover
{
}

a:link, a:active, a:visited
{
	color: #89a22c;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #a1bc2f;
	text-decoration: underline;
	font-weight: bold;
}

.rmenubox1, .rmenubox2
{
	text-align:right;	
}

.rmenubox1
{
	background-image: url(images/rmenu1.gif);
	background-repeat: no-repeat;	
	width:211px;
	height:57px;
	margin-left:20px;		
	text-align: left;
}
.rmenubox2
{
	background-image: url(images/rmenu2.gif);
	background-repeat: no-repeat;	
	width:211px;
	height:57px;
	margin-left:20px;	
	text-align: left;
}
.rmenuboxall
{	
	
	margin: 0 0 0 17px;
	width: 133px;
	padding: 16px 0 0 0;
	text-align: center;
}



/*
#c_leftbox
{
	position: relative;
	background-color: magenta;	
	float:left;
	width: 463px;
	margin: 0;
	padding: 0;
	border: 0;
}
#c_rightbox
{	
	position: relative;
	width: 234px;
	background-color: gray;	
	margin: 0 0 0 463px;
	padding: 0;	
	border: 0;
}
*/

h1
{
	font-size: 14px;
	font-weight: bold;	
}
h2
{
	font-size: 12px;
	font-weight: bold;
}

img
{
	border:0;
}


div
{
	padding: 0;
	margin: 0;
}






