* {
	/* font color ;-) */
	color: #000000;
}

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table {

	font-weight:bold;
}

td {
	width:220px;
	margin:5px;
}
/*

b{
	color:#636363;
	font-weight:normal;
}
*/

#page {
	/* position: relative; */
	margin-top:0px;
	padding:0px;
	width: 880px;
	margin: 0 auto;
	/* background: #3366ff; */
	/* blue = #0000ff */
	background: #FFFFFF url(../design_images/verlauf.gif) repeat-y right;
}


#header{
	height:140px;
	width:875px;
	background: #3366ff;
	padding-left:5px;
	background: #FFFFFF url(../design_images/clouds.jpg) no-repeat scroll center;
}


#headline{
	position:relative;
	float:left;
	width:435px;
}

#flagge {
	position:relative;
	float:right;
	width:435px;
}

#navi {
	min-height:710px;
	margin:0px;
	position:relative;
	float:left;
	width:220px;
	/* background: #3366ff; */
	background: #FFFFFF url(../design_images/verlauf.gif) repeat-y;

}

#ecke {
	position:absolute;
	bottom: 0px;
 	right: 0px;
}

#content{
	min-height:705px;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
	position:relative;
	float:left;
	width:650px;
	/* background: #FFFF66 url(../design_images/content.jpg) repeat-y right; */
	background: #eed68c;
}




h1 {
	color:#FFFFFF;
	font-size: 35px;
}

li {
	list-style-type:none;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	color: #b2b2b2;
}


.link {
	text-decoration: underline;
	color: #000000;
}


img {
	border:0;
}

.hr {
	height: 30px;
	width:645px;
	background: #FFFFFF url(../design_images/hr.jpg) no-repeat scroll center;
}


.table{
	width:655px;
}


.td_left{
	float:left;
}

.td_right{
	float:left;
}

.cleaner{
	clear:both;
	height:0px;
}





