/* all =============================================================================*/

body, html
{
	margin:0px;
	padding:0px;
	height:100%;
}

body
{
	background: #edecec url('../images/back.gif') repeat-x fixed top left;  
	font-family:arial;
	text-align:center;
}

.center
{
	width:780px;
	height:100%;
	margin:0px auto;
	font-size:90%;

}

.content
{
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#000;
	text-align:left;
	padding:0px 20px;
	background-color:#fff;
}

.tr_1
{
	height:120px;
}

.tr_2
{
	height:360px;
}


.t_links
{
	width:193px;
	background-color:#ddd;
	background: #fff url('../images/back2.jpg') top left repeat-y;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#000;
	padding:0px;
}

.b
{
	font-weight:bold;
}


tr, td
{
	margin:0px;
	vertical-align:top;
}

h1
{
	color:#ffffff;
	font-family:verdana;
	font-size:22px
}

#menu
{
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li
{
	padding: 0;
	margin: 0;
}

#menu li a
{
	background: #fff url('../images/knop.jpg') top left no-repeat;
	height: 20px;
	line-height: 20px;
	width: 195px;
	display: block;	
	text-decoration: none;
	text-align: center;
	color:#333;
	border-width:1px 0px;
	border-style:solid;
	border-color:#fff;
	margin:4px 0px ;
}

#menu li a:hover
{
	color:#aaa;
}

.scroller
{
	overflow:auto;
	height:350px;
}

a
{
	color:#d3765a;
	text-decoration:none;
}

a:hover
{
	color:#eb5629;
	text-decoration:underline;
}

table
{
	border-collapse:collapse;
font-size:100%;
}

#contact
{
	font-size:13px;
}

#contact input
{
	font-size:13px;
}

#contact textarea
{
	font-size:13px;
font-family:Arial;
width:260px;
}

.titel
{
	font-weight:bold;
padding-top:10px;
}

.datum
{
	font-weight:bold;
padding-top:10px;
text-align:right;
}

.cent
{
	text-align:center;
}