* { padding: 0; margin: 0; }


body {
	font: normal 80%/1.5em Arial, Tahoma,sans-serif;
	color: #888;
	background: #2e2e2e url('/gfx/stripe.gif');
}

img
{
	border: 0;
}

h1, h2
{
	color:	#ca352f;
	margin-bottom: 10px;
}

h1
{
	font-size: 125%;

}

h2
{
	font-size: 105%;
}

#fbcontainer{
    position: absolute;
    left: -300px;
}


#right a, #right a:link {
	color:#CA352F;
	text-decoration:none;
}

#right a:visited {
	color:#CA352F;
	text-decoration:none;
}

#right a:hover, #right a:active {
	text-decoration:underline;
}


a, a:link {
	color:#999;
	text-decoration:none;
}

a:visited {
	color:#999;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:underline;
}

#navi a,#navi a:link {
	color:#F5F6EB;
	text-decoration:underline;
}

#navi a:visited {
	color:#F5F6EB;
	font-style: normal;
}

#navi a:hover, #navi a:active {
	text-decoration:underline;
}

#navi, #content, #foot
{
	width: 980px;
	margin: 0 auto;
}

#navi #logo
{
	position: absolute;
	top:0;
	right:-20px;
	z-index: 2;
}

#navi
{
    height:90px;
    position: relative;
	z-index: 5;
}

#navi #filter
{
	position: absolute;
	bottom:0;
	left:0;
	background-color:	#ca352f;
	color: white;
	width: 710px;
	padding-left: 10px;
	font-size:10px;
}

#navi ul
{	z-index: 5;
	list-style: none;
}
#navi:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

#navi ul li
{
		display: inline;
		background-color: #ca352f;
}

#navi li a {
    text-decoration: none;
	float: left;
	font-size: 11px;
	width: 75px;
	height:25px;
	text-align:center;
	background:	#ca352f url('/gfx/dotted.gif') top right repeat-y;
	padding: 8px 12px 3px 12px;
	line-height: 1em;
}

#navi li a.last
{
  background-image:none;
}

#navi li a:hover {
	text-decoration: underline;
}

#navi li a#aktiv  {
}

#foot
{
	float:left;
	width:710px;
	padding-top: 10px;
	text-align: center;
	font-size: 80%;
}

#content
{
	position: relative;
	top:0;
	left:0;
}

#content #left, #content #right, #content #cmsleft
{
	padding: 10px;
 	min-height: 300px;
}

#content #right
{
	float: right;
}
#content #cmsleft
{
	width: 760px;
	float:left;
	background-color: white;
}

#content #left
{
	float: left;
	padding-right: 20px;
	width: 688px;
	background: #222 url('/gfx/content_pattern_bk.gif') repeat-x;
	border: 1px solid #333;
	min-height: 500px;
}
#content #right
{
	position: absolute;
	right:10px;
	top: 170px;
	width: 230px;
}

.dn
{
	display:none;
}

.pagination
{
	margin:3px auto;
	padding:3px;
	text-align:center;
}

.pagination a
{
	border:1px solid #285b34;
	color:#285b34;
	margin:2px;
	padding:2px 5px;
	text-decoration:none;
}

.pagination .current
{
	border:1px solid #285b34;
	color:#000;
	font-weight:700;
	margin:2px;
	padding:2px 5px;
}

.pagination .disabled
{
	border:1px solid #285b34;
	color:#DDD;
	margin:2px;
	padding:2px 5px;
}
hr
{
  display:block;
  margin:15px 0;
  background-color:#ca352f;
  color:#285b34;
  height:1px;
  border-style:none;
}

.info h1,.info h2
{
	margin: 0;
}
.info h1
{
	font-size: 100%;
	color: #555;
}
.info h2
{
	font-size: 100%;
	color: #555;
}

.preview
{
	float:left;
	width:130px;
	height:150px;
}
.preview img
{
	margin: 0 auto;
}
.preview
{
	text-align:center;
}

.preview h1
{
	margin: 2px 0 10px 0;
	font-size: 100%;
}

.infopanel h1
{
	font-size: 115%;
	color: #888;
}
.infopanel h2
{
	font-size: 105%;
	color: #888;
}

.imgpanel
{
	float:left;
	width:130px;
	padding-top: 10px;
}
.imgpanel img
{
	margin-bottom: 10px;
}

.infopanel
{
	float:left;
	padding-top: 10px;
	text-align: justify;
	width:540px;
}
.infopanel a
{
	color: #AAA;
}



label, input,textarea, select, button
{
	float: left;
}

label
{
	font-weight: bold;
	width: 160px;
	clear: both;
	height: 30px;
	padding-right:20px;

	text-align: right;
}
select
{
  background: #222 none repeat scroll 0 0;
	border: 1px solid #ca352f;
	padding: 2px;
	width: 80px;
	color: white;
}
input, textarea, button
{
  background: #222 none repeat scroll 0 0;
	border: 1px solid #ca352f;
	padding: 2px;
	width: 300px;
	color: white;
	padding-bottom: 2px;
}

.inputgroup
{
	width: 300px;
	float:left;
}
input[type="radio"]{
	width: 30px;
	}


input[type="radio"]{
	width: 30px;
	}

textarea
{
	height: 100px;
}
#mytxtarea
{
	height: 400px;
	width: 600px;
}
.submit
{
	width: 150px;
	color: white;
	background-color: #ca352f;
}

#contact input, #contact textarea, #contact button
{
	margin-bottom: 15px;
}

#contact label
{
	margin-bottom: 13px;
}

.fl
{
	width: 150px;
	float: left;
}


.sfl
{
	width: 100px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.radio
{
	width: 30px;
}

.cursor
{
	cursor: pointer;
	color: #999999;
	font-size: 60%;
	font-weight: normal;
}

.adress
{
	font-size: 75%;
	line-height: 1.3em;
}

.eventpre
{
	margin-bottom: 20px;
	margin-left: 10px;
}

#right .fblink {
    background: #254B82;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    border: 1px solid #1A3C6C;
    cursor: pointer; }
    
#right .fblink:visited,#right  .fblink:hover
{
    color: #Fff;
}
#right  .fblink:hover
{
    text-decoration: underline;
}

.partner, .partner img{
    float:left;
}
.partner img{
    max-height: 100px;
    max-width: 100px;
    margin-right:10px;
}


.partner
{
	width:340px;
    height: 100px;
    margin-bottom: 10px;
}