/* CSS Document */

body {
	background-color: #09F;
	background-image: url(images/bg_bodyheader.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#site {
	margin:auto;
	width: 952px;
}

#header {
	width: 950px;
	height: 441px;
}

#headerhobby {
	width: 950px;
	height: 310px;
}

#menu {
	width: 950px;
}

#content {
	float: left;
	width: 890px;
	padding: 20px 20px 20px 40px;
	background-image:url(../images/2010/bg_hobby_cont.jpg);
	background-repeat:no-repeat;
}

#rechts {
	float: left;
	width: 200px;
	text-align: left;
	padding: 20px 20px 20px 20px;
}

#footer {
	positon: absolute;
    bottom: 0;
	width: 100%;
	height: 175px;
	text-align: center;
	font-size: x-small;
	background-image:url(../images/2010/bgfooter.jpg);
}

.bildunter {
	font-size: x-small;
}

.ueberschrift {
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}

.newsueberschrift {
	font-weight: bold;
	font-size: small;
}

.hauptueberschrift {
	font-weight: bold;
	font-size: medium;
}
.tdlineright {
	border-right-color:#333333;
	border-right-style:dashed;
	border-right-width: thin;
}

.tdlineleft {
	border-left-color:#333333;
	border-left-style:dashed;
	border-left-width: thin;
}

.tdlinebottom {
	border-bottom-color:#333333;
	border-bottom-style:dashed;
	border-bottom-width: thin;
}

.tdnewsueberschrift {
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	background-color: lightgrey;
	font-weight: bold;
	font-size: small;
}

.tdshare {
	text-align: right;
}

a img { border:none;}
