body {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	/*background-image: url(img/logo_wrstgspr.gif);*/
}

.nav {
	float: left;
	width: 220px;
}
.content {
	float: left;
	width: 640px;}
.contentcontentfoto {
	float: left;
	width: 760px;
}
.titel {
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: none !important;
}
.subtitel {
	font-size: 16px;
	line-height: 24px;
	color: #FF0000;
}
.zitat {
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
}
.title a:link {
	color: #FF0000;
	text-decoration: none;
}
.title a:active {
	color: #FF0000;
	text-decoration: none;
}
.title a:visited {
	color: #FF0000;
	text-decoration: none;
}
.title a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*live fliesstext*/
.livetitle {
	color: #1079A5;
	font-size: 20px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.livetitle a:link {
	color: #1079A5;
	font-size: 20px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.livetitle a:visited {
	color: #1079A5;
	font-size: 20px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.livetitle a:hover {
	color: #1079A5;
	font-size: 20px;
	line-height: 24px;
	/*text-decoration: none !important;*/
}
/*live page titel link fliesstext*/
.livepage {
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: none;
}
.livepage a:link {
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
.livepage a:visited {
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
.livepage a:hover {
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
.livesubtitel {
	font-size: 16px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: none;
}
.livesubtitel a:link {
	font-size: 16px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
.livesubtitel a:visited {
	font-size: 16px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
.livesubtitel a:hover {
	font-size: 16px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: underline;
}
/*live buchempfehlung*/
.buch {
	color: #1079A5;
	font-size: 16px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.buch a:link {
	color: #1079A5;
	font-size: 16px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.buch a:visited {
	color: #1079A5;
	font-size: 16px;
	line-height: 24px;
	/*text-decoration: underline;*/
}
.buch a:hover {
	color: #1079A5;
	font-size: 16px;
	line-height: 24px;
	/*text-decoration: none !important;*/
}

.small {
	font-size: 11px;
}
.foto {
	font-size: 12px;
}
/*.logo {
	border: 1px solid #D0D1CA;
}*/
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.current   {
	text-decoration: none;
	color: #FF0000;
}

.content a {
text-decoration: underline;
}
.content a:hover {
text-decoration: none;
}
input, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Anmeldebuttons*/
.btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btn:hover {
	background-color:#e9e9e9;
}
.btn:active {
	position:relative;
	top:1px;
}