/* CSS Document */

body {
	  font-family:Arial,Helvetica,sans-serif;
	  background-color:#FFFFFF;
	}

/* Farben - Merkhilfe */
.orange {
	color:#fc9200;
	}

#logo {
		border: 0px #FFFFFF solid;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 170px;
		height: 143px;
		
	}

#nav {
		position: absolute;
		top: 80px;
		left: 200px;
		width: 600px;
	
	}
#subnav {
		/* border: 1px red solid; */
		position: absolute;
		top: -85px;
		left: 0px;
		width: 600px;
	
	}
		
#balken {
		position: absolute;
		top: 135px;
		left: 200px;
		width: 85%;
		height: 18px;
		background-color: #fc9200;
	}

#content {
		position: absolute;
		top: 185px;
		left: 200px;
		min-width: 600px;
		width: 72%;
	}

#news {
		position: absolute;
		top: 200px;
		left: 10px;
		width: 170px;
		min-height: 300px;
		background-color: #fc9200;
		color: #FFFFFF;
		padding: 5px;
		font-size: small;
	}

#copyright {
		position: absolute;
		bottom: 10px;
		left: 200px;
		width: 72%;
		text-align: center;
		font-size: xx-small;
	}
	
#flag {
		position: absolute;
		top: 10px;
		right: 10px;
	}
#stier_pic {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 160px;
	height: 110px;
}

table.address {
		 width: 550px;
		/* min-width: 500px; */
		border: 0px black solid;
}

table.stier {
		width: 600px;
	}

tr.gray {
		margin: 0px;
		padding: 0px;
		border: 1px #DDDDDD solid;
		background-color: #DDDDDD;
}

a {
	text-decoration: none;
	border-width: 0px;
	color: #000000;
	}



a:hover {
	text-decoration: underline;
	}
body.popup {
	background-color: #fc9200;
	color: #FFFFFF;
	padding: 10px;
}
table.links {
	/* width: 90%; */
	text-align: left;
	font-size: small;
	font-weight: 200;
	}

td.links {
	width: 100px;
}

td.stier {
	text-align: right;
}

	

/* Links formatieren */
/*


a.nav {
	color: #000000;
	background-color: #fc9200;
	border-color: #fc9200;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 8px;
	border-right-width: 8px;
	}

*/
/* Tabellen */
/*
table {
 	border: 1px #ff1b1b solid;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	}


tr.nav {
	width: 80%;
	}
	
*/




