html {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

form {
	margin: 0 20px 20px 20px;
}

body {
	background-color: #e1ddd9;
	font-size: 11px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color: #333;
	text-align:center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	background-color: #67A1DE;
	border-top: 1px solid #103155;
	border-bottom: 1px solid #103155;
	padding: 5px 15px;
	margin: 0;
}
.midden {
	text-align:center;
}
.rechts {
	text-align:right;
}

h2 {
	font-size: 12px;
	padding-top: 10px;
	padding: 5px 10px;
#	text-transform: uppercase;
	background-color: transparent;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

h5 {
	font-size: 26px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}


a {color: #333333; text-decoration: none;}
a:visited {color:#333333; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline}
a:active { color:#333333; text-decoration: none;}


/*  positioning-layers static and absolute */

#box {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background-color: #E7EAED;
}

#left {
	margin-bottom: 10px;
	width: 150px;
	padding: 0;
	float: left;
	background-color: #67A1DE;
	border-bottom: 1px solid #103155;
}

#content {
	margin-top: 20px;
	width: 480px;
	padding: 0;
	float: left;
	overflow: auto;
}

#right {
	width: 170px;
	padding: 0;
	float: left;

}

#head  {
	background-color: #67A1DE;
/*	text-align: right;*/
}
#bottom  {
	background-color: #67A1DE;
/*	text-align: center;*/
}

/* ---------  Left Colom -------- */

#left ul{
	font-size: 13px;
	width: 100px;
	margin: 15px 25px 10px 25px;
	padding: 0 0 10px 0;
	list-style-type: none;
	border-top: 1px solid #103155;
}

#left ul li{
	border-bottom: 1px solid #103155;
}

#left a {color: #333333; text-decoration: none;}
#left a:visited {color:#333333; text-decoration: none;}
#left a:hover {color: #103155; text-decoration: none;}
#left a:active { color: #103155; text-decoration: none;}

#left ul#menu {
	width: 80px;
	margin: 25px 35px 20px 35px;
	padding: 0;
	list-style-type: none;
	border: 0;
}

#left ul#menu li{
	padding-bottom: 5px;
	border: 0;
}

#left p{
	text-align: center;
	margin: 10px;
}

/* ---------  Content -------- */

.headlines{
	padding: 5px 10px;
	margin: 0;
	list-style-type: none;
}
.headlines a {
	color: #333333;
	text-decoration: none;
}
.headlines a:visited {
	color: #103155;
	text-decoration: none;
}
.headlines a:hover {
	color: #333333;
	text-decoration: underline;
}
.headlines a:active {
	color: #103155;
	text-decoration: none;
}

#content p{
	text-align: justify;
	margin: 5px 10px;

}

#content table{
	margin: 5px 10px;
} 

/* --------- Right colom ---------*/

#right div{
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 10px;
	width: 138px;
	border: 1px solid #103155;
	background-color: #67A1DE;
}
#right div p{
	margin: 0 0 5px 0;
	padding: 0;
}

#right div h4{
	font-size: 14px;
	margin: 5px 0 5px 0;
	padding: 0;
}


