/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/  - a tutorial about CSS-P - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/

BODY {
  background: url(images/Corner.gif) #FFFFFF no-repeat;
  color: #115074;}
    
H1, H2, H3 {font-family: Verdana, Arial, Helvetica, sans-serif;}
P, UL, OL, DL {font-size: 0.8em; margin-top: 2px; margin-bottom: 2px;}
P A {font-size: 0.9em;}
P UL {font-size: 0.9em;}
P DL {font-size: 0.9em;}
P OL {font-size: 0.9em;}

.six {font-size: 0.75em;} 
.zwei {font-size: 0.9em; margin-left: 2%;}
.mit {text-align: justify;}
.halbmitte {text-align: justify; margin-left : 20%; margin-right: 15%;}
.innen { margin-left: 10%; margin-right: 10%;}

.red {color: #FF6347; background-color: transparent;}
.green {color: #008000; background-color: transparent;}

strong {font-weight: 700;}
big {font-size: 1.1em; font-weight: 600;}
small {font-size: smaller; font-weight: normal;}

A:link {color : #2E5870; font-weight: 600; background-color: transparent;}
A:visited {color : #C71585; font-weight: 600; background-color: transparent;}
A:hover {color : #778899; text-decoration: none; font-weight: 600; background-color: transparent;}
A:active {color : #FF0000; text-decoration: none; font-weight: 600; background-color: transparent;}
A.tot {color: #000000; text-decoration: none; font-weight: 600; background-color: transparent;}

.Navigation {
     position: absolute;
     left: 5px; 
     top: 130px; 
     width: 100px; 
     height: auto; 
     font-family : Verdana, Arial, Helvetica, sans-serif;
     background: #ECF2F6;
     layer-background-color: #ECF2F6;
	   border-color: #4D8EB3;
	   border-style: double;
	   border-width: 3px;
     padding: 1px;
     font-size: 13px;
}     

.Content { background-color: transparent;
    margin-top: -10px;
    margin-left: 105px;
    margin-right: 5%;
    padding: 1%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color: #115074;
}

.box {
  background: #FFFFFF;
	color : #11405B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-weight : normal;
	margin-left : 5%;
	margin-right : 10%;
	padding : 1%;
  border: 1px dotted #4D8EB3;
}

.box2 {
  background: #ECF2F6;
  layer-background-color: #ECF2F6;
	color : #11405B;
	font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
	font-weight : normal;
	margin-left : 0px;
	margin-right : auto;
	padding : 1%;
  border: 1px solid #4D8EB3;
}


.rrand {border: 3px #FFFFFF solid;
        float: right;}
.lrand {border: 5px #FFFFFF solid;
        float: left;}
        
.linear {	FILTER: alpha(opacity=50, style=1, -moz-opacity="50%");}        

.oldbrowser {display: none;}