﻿/* =============		BASIC-RESET   ===============================*/


*           { padding: 0; margin: 0; font-size: 100.01%; font-weight: normal; }
ul, ol      { list-style: none;}
b, strong   { font-weight: bold; }
img, a img  { border: none; }


/* ==============       FONTS    ====================================*/


body {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #EEE;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}





h1, h2, h3 {
margin-bottom: 0.8em;
font-weight: bold;
line-height: 1.2em;
}

h1	{ font-size: 1.8em; }
h2	{ font-size: 1.3em; }
h3 	{ font-size: 1em; }


/* ================= 		LINKS   ================================*/
a:link,
a:visited {
text-decoration: none;
color: #000;
}
a:hover,
a:focus,
a:active {
text-decoration: underline;
color: #000;
}



a.orange:link,
a.orange:visited {
text-decoration: none;
color: #FF6600;
}
a.orange:hover,
a.orange:focus,
a.orange:active {
text-decoration: underline;
color: #FF6600;
}



/* ==================   CONTAINER-LAYOUT   ===============================*/
#container {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: auto;
    background-color: transparent;
}

#header {
    position: relative;
    height: 40px;
}


#thema {
    height: 214px;
    width: 960px;
    background-image: url(../images/frame-right.gif);
    background-position: right;
    background-repeat: no-repeat;

}

#navi{
    position: absolute;
    height: 20px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
    z-index: 999;
}

/*    ################################
#navi2 {
    position: relative;
    height: 20px;
    background-color: #DAFBFB;    
}

*/

#content {
    position: relative;
    margin-top: 25px;
    background-color: #FFF;
    border: 1px;
    border-style: solid;
    border-color: #CCC;
}

#left {
    position: relative;
    width: 699px;
    float: left;
    background-color: #FFF;
}


#left h1, #left h2, #left h3  {
    margin-left: 50px;
}



#right {
    position: relative;
    width: 258px;
/*    min-height: 720px;   */
    float: right;
    background-color: #FBFBFB;
    border-left: dotted 1px #ccc;
}


.right {
    margin: 10px;
    font-size: 0.86em;
}

#right h1, h2, h3 {
    margin-left: 10px;
}  


.left {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 0.92em;
    line-height: 1.4em;
}

.headline-r {
    display: block;
    width: 220px;
    background-color: #808080;
    color: #FFF;
    font-weight: bold;
    padding: 2px 0px 2px 10px;
}

#logo {
position: absolute;
top: 90px;
left: 725px;
z-index: 90;
}


.geraet {
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-left: 15px;
    margin-top: 30px;
}

.geraet p, .geraet a {
    font-family: Arial;
    color: #666;
    font-size: 1em;
    line-height: 1.2em;
}


/*  ############################################
.left {
    margin: 10px;
    background-color: #00FFFF;
    padding-right: 30px
}

.right {
    margin: 10px;
    background-color: #00CCFF;
    padding-left: 30px
}

*/



#clearfloat {
    clear: both;
}

.cl {
    clear: left;    
}

.cr {
    clear: right;
}

#footer {
clear: both;

background: transparent;
/* margin: 0px;
padding: 0px; */
}
#footer p{
color: #808080;
font-size: 76%;
text-align: center;
}



/* ================   NAVI TOP   ==============================  */

#naviTop {
    position: relative;
    text-align: right;
    display: none !important;
    height: 0px; 
}



#naviTop ul li{
display: inline;
margin-right: 10px;
}
#naviTop ul li a,
#naviTop ul li a:link,
#naviTop ul li a:visited{
text-decoration: none;
color: #666;
}
#naviTop ul li a:hover, .active{
text-decoration: underline;
color: #333;
}

#naviTop ul li#deutsch {
  background: url(../images/flagge-deutschland.gif) no-repeat 0 3px;
}



/* ================   MAIN NAVI    ==============================  */

.menu {
  font-family: arial, sans-serif;
  font-size:12px;
  width:960px;
  position:relative;
  z-index:999;}

.menu ul {
  padding:0;
  margin:0;
 list-style:none;}

.menu ul li {float:left; position:relative;}

.menu ul li a, .menu ul li a:visited { 
  display:block;
  width:150px; height:20px;
  color:#666; background:transparent;
  border:0px solid #ffffff;
  text-decoration:none;
  text-align:center;
  line-height:20px;
  overflow: hidden;}

.menu ul li ul {display: none;}

.menu ul li:hover a {color:#ffffff; background:#888; border-bottom: solid 2px #FFF;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:150px;}
.menu ul li:hover ul li a.hide {background:#dddddd; background-image: url(../images/pfeil-rechts2.png); background-repeat: no-repeat; background-position: 130px 5px; color:#000000;}
.menu ul li:hover ul li:hover a.hide {background:#bbbbbb; color:#000000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#dddddd; color:#000000; font-size: 12px;}
.menu ul li:hover ul li a:hover {background:#BBBBBB; color:#ffffff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:150px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-150px;}



/* ================   NAVI TOP   ==============================  */
#naviTop ul li{
display: inline;
margin-right: 10px;
}
#naviTop ul li a,
#naviTop ul li a:link,
#naviTop ul li a:visited{
text-decoration: none;
color: #666;
}
#naviTop ul li a:hover, .active{
text-decoration: underline;
color: #333;
}

#naviTop ul li#deutsch {
  background: url(../images/flagge-deutschland.gif) no-repeat 0 3px;
}

#naviTop ul li#english {
  background: url(../images/flagge-england.gif) no-repeat 0 3px;
}


/* ================   NAVI FOOTER   ==============================  */
#footer ul li{
display: inline;
}
#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited{
text-decoration: none;
color: #666;
}
#footer ul li a:hover, .active{
text-decoration: underline;
color: #333;
}



/* ===================	OTHERS   ================================== */
/*  p {
margin-bottom: 15px;
} */

.button1 {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 24px;
    border: 0px;
    
}

.button2 {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 24px;
    border: 0px;
}

.button3 {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
}

.orange {
    color: #FF6600;
}