/* CSS Document */

/* 
	Content
*/
body {
	padding:0px;
	margin:0px;
	color : #333333;
	background-color:#FFF;
	font-size : 13px;
	text-decoration: none;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color : #666;
	font-weight: bold;
	font-size : 18px;
	text-decoration: none;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	margin:10px;
}
h2 {
	color : #666;
	font-weight: bold;
	font-size : 15px;
	margin:15px 0px 0px 0px;
	text-decoration: none;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	color : #666;
	font-weight: bold;
	font-style:italic;
	font-size : 13px;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-decoration: none;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}
p {
	color : #333333;
	font-size : 13px;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}
.tbl_content{
	margin:0px 0px 0px 10px;
	}
.text-bild {
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	width:680px;
}
.bild-text {
	margin:0px 0px 10px -60px;
	padding:0px;
	float:right;
	z-index:1;
}
.bild-l-text {
	margin:0px -55px 10px 0px;
	padding:0px;
	float:left;

}
.block {
	width:680px;
	margin:10px;
	padding:0px;
	display:block;
}
.abstand {
	width:680px;
	display:block;
	}

.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;
	padding: 20px 5px 10px 10px;
	font-weight: bold;
	color:#666;
}
.foot a{
	font-size : 10px;
	font-style:normal;
	font-weight: bold;
	color:#336699;
}
.foot a:hover{
	font-size : 10px;
	color:#666;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
ol {
	margin: 0px;
	padding:0px;
}
ul {
	margin: 0px;
	padding:0px;
}
li {
	padding: 5px 0px 0px 26px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	background-image: url(../img/nv_punkt.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
 a{
	font-size: 12px;
	color:#336699;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
 a:hover {
	font-size: 12px;
	color:#666;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
hr { 
	border: none 0; 
	border-top: 1px dashed #336699;/*the border*/
	width: 670px;
	text-align:left;
	margin:10px;
	display:block;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
#artnav li  {
	list-style-type: none;
	background-image:none;
	margin:10px;
	padding:0px;
	
}

/*
	Navi
*/
.navi{
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
.navi a {
	color:#333333;
	font-style:normal;
	text-decoration: none;
}
.navi a:hover {
	color:#666666;
	font-style:normal;
	text-decoration: none;
}
.navi_selected  {
	color:#666666;
	text-decoration: none;
}
.navi ul {
	margin: 0px;
	padding:0px;
}
.navi li {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	line-height: normal;
	background-image:none;
}

/* 
	Teaser
*/
.teaser {
	width:220px;
	border: #333 1px solid; 
	float:left;
	margin:5px 0px 5px 10px;
}
.teaser img {
	margin:0px;
}
.teaser h1 {
	color:#fff;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.teaser h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
.teaser .link {
	padding:3px 5px 3px 5px;
}
.teaser .link a{
	font-size: 12px;
	color:#336699;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.teaser .link a:hover {
	font-size: 12px;
	color:#666;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
/* Letzter Teaser in einer Reihe */
.teaser_last {
	width:220px;
	border: #333 1px solid; 
	float:left;
	margin:5px 0px 5px 10px;
}
.teaser_last img {
	margin:0px;
}
.teaser_last h1 {
	color:#fff;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.teaser_last h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
.teaser_last .link {
	padding:3px 5px 3px 5px;
}
.teaser_last .link a{
	font-size: 12px;
	color:#336699;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.teaser_last .link a:hover {
	font-size: 12px;
	color:#666;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
