/*
    The class "clearfix" allows stretching of elements containing
    floats. See: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*
    Allgemeine Deklarationen
*/

* { margin: 0; padding: 0;}

object, a, a:hover, a:focus, a:active, h3 {
    outline-style: none;
    -moz-outline-style: none;
}

body {
	background-image: url(../gfx/bg-body.jpg);
	margin: 0; padding: 0;
	background-color: #999; /*#EDEDED;*/
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
    font-size: 14px;
    color: #4E3D4E;
    text-align: center;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

h1, h2, h3 {
    font-weight: bold;
    margin-bottom: 10px;
	text-align: left;
}

p { margin-bottom: 10px; }

ul, li { margin: 0; padding: 0; }

a {
    color: #666;
    text-decoration: none;
    border: none;
}

a:hover { text-decoration: none; }
img, a img { border: none; }

/*
    Seitenlayout
*/

#rahmen {
    border: 3px solid #999999;
    margin: 20px;
    padding: 30px 100px;
    min-width: 1000px;
}


#wrapper {
	width: 936px;
    margin: 0 auto;
}

#header {
    width: 936px;
    height: 100px;
	text-align: left;
	/*margin-bottom: 10px;*/
}

#header #logo {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#header ul {
	list-style-type: none;
}

#header #navi {
	padding-top: 15px;
	font-size: 13px;
}

#footer {
    clear: both;
	position: relative;
    margin: 0 auto;
	/*border-top: 3px solid #ccc;*/
	height: 30px;
	width: 936px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

#footer p.copy {
    float: left;
    padding-left: 20px;
}
#footer p.impressum {
    float: right;
    padding-right: 20px;
}

#content {
    position: relative;
    margin: 0 auto;
}

#content.inner {
    background-color: #fff;
    padding: 20px;
    width: 896px;
    /* height: 596px; */
    border: 1px solid #ccc;
    text-align: left;
}

#content form {
    float: left;
    width: 500px;
    margin-right: 10px;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}


#content p.fehler {
    float: right;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 0.8em;
    text-align: left;
}

#content #confirm {
    height: 328px;
}

#video-overview {
    text-align: left;
}


#video {
    float: left;
    width: 500px;
    margin-right: 30px;
}

#playlist .entry {
    float: right;
    width: 330px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px; padding-bottom: 0;
    font-size: 0.7em;
}

#playlist .entry .teaser {
    float: left;
    margin-right: 20px;
}

#playlist .entry .description h3 {
    margin-bottom: 0px;
}


/*
    Rotator
*/

/* rotator in-page placement */
#rotator {
    position: relative;
    width: 936px;
    height: 636px;
}

/* rotator css */
#rotator ul li {
    position: absolute;
    top: 0; left: 0;
	list-style: none;
}
/* rotator image style */
#rotator ul li img {
	border: 1px solid #ccc;
	padding: 17px;
	background: #FFF;
}
#rotator ul li.show {
	z-index:500;
}

/*
    Kontaktformular
*/

#kontaktform {
    margin-left: 20px;
}

#kontaktform .row {
    clear: both;
    margin-bottom: 10px;
}

#kontaktform ul.errors {
    list-style: none;
    color: red;
}

#kontaktform div.element input,
#kontaktform div.element textarea {
    float: left;
    margin-right: 10px;
}

#kontaktform div.element input {
    width: 200px;
}

#kontaktform div.submit {
    clear: both;
}

/*
 *  Menü
 */

#jsddm {
    margin: 0;
	padding: 0;
    padding-top: 66px;
	font-size: 13px;
    font-weight: bold;
}

#jsddm li {
    float: left;
    list-style: none;
}

#jsddm li a {
    display: block;
    padding: 2px 12px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;

}

#jsddm li a:hover {
    color: #108DEA;
}

#jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 20000;
}

#jsddm li ul li {
    float: none;
    display: inline;
    z-index: 20000;
}

#jsddm li ul li a {
    width: 100px;
    color: #fff;
    /*background: #9F1B1B;*/
    background-image: url(../gfx/shadow-70p.png);
    z-index: 20000;
}

#jsddm li ul li a:hover{
    color: #108DEA;
    z-index: 20000;
}
