body
{
	background-image: url(hintergrund.gif);
}

#maintable
{
	border: 1px solid black;
	background-color: white;
	
	background-image: url(design_1.jpg);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

#header2
{
	background-image: url(design_3.jpg);
	background-repeat: no-repeat;
	background-position: 380px 38px;
}

#menutable
{
	background-image: url(design_2.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

#contenttable
{
	padding:  10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : center;
}

#input
{
	border: 1px solid rgb(80 146 55);
	background-color: rgb(230 239 226);
}

#input_green
{
	border: 1px solid rgb(80 146 55);
	background-color: rgb(230 239 226);
}

#input_yellow
{
	border: 1px solid rgb(242 179 68);
	background-color: rgb(251 232 196);
}

#newsheader
{
	background-image: url(news_header.gif); 
	background-position: center right; 
	background-repeat: no-repeat;
	
	padding-top : 11px;
}

#newsfooter
{
	background-image: url(news_footer.gif);
	background-position: center right;
	background-repeat: no-repeat;
	
	padding-top : 0px;
}

#button_yellow
{
	border-color: rgb(242 179 68);
	border-style: solid;
	border-width : 2px;
	background-color: rgb(251 232 196);
}

#button_green
{
	border-color: rgb(80 146 55);
	border-style: solid;
	border-width : 2px;
	background-color: rgb(230 239 226);
}

#button
{
	border-color: rgb(80 146 55);
	border-style: solid;
	border-width : 2px;
	background-color: rgb(230 239 226);
}

#button_grey
{
	border-color: #000000;
	border-style: solid;
	border-width : 1px;
	background-color: #dddddd;
}

#button_fake
{
	border-color: rgb(80 146 55);
	border-style: solid;
	border-width : 2px;
	background-color: rgb(230 239 226);
	color: #000000;
	
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 2px;
	padding-bottom:2px;
}

A:Hover
{
	cursor : url(blatt.ico);
	text-decoration: none;
	color: #509237;
}

A:Visited
{
	cursor : url(blatt.ico);
	text-decoration: none;
	color: #509237;
}

A:Link
{
	cursor : url(blatt.ico);
	text-decoration: none;
	color: #509237;
}

A:Active
{
	cursor : url(blatt.ico);
	text-decoration: none;
	color: #509237;
}
