/*** GLOBAL Master Components ****************************************************/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	overflow:auto;
	background-repeat:repeat-y;
	background-image:url(elemente/background.gif);
	background-color:#005A3D;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	line-height:16px;
	font-size:11px;
}

h1 { font-size:14px; font-weight:bold; padding:0 0 15px 0; }
h2 { font-size:12px; font-weight:bold; padding:0 0 5px 0; }

a				{ color:#005A3D; text-decoration:underline;}
a:hover	{	color:#9A4500; text-decoration:none; }

#container {
	float:left;
	width:950px;
	margin:0px;
	padding:0px;
}

table { font-size:11px; }


/*** Leftframe components ****************************************************/

#leftframe {
	width:150px;
	height:370px;
	background:url(elemente/trauben_left.jpg) 49px 212px no-repeat;
	float:left;
}

a.button_left { color:#FFFFFF; display:block; text-decoration:none; }
a.button_left:hover { color:#FFFF00; }

#statistik {
	padding: 10px 0 0 10px;
	color:#DEF5ED;
	font-size:9px;
	line-height:12px;
}

/*** Main components ****************************************************/

#mainframe {
	width:640px;
	float:left;
}

#header {
	width:640px;
	height:50px;
	background:url(elemente/header.jpg) 0 0 no-repeat;
}

#maincontent {
	width:308px;
	padding:20px 0 0 30px;
	float:left;
}

#aktuelles {
	width:222px;
	background:url(elemente/aktuelles_bg.gif) 0 bottom no-repeat #B8D3CA;
	float:right;
	padding:23px 20px 50px 20px;
	font-size:10px;
}

#aktuelles p {
	padding-bottom:5px;
}


/*** Right components ****************************************************/

#rightframe {
	width:160px;
	padding-top:140px;
	background:url(elemente/trauben_right.jpg) 0 0 no-repeat;
	float:left;
}

#rightframe a {
	color:#FFF;
	text-decoration:none;
	background:url(elemente/button_right.jpg) 0 0 no-repeat;
	height:23px;
	display:block;
	padding:6px 0 0 13px;
	font-size:11px;
}

#rightframe a:hover{
	color:#FF0;
}





