body {
	font-family:sans-serif;
}
img {
	border-width:0px;
}

#main_holder {
	position:relative;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#titlebackground {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:100px;
	z-index:9;
	overflow:visible;
}
#title {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:100px;
	z-index:10;
	overflow:visible;
	
	/* damit fixed und zentriert */
	width:880px;
	left:50%;
	margin-left:-440px;
}
#titlename {
	position:absolute;
	top:20px;
	font-weight:800;
	font-size:25px;
	margin-top:0px;
	margin-left:5px;
}
#titlename span {
	font-weight:500;
}
#head {
	position:absolute;
	top:20px;
	font-weight:800;
	font-size:25px;
	margin-top:0px;
	margin-left:5px;
}
#head span {
	font-weight:500;
}

#title #search {
	margin-left:460px;
}

#content_holder {
	position:absolute;
	top:100px;
/* 	bottom:30px; */
/* 	overflow:auto; */
	left:0px;
	right:0px;
	padding-bottom:30px;
	z-index:0;
}
#content_left {
/* 	position:absolute; */
/* 	border-left:solid 1px blue; */
	min-height:600px;
	float:left;
	width:160px;
	z-index:0;
	
	width:0px; /* gibts nicht mehr */
}
#content_right {
	float:left;
	width:300px;
	margin-top:0px;
	padding-top:5px;
	z-index:0;
	font-size:0.6em;
	text-align:left;
	margin-left:15px;
}
#content {
	margin-left:5px;
	margin-right:5px;
	float:left;
	width:550px;
	font-size:0.75em;
}
#content h1 {
	margin-bottom:10px;
	font-size:1.4em;
}
#content h2 {
	margin-bottom:5px;
	font-size:1.2em;
}
#content p {
	margin-top:0px;
}

#bottom {
	position:fixed;
	height:25px;
	bottom:0px;
	left:0px;
	right:0px;
	font-size:0.75em;
	z-index:9;
}
#bottom_text {
	position:absolute;
	bottom:0px;
	left:10px;
	float:left;
}
#copy {
	position:absolute;
	bottom:0px;
	right:10px;
	float:left;
}

/* links generell */
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* menu */
#menu {
	position:absolute;
	height:25px;
	width:100%;
	top:75px;
	bottom:0px;
	background-repeat:repeat-x;
	overflow:visible;
}
#menu_1 {
	margin-left:0px;
}
#menu .menu-l1 {
	height:25px;
/* 	width:150px; */
	text-align:center;
	float:left;
	margin-right:1px;
	background-repeat:repeat-x;
}

#menu .menu-l1 a {
	margin-left:20px;
	margin-right:20px;
}

#menu .menu-l2items {
/* 	display:none; */
	visibility:hidden;
}

#menu .menu-l1:hover .menu-l2items {
/* 	display:block; */
	visibility:visible;
	color:red;
}

/* social bookmarks */
.tx-timtabsociable-pi1 {
	margin-bottom:10px;
	text-align:left;
}

.tx-timtabsociable-pi1 img {
	margin-right:1px;
}

#sbookm_header {
	font-size:0.75em;
	font-weight:800;
}




#content .csc-frame-frame2 {
	margin-top:50px;
	font-size:0.6em;
}

.inline_ads {
	text-align:center;
}

