/* layout.css */


/* ----- Basic ----- */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:url("../images/body_hg.gif");
}

.tablemain {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	z-index:0;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#dddddd;
}

a:hover {
	text-decoration:underline;
	color:#675F0B;
}
/* ----- Header ------ */

/* #logo {
	position:relative;
	top:10px;
	left:5px;
}

#menu {
	position:relative;
	top:52px;
	left:180px;
	width:605px;
	height:35px;
} */

#logo {
	position:relative;
	top:0px;
	left:0px;
}

#menu {
	position:relative;
	top:25px;
	left:180px;
	width:605px;
	height:35px;
}


/* ----- Content ----- */

#content {
	border:0;
	width:750px;
	height:380px;
	padding:0;
}

*html #content {
	padding:5px 0 0 0;
}

.text {
	font:bold 10pt verdana;
	color:#ffffff;
}

.text_small {
	font:8pt verdana;
	color:#ffffff;
}

#slogan {
	width:234px;
	height:29px;
	background:url("../images/slogan.gif") no-repeat;
}

#aktuelles {
	width:260px;
	height:320px;
	padding:0 5px 0 5px;
	overflow:auto;
}

.thumb_aktuell {
	width:40px;
	height:40px;
	float:left;
	margin-right:5px;
}

.text_aktuell {
	font:8pt verdana;
	color:#ffffff;
}

#scroll {
	border:0;
	width:660px;
	height:370px;
	padding:0 0 0 20px;
	overflow:auto;
	text-align:left;
}

.thumb {
	width:100px;
	height:100px;
	float:left;
	margin:0 50px 50px 0;
	border:2px dotted #675F0B;
}

