/* CSS Document */

*, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
html {
	/*background:url(bilder/body_bg2.gif) center no-repeat;*/
}
body {
	background:url(bilder/body_bg_rz.jpg) top center no-repeat;
}
#main {
	margin:0 auto;
	display:block;
	position:relative;
	width:1000px;
	min-height:500px;
	/*background:url(bilder/stimmungsguppy5.jpg) top center no-repeat fixed;	*/
}

#inhalt {
	position:relative;
	width:730px;
	top:0;
	left:270px;
	padding:215px 0 0 0;
	overflow:hidden;
}

/* content scrollbar

#inhalt {
	position:relative;
	width:750px;
	top:0;
	left:270px;
	padding:0;
	margin:230px 0 0 0;
	overflow:auto;
	height:600px;
}

*/


#inhalt h1 {
	margin:10px 0 10px 0;
	padding:5px 0 0 10px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top:0px solid #2b3d8f;
}
#inhalt p {
	display:inline;
	float:left;
	width:340px;
	margin:0 0 10px 10px;
	text-align:justify;
	padding:0 10px 0 0;

	
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#inhalt p .textheader {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	color:#2b3d8f;
}
.textblock a.weiter {
	display:block;
	text-align:right;
	color:#dc3e3b;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	right:0px;
}
.textblock {

	padding:5px;
	margin:0 0 5px 0;
	/*border-top:1px solid #2b3d8f;*/
}
.textblock p img {
	-moz-box-shadow: 0 0 6px #2b3d8f;
	-webkit-box-shadow: 0 0 6px #2b3d8f;
	box-shadow: 0 0 6px #2b3d8f;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.clear {
clear:both;
}
#menu {
	/*background:url(bilder/menu.jpg) top left no-repeat;	
	border-top:1px solid #2b3d8f; */
	position:fixed;
	width:240px;
	top:0px;
	padding:230px 0 0 0;
	z-index:10;
}
#menu li {
	list-style:none;
	/*background:url(bilder/menu_bg_blau.png) left top no-repeat;*/
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom:1px solid #2b3d8f;
	padding:3px 0 1px 0;
}
#menu li:hover, #menu li.aktuell {
	list-style:none;
	/*background:url(bilder/menu_bg.png) left top no-repeat;*/
	border-bottom:1px solid #2b3d8f;
}
#menu li a, #menu li a:visited, h1 {
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	color:#2b3d8f;
	margin:1px 0 5px 0;
}
#menu li a, #menu li a:visited {
	width:195px;
	padding:0 0 0 0;
}
a {
	text-decoration: none;
	color:#2b3d8f;
}
h1 {
	margin:0 0 10px 0;
	color:#2b3d8f;
}
#menu li a:hover, #menu li a:active, #menu li.aktuell a {
	text-decoration:none;
	color:#dc3e3b;
}
.banner240100 {
	margin:10px 0 0 0;
	-moz-box-shadow: 0 0 6px #2b3d8f;
	-webkit-box-shadow: 0 0 6px #2b3d8f;
	box-shadow: 0 0 6px #2b3d8f;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.termine {
	margin: 20px 0 0 0;
}
.termine p {
	margin:0 0 0 0;
	padding:0 0 0 2px;
	border-bottom: 1px solid #2b3d8f;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.termine h1 {
	margin:0;
	padding:0;
	line-height:inherit;
}


#video240, #bild240 {
	position:absolute;
	display:block;
	width:240px;
	top:170px;
	left:20px;
	padding:0;
	z-index:10;
}
.myBut, input.myInput, textarea.myInput{
	width:340px;
	border:1px solid #666666;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom:1px solid #2b3d8f;
	font-size:16px;
	vertical-align:middle;
}
.myBut{
	width:100px;
	height:22px;
}
input.myInput{
	height:22px;
	
}
textarea.myInput{
	height:165px;
	resize: none; 
}
.schmucklos {
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.img_preview, .verk_preview, .verk_preview_2nd{
	margin:0 15px 16px 0px;
	width:160px;
	height:100px;
	-moz-box-shadow: 0 0 6px #2b3d8f;
	-webkit-box-shadow: 0 0 6px #2b3d8f;
	box-shadow: 0 0 6px #2b3d8f;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.verk_preview{
}
.verk_preview_2nd{
	margin:0 0 16px 0px;
}
.hidden{
	display:block;
	width:0;
	height:0;
	visibility:hidden;
	margin:0;
	padding:0;
	overflow:hidden;
	
}
.zaehler{
	background:url(galerie/filmstreifen.png) center right no-repeat;
	height:50px;
	padding:10px;
	margin:-90px 0 40px 160px;
	display:block;

}
