/* RESET CSS */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none;}
/* ENDE RESET CSS */

label.name 
{
	font-size:0.93em;
	padding-top:1px;
	color:#676767;

}

form input.btn
{
 	background-color:  #999;
 	width: 148px;
  	height:25px;
 	border: 0px solid #999;
 	color: white;
 	cursor:pointer;
}

form label 
{ 
	DISPLAY: block; 
	FLOAT: left; 
	WIDTH: 150px;
	padding-top:3px;
	font-size:12px;
}

.contact_input_txt, .contact_input_txt_err
{
  	width: 205px;
  	border: 1px solid  #999;
	height:18px;
	text-align:left;
	font-size:0.93em;
	color:#666;
	background:url(../images/input-bg.jpg) repeat-x;
}

.contact_input_kurz, .contact_input_kurz_err
{
  	width: 100px;
	margin-right:2px;
	text-align:left;
	height:18px;
  	border: 1px solid  #999;
	font-size:0.93em;
	color:#666;
	background:url(../images/input-bg.jpg) repeat-x;
}

.contact_txt_area, .contact_txt_area_err
{
	width: 205px;
	height:120px;
  	border: 1px solid  #999;
	color: #666;
	text-align:left;
	background:url(../images/input-bg.jpg) repeat-x;
}

.contact_input_kurz_err, .contact_input_txt_err, .contact_txt_area_err
{
   	border: 1px solid  red;
   	color: #666;
	background:url(../images/input-bg.jpg) repeat-x;
}

textarea {font-family:arial, helvetica, verdana;font-size:11px;background:url(../images/input-bg.jpg) repeat-x;}

.clear 
{ 
	clear:both; 
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	height:10px;
}

.clear2
{
	clear:both;
}

a.sitemap1, a.sitemap1:hover, a.sitemap1:focus, a.sitemap1:active
{
	padding: 0px 25px;
	color:#003366;
	text-decoration:none;
	font-weight: bold;
}

a.sitemap2, a.sitemap2:hover, a.sitemap2:focus, a.sitemap2:active
{
	padding: 0px 25px 0px 40px;
	color:#003366;
	text-decoration:none;
}

a.sitemap3, a.sitemap3:hover, a.sitemap3:focus, a.sitemap3:active
{
	padding: 0px 25px 0px 55px;
	color:#003366;
	text-decoration:none;
}

a.sitemap4, a.sitemap4:hover, a.sitemap4:focus, a.sitemap4:active
{
	padding: 0px 25px 0px 70px;
	color:#003366;
	text-decoration:none;
}

#bilderstrecke_container
{
	background-color: #CCC;
	padding-left:12px;
}

div.bilderstrecke_img
{
	width: 105px;
	height:60px;
	float:left;
	margin:10px;
}

#bilderstrecke_headline
{
	border-bottom:1px solid #666;
	color: #666;
}

span.uebersicht
{
	float:right;
	font-size: 11px;
	margin-top:3px;
	padding-right:5px;
}

li.navi_li_1 dt
{
	width: 100% !important;
}

ul.navi_ul_1
{
	margin: 0;
}

.sm2_liClosed ul, #dragHelper .sm2_liClosed ul
{
	display:none;
}

#ajaxloader, img.ajaxloader
{	
	position:fixed;
	top:50%;
	left:50%;
	z-index:101;
	display:none;
}

*html #ajaxloader, img.ajaxloader
{
	position:absolute;
	top:50%;
	left:50%;
}

#ajaxdimming
{
	height:100%;	
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:none repeat scroll 0 0 black;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
	z-index:100;
	display:none;
}

.infobalken {
	float:none;
	clear:both;
	position:fixed;
	top:0px;
	z-index:3;
	width:100%;
	height:35px;
	padding:5px 0 0 0;
	background:url(../images/admin/h1.jpg) repeat-x;
	color:#fff;
}

div.infobalken_platzhalter
{
	height:40px;
}

*html .infobalken
{
	position:absolute;
}

.infobalken a
{
	color:#fff !important;
}

.infobalken span.abstand
{
	margin-left:20px;
}

a.logout {
	float:right;
	display:block;	
	margin-right:20px;
}

.login p {
	float:left;
}

.login .btn {
	position:relative;
	left:147px;
}
/*****ENDE CMS*****/

/*****Lachfalte CSS******/

body {
	font-family:trebuchet ms, helvetica, arial, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000;
	background:#f3f3f3;
}

#main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

.content {
	float:left;
	width:980px;
	padding-bottom:60px;
	position:relative;
	background:url(../images/content-bg.jpg) repeat-y;
}

a, a.link_standard, a.link_standard:hover, a.link_standard:focus {
	color:#E50000;
}

h1, h1.allgemein {
	font-size:24px;
	color:#E50000;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	margin-bottom:20px;
	line-height:130%;
}

h2, h2.allgemein, h2 a.headline {
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}

.header {
	float:left;
	width:980px;
	height:400px;
	position:relative;	
}

.direkteinstiege {
	float:left;
	position:relative;
	top:-395px;
	left:-27px;
	z-index:3;
}

.topbild {
	width:940px;
	height:395px;
	float:left;
	position:relative;
	left:78px;
}

.zitat {
	float:left;
	position:relative;
	top:-154px;
	left:-261px;
	z-index:1;
}

.logo {
	float:right;
	position:relative;
	top:-140px;
	right:-20px;
	width:380px;
	height:140px;
}

ul.navi_ul_1 {
	width:230px;
	float:left;
	position:relative;
	margin-top:-20px;
}

a.navi_a_1, a.navi_a_1_aktiv {
	float:left;
	background:url(../images/npr-bg.jpg);
	font-size:16px;
	display:block;
	width:210px;
	height:30px;
	color:#E50000;
	line-height:30px;
	position:relative;
	left:67px;
	padding-left:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.npr_navi_gruen {
	background:url(../images/npr-clowns-compagnie-bg.jpg) !important;
	color:#6B9430 !important;
}

a.navi_a_1:hover, a.navi_a_1:focus, a.navi_a_1_aktiv {
	background-position:0 -30px !important;
	color:#fff !important;
}

.gruen h1, .gruen strong, .gruen a {
	color: #6B9430 !important;
}

.navi_ul_2 {
	font-size:16px;
	float:left;
	position:relative;
	left:87px;
	text-transform:uppercase;
	width:210px;
}

a.navi_a_2, a.navi_a_2_aktiv {
	color:#E50000;
	font-size:14px;
	background:url(../images/nse-bg.jpg);
	width:190px;
	height:30px;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
	line-height:30px;
	text-transform:uppercase;
}

.nse_navi_gruen {
	background:url(../images/nse-clowns-compagnie-bg.jpg) !important;
	color:#6B9430 !important;
}

a.navi_a_2:hover, a.navi_a_2:focus, a.navi_a_2_aktiv {
	color:#fff !important;
	background-position:0 -30px !important;
}

.left , .left_gruen {
	float:left;
	width:320px;
	position:relative;
	left:20px;
}

.news {
	float:right;
	width:301px;
	height:220px;
	padding-left:45px;
	padding-top:50px;
	position:relative;
	left:-23px;
	background:url(../images/news-bg.jpg) no-repeat;
}

.news p {
	width:300px;
}

.news h1 {
	font-size:16px;
}

.text {
	float:left;
	width:410px;
	position:relative;
	margin-left:50px;
	margin-top:22px;
}

.text ul li {
	background:url(../images/bullet.jpg) no-repeat 0 8px;
	padding-left:15px;
}

.bild_liste {
	float:left;
	width:240px;
}

.bild_liste li {
	width:435px;
}

.ansprechpartner {
	background:url(../images/dotted.jpg) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:20px;
	min-height:160px;
	width:450px;
}


strong, .news b {
	color:#E50000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
}

.news h1 {
	margin-bottom: 5px;	
}

.news1, .news2 {
	margin-bottom: 25px;
	float:left;	
}

.text_hidden {
	width:240px;
	height:20px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

.galerie {
	float:right;
	position:relative;
	top:20px;
	right:13px;
	width:140px;
}

.galerie img {
	margin-bottom:10px;
}

.footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	width:980px;
	height:70px;
	float:left;
	position:relative;
}

ul.topnavi {
	list-style:none;
	position:relative;
	top:20px;
	float:right;
	text-align:center;
	font-size:11px;
}

ul.topnavi li {
	display:inline;
	float:left;
	margin:0;
	color:#666;
	padding:0 2px;
}

a.link_oben {
	color:#666;
}

a.link_oben_aktiv, a.link_oben:hover, 
a.link_oben:focus, a.link_oben:active 
{
	color:#666;
}

a.link_361 {
	color:#666;
	float:right;
	position:relative;
	top:20px;
	font-size:10px;
	margin-bottom:20px;
	display:block;
}

.social_media {
	float:Left;
	width:250px;
	margin-left:87px;
	margin-top:-70px;
}

.facebook {
	background:url(../images/facebook.png) no-repeat;
	width:110px;
	height:60px;
	margin-right:10px;
	display:block;
	float:left;
}

.twitter {
	background:url(../images/twitter.png) no-repeat;
	width:110px;
	height:60px;
	display:block;
	float:left;
}

.social_media a:hover {
	background-position:0 -60px;
}

.item .clownerie {
position:relative;
z-index:1;
}

.portraitbilder {
	width:450px;
	float:left;
	margin:20px 0;
}