*{
	margin: 0;
	padding: 0;
}

body{
	background: transparent url(img/body_bg.png);
	font-family: Arial;
	color: lightgrey;
}

li {
	height:15px;
	width:200px;
	overflow:hidden;  /* Important */
	list-style: none;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1;
                              /* Rounded Corners */
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
                              /* Box Shadow */
       -moz-box-shadow: 0 2px 4px #000;
       -webkit-box-shadow: 0 2px 4px #000;
                              /* Text Shadow */
       text-shadow: 0 -1px 1px #222;
       border-bottom: 1px solid #222;
       padding: 10px 10px 6px;
       margin-top: 5px;
       background-image:url(img/li_bg.gif);
	   font-family: Arial;
}
li p {
	margin-top:12px;
	font-size:12px;
	color:#6CF;
}

li a:link, a:visited{
	color: #6CF;
	text-decoration: none;
}

li a:hover{
	text-decoration: underline;
}

a#eigen:link, a#eigen:visited{
	color: lightgrey;
	text-decoration: none;
}

a#eigen:hover{
	text-decoration: underline;
}

h1.menu{
	font-size: 12px;
	color: lightgrey;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 27px;
	color: white;
	margin: 0;
	padding: 5px 10px;
}

h3{
	font-size: 17px;
	color: white;
	margin: 0;
	padding: 5px 10px;
}

#header{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: transparent url(img/header_bg.png);
	background-repeat: x-repeat;
}

#content{
	width: 900px;
	height: auto;
	min-height: 500px;
	position: relative;
	margin: auto;
	background-color: transparent;
}

#menu{
	width: 230px;
	height: auto;
	position: relative;
	float: left;
	background-color: transparent;
}

#video{
	width: 650px;
	height: auto;
	min-height: 360px;
	position: relative;
	float: right;
	background-color: transparent;
}

#info{
	width: 630px;
	padding: 10px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(img/li_bg.gif);
	position: relative;
	font-size: 12px;
	float: right;
		                      /* Rounded Corners */
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
                              /* Box Shadow */
       -moz-box-shadow: 0 2px 4px #000;
       -webkit-box-shadow: 0 2px 4px #000;
}

#faq{
	width: 630px;
	padding: 10px;
	height: auto;
	margin-top: 5px; /* gleiche wie bei li oben*/
	margin-bottom: 20px;
	background-image: url(img/li_bg.gif);
	position: relative;
	font-size: 12px;
	float: right;
		                      /* Rounded Corners */
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
                              /* Box Shadow */
       -moz-box-shadow: 0 2px 4px #000;
       -webkit-box-shadow: 0 2px 4px #000;
}

table tr td{
	padding: 5px 5px;
}

.marginlinks20{
	margin-left: 20px;
}

.marginlinks10{
	margin-left: 10px;
}

#frage{
	font-weight: bold;
	font-size: 13px;
}

p{
	margin-top: 10px;
}


a:link, a:visited{
	color: #6CF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.button{
	border: 1px solid #2F5BB7;
	border-radius: 3px;
	background-color: #3596e8;	
	padding: 4px 8px;
	color: white;
	text-shadow: 1px 1px 0px black;
	font-weight: bold;
}

.button:hover{
	background-color: #357AE8;
	cursor: pointer;
}

.textbox{
	border: 0;
	border-radius: 3px;
	background-color: #424242;	
	padding: 4px 8px;
	color: white;
	text-shadow: 1px 1px 0px black;
	font-weight: bold;
}

.textarea{
	width: 260px;
	border: 0;
	border-radius: 3px;
	background-color: #424242;	
	padding: 4px 8px;
	color: white;
	text-shadow: 1px 1px 0px black;
	font-weight: bold
}

#abstand{
	height: 30px;
	background-color: transparent;
}




#kommentar{
	font-size: 15px;
	margin-bottom: 15px;
}

#kommentar #kopf{
	line-height: 25px;
	padding-left: 15px;	
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(img/body_bg.png);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: white;
	font-family: "Trebuchet MS", Arial, Tahoma;
}

#textnews{
	margin-left: 25px;
	color: white;
	font-family: "trebuchet ms";
	font-size: 14px;
}

#kopfnews{
	line-height: 25px;
	padding-left: 15px;	
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(img/kommentar_bg.png);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Times new roman";
    font-size: 12px;
	color: white;
}

#kopfnews h3{
	font-size: 20px;
	font-family:Arial, Verdama, Tahoma;
}

#kommentar #text{
	margin-left: 25px;
	color: white;
	font-family: "Times new roman";
}

hr{
	color: grey;
}


#footer{
	width: 100%;
	height: 20px;
	max-height: 20px;
	padding: 35px 0px;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	position: relative;
}

#footer #counter{
	position: absolute;
	top: 50%;
	left: 50px;
}

#footer #icons{
	position: absolute;
	top: 40px;
	right: 60px;
	height: 35px;
}

#clear{
	clear: both;
}


li#like{
	height:20px;
	width:200px;
	overflow:hidden;  /* Important */
	list-style: none;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1;
                              /* Rounded Corners */
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
                              /* Box Shadow */
       -moz-box-shadow: 0 2px 4px #000;
       -webkit-box-shadow: 0 2px 4px #000;
                              /* Text Shadow */
       text-shadow: 0 -1px 1px #222;
       border-bottom: 1px solid #222;
       padding: 8px 10px 6px;
       margin-top: 5px;
       background-image:url(img/li_bg.gif);
	   font-family: Arial;
}
