/* Css datei
 *
 *
 *---------- Allgemein gültige Formatierungen ----------------*/

body, html {
         height: 100%;
	padding: 0;
	margin: 0;
         background-color: #5d5d5d;
	text-align: center;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;

}

h1 {
    	font-size: 1.2em;
         padding: 8px;
         color: #000000;
         margin: 0;
}

h2 {
   	font-size: 1.1em;
         padding: 2px;
         color: #444;
}

h3 {
	font-size: 1.7em;
         color: #900;
         text-decoration: underline;
}

h1, h2, h3 {
	font-family : arial, helevetica, verdana;
}

ul {
	/*font-size: 1.0em;*/
	line-height: 1.4em;
	color: #525252;
	font-family :  arial, helevetica, verdana;
}

p {
	font-size: 1.0em;
	line-height: 1.0em;
	color: #525252;
	font-family :  arial, helevetica, verdana;
}
li {
	font-size: 1.2em;
}
.friends a{
	display:block;
}

.friends2 a {
	display:block;
}
.friends3 a {
	display:block;
}
.friends {
         border-style:solid;
         border-width: thin;
         border-color:#000000;
	background-color: #dedacb;
	list-style: none;
         font-size: 1.0em;
         color: #000;
         clear:right;
         margin: 0 100px;
         padding-right: 10px;
         min-height: 125px;
}
.friends2 {
         border-style:solid;
         border-width: thin;
         border-color:#000000;
	background-color: #c4c0b2 ;
	list-style: none;
         font-size: 1.0em;
         color: #000;
         clear:right;
         margin-left: 200px;
         padding-right: 10px;
         min-height: 125px;
}
.friends3 {
         border-style:solid;
         border-width: thin;
         border-color:#000000;
	background-color: #f0ecdd;
	list-style: none;
         font-size: 1.0em;
         color: #000;
         clear:right;
         margin-right: 200px;
         padding-right: 10px;
         min-height: 125px;
}



.hpbild{
float: right;
}

ul.Friends2{
          list-style-type: disc;
          color: #900;
          font-size:0.6em;
}
ul.Friends2 a{

          font-weight:normal;
          list-style-type: disc;
}


ul.active a{
          color: #900;
}

form {
	font-size: 1.0em;
}

label {
	font-size: 1.0em;
         font-weight: bold;
         font-family :  arial, helevetica,verdana;
	clear: both;
         float: left;
         width: 50px;
         text-align: left;
}

/*------------------------ Sektionsweite Formatieren -----------------*/

#layer {
         position:relative;
	padding: 0;
	width: 770px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
         border-style:outset;
         border-width: thin;
         border-color:#000000;
         top: 10%;
}

#nav {
         padding: 0;
         margin: 0;
         margin-left: 30px;
}

#bild {
	float: right;
         border-style: outset;
         border-width: thin;
         border-color: #000;
	width: 170px;
	height: auto;
         margin-top: 20px;
         margin-right: 40px;
         font-size: 0.6em;
	line-height: 0.9em;
	font-family :  arial, helevetica, verdana;
}
#contactbild {
	float: right;
         border-style: outset;
         border-width: thin;
         border-color: #000;
	width: 300px;
	height: auto;
         margin-top: 20px;
	margin-bottom: 40px;
         margin-right: 40px;
         font-size: 0.6em;
	line-height: 0.9em;
	font-family :  arial, helevetica, verdana;
}

#banner {
         background-repeat:no-repeat;
	width: 770px;
	height: 50px;
         margin: 0;
         padding: 0;
         background-image: url('img/banner2.gif');
}

#sprachen {
	float: right;
         margin-top: 25px;
         margin-right: 20px;
         font-family :  arial, helevetica, verdana;
}

#text{
	position:relative;
	font-size: 0.8em;
         text-align: left;
	padding: 0px 8px;
         height: auto;
}

#bild2 {
	float: right;
    width: 300px;
	height: auto;
    font-size: 0.8em;
	font-family :  arial, helevetica, verdana;
	margin-right: 20px;
}


#motioncontainer{
	position:relative;
         width:700px;
         height:110px;
	margin: 35px;
         overflow:hidden;
         background-color: #dedacb;
         border-top-style:dashed;
         border-bottom-style:solid;
         border-width: thin;
         border-color:#000000;
         clear:right;
}

#motiongallery{
	position:absolute;
         left:0;top:0;
         white-space:nowrap;
	padding:  5px 0;
}
#divarrowleft{
	position:absolute;
         left:0;

}
#divarrowright{
	position:absolute;
	right:0;
}
#futer {
	text-align: center;
         padding-bottom: 8px;
         font-family :  arial, helevetica, verdana;
         clear:right;
}