body {
   background: #fff;
   color: #000;
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

img {
   border:0;
}

.background {
   background-color: #CCCCCC;
}

a:link, a:visited, a:active { 
   color: #1C1C93;
   line-height: 20px;
   text-decoration: none ;
   font-size: 130%;
}

a:hover {
   color: #CC0033;
   line-height: 20px;
   text-decoration: none ;
   font-size: 130%;
}     
	
h1, .title {
   font-size: 130%;
   font-weight: bold;
   color: #313180
}

h2 {
   font-size: 110%;
   margin-top: 24px;
}

code {
   font-size: 90%;
   display: block;
   background: #ffd;
   padding: 3px;
   margin-left: 10px;
   margin-bottom: 50px;
}
		
.error { 
   font-size: 130%;
   font-weight: bold; 
   color: #FF0000; 
}

li { 
   line-height: 16px;
}
	
th {
   font-weight: bold;
}
	
td.button {
   border: 1px solid black;
   text-align: center;
   font-weight: bold;
   background-color: #EEEEEE;
   margin-right: 10px;
   margin-left: 10px;
}
	
td.info {
   border: 1px solid black;
   font-weight: bold;
   font-size: 80%;
   background-color: #EEEEEE;
}
input {
   border: 1px solid #313180;
   background-color: #ECECEC;
}

textarea {
   border: 1px solid #313180;
   background-color: #ECECEC;
}

td.label {
   border: 1px none black;
   text-align: right;
   font-weight: bold;
}
.menutitle {
   font-size: 130%;
   font-weight: bold;
}
.text {
   line-height: 16px;
}
.copyright {
   display: block;
   text-align: center;
   font-size: 80%;
}

.tabelle {
   width: 800px;
   background-color: #8C8CB3;
}

.tabelle-titel {
   font-size: 130%;
   font-weight: bold;
   color: #8C8CB3;
   height: 30px;
}

.tr-titel {
   font-weight: bold;
   background-color: #8C8CB3;
   height: 20px;
}

.tr-hinweis {
   background-color: #ffffff;
   height: 20px;
}

.tr-fehler {
   font-size: 90%;
   color: #FF0000;

}

.tr-inhalt {
   background-color: #ffffff;
   text-indent: 0px;
   height: 20px;
}

#logo {
   position: absolute; 
   left: 0px;
   top: 0px;
   width:200px;
   padding: 10px 0px 0px 0px;
   background-color:#eeeeee;
}

#leftrow {
   position: absolute; 
   left: 0px;
   top: 100px;
   width:200px;
   height:100%;
   border: solid 0px #000;
   background-color:#eeeeee;
}

#rightrow {
   position: absolute;
   right: 0;
   top: 70px;
   width:200px;
   border: solid 0px #000;
   padding: 5px;
   margin-right: 10px;
}

#content {
   position:relative;
   left: 0;
   top: 10px;
   margin-left: 220px;
   margin-right: 230px;
   padding: 0 20px 0;
   background: white;
   height: 100%;
   min-height: 500px;
}

/* Die Teaserbox */
#teaser-box {
   display: block;
}

.teaser {
   width:200px;
   background-color:#8c8cb3;
   border:solid 1px #8c8cb3;
   margin: 1px 1px 10px 10px;
}

.teaser-head {
   background-color:#8c8cb3;
   font-weight: bold;
   color:black;
   padding: 3px;
   margin: 0;
   font-size: 110%;
   border-bottom-width: 2px;
   border-bottom-style: outset;
   border-bottom-color: #999999;
}

.teaser-text {
   background-color: #eeeeee;
   color:black;
   padding: 5px;
   line-height:150%;
} 

/* Das Menü */
#menu-box {
   display: block;
}

.menu {
   width:200px;
   margin-top: 20px;
}

.menu-head {
   background-color:#8c8cb3;
   font-weight: bold;
   color:black;
   padding: 3px;
   font-size: 85%;
   border-bottom-width: 2px;
   border-bottom-style: outset;
   border-bottom-color: #999999;
}

.menu-text {
   background-color:#eeeeee;
   color:black;
   padding: 5px;
   margin-left: 10px;
   line-height:150%;
   font-size: 80%;
} 

#footer {
   text-align: center;
}

#referenzen p {
   margin: 0px;
   padding: 0px;
}
