body, p, div, span, ul, ol, td, input, select, textarea, table, td, th
	{
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 12px;
		color: #000000;
	}


body {
	margin-left:		20px;
	margin-top:			13px;
	background-color:	#FFFFFF;
}

table {
	table-layout:		fixed;
}

a:link,	a:visited {
	 color:				#000000;
	 font-weight:		bold;
	 text-decoration:	underline;
}

h1 {
	font-family:		arial, verdana,	sans-serif;
	font-size:			14px;
	color:				#362F2D;
	font-weight:		bold;
	margin-bottom:		19px;
}

.bg_vmb	{
	background-image:	url(../images/verein_m_b.gif);
	background-repeat:	no-repeat;
}

.header	{
	margin-top:	17px;
}

/*.content {
	background-color:	#FFF2CC;
	padding-left:		10px;
	padding-top:		21px;
}

button {
	width:				54px;
	border:				1px	outset;
	color:				#000000;
	background-color:	#FFBE00;
	height:				16px;
}*/

.box1, .box2 {
	background-color:	#FFF2CC;
	border-bottom:		1px	solid #FFBE00;
}

.box2
{
	margin-top:			8px;
}

.content_box_1, .content_box_2 {
	padding: 9px;
}

.rightbox 
{
	padding:	9px;
}

.rightbox a 
{
	text-decoration: none;
	font-weight: normal;
}

.yellow, .yellowhead
{
	background-color:	#FFBE00;
	font-family:		arial, verdana,	sans-serif;
	font-size:			13px;
	font-weight:		bold;
	height:				20px;
}

.yellow
{
	padding-left: 9px;
}

.footer	{
	font-family:		arial, verdana,	sans-serif;
	font-size:			10px;
	color:				#9A9A9A;
	border-top:			1px	solid #372F2D;
}

.footer	a:link,	.footer	a:visited{
	font-family:		arial, verdana,	sans-serif;
	font-size:			10px;
	color:				#9A9A9A;
	text-decoration:	none;
}

div.trenner
{
	width: 100%;
	height: 1px;
	background-color: #FFBE00;
}

/* Form definitions                                                 */

table.form td
	{
	padding: 3px;
	}

form
	{
	padding: 0px;
	margin: 0px;
	}

textarea
	{
		border: 1px solid #DDDDDD;
		width: 340px;
		height: 100px;
		padding: 2px;
	}
	
input.text
	{
		border: 1px solid #DDDDDD;
		width: 200px;
		height: 20px;
		padding: 2px;
		color: #777777;
	}	
	
input.checkbox
	{
		width: 12px;
		height: 12px;
		margin-top: 5px;
	}
	
input.submit
	{
		border: 1px solid #000000;
		background-color: #FFBE00;
		width: 200px;
		height: 20px;
		padding: 2px;
		color: #000000;
	}

img.gallery
	{
			border: 1px solid #FFBE00;
			margin-right: 0px; 
	}
	
.error
	{
		font-weight: bold;
		color: #D61F26;
	}
