﻿a:link
{
	color: rgb(0,51,204); 
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	font-size: 100%;
	background-color: rgb(255,255,204);
	color: rgb(102,51,153);
}
h1, h2, h3, h4, h5, h6
{
	font-weight:normal; 
	color: rgb(70,70,70); 
}


h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
h4 { 
    margin: 1.33em 0;
    display: block;
        font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
}






.colorwhite
{
	color: rgb(255,255,255);
}

.txtsx
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .5em;
}

.txts
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .67em;
}

.txtm
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .83em;
}
.txtl
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.33em;
}



.fett
{
    font-weight: bold;
}

.myInput
{
	margin-top:2px;
	padding: 4px;
	border: 2px solid #0092C3;
	border-radius: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: medium;
	width: 300px;
}

.myDropdown
{
	margin-top:2px;
	padding: 4px;
	border: 2px solid #0092C3;
	border-radius: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: medium;
	width: 312px;
	cursor: pointer;
}



label {  
/*      background-color:red;  */
    
      margin-top:2px;
      padding-top: 6px;
	  width: 15em;
	  display: block;
	  float: left;
}

a {text-decoration: none; }


ul.punkte{list-style-type: disc;
          font-weight:normal; 
	      color: rgb(70,70,70); 
}

/* set up the button based on a width of 150px and 100px height */
ul.menu li , ul.menu li  a{

    display:block;
    width:190px;
   
    /* height:400px; */
    text-align:center;
    background-position:0 0;
}


/* roll over - move the background image by the height of the button (100px) */
/*ul li a:hover{ background-position: 47% 47%; }*/

/* active state - move the background image by twice height of the button (200px) */
ul.menu li a.active, ul.menu li a.active:hover{ background-position: 52% 203px; border: none; outline: none;} 


/* define each button (background image and text position) */
ul.menu li a.haus
{
    background-image:url(Haus_ws_tr.png); /* define image url */
   	background-repeat: no-repeat;
   	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255);
    font-weight:bold;
    

}
ul.menu li a.wolkefntc
{
    background-image:url(Wolke_Pfeil_ws_tr.png); /* define image url */
	background-repeat: no-repeat;
	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}

ul.menu li a.software
{
    background-image:url(software_ws_tr.png); /* define image url */
	background-repeat: no-repeat;
	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}

ul.menu li a.wolkedinge
{
    background-image:url(Dinge_ws_tr.png); /* define image url */
   	background-repeat: no-repeat;
   	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}
ul.menu li a.shop
{
    background-image:url(einkaufswagen_ws_tr.png); /* define image url */
   	background-repeat: no-repeat;
   	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}
ul.menu li  a.zahnrad
{
    background-image:url(Zahnrad_ws_tr.png); /* define image url */
	background-repeat: no-repeat;
	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}
ul.menu li a.brief
{
    background-image:url(Brief_ws_tr.png); /* define image url */
	background-repeat: no-repeat;
	background-position:50% 180px;
    padding-top:310px; /* position the text using a combination of padding / height) */
    color: rgb(255,255,255); 
    font-weight:bold; 
}


div.outer { position: relative; height: 400px; }
div.outer img.ru { position: absolute; right: 0; bottom: 0; }

