body {		background: url(bilder/bg.jpg);
       		background-color: #061E41;
		background-position: center center;
       		background-repeat: no-repeat;
       		font-family: arial,serif;
       		background-attachment:fixed;
       		text-align: left;
       		font-size: 90%;
       		color: #FFFFFF;
     }

a { 		color: #5D7390;
    		font-weight: bold;
  }
a:hover {        color: #FFFFFF;
        }

.center {	text-align: center;
        }

.right {		text-align: right;
       }

h4 { 		font-size: 120%;
     		color: #BBBBC0;
     		text-decoration: none;
     		text-align: left;
     		padding-left: 10px;
     		display: inline;
   }
p { 		padding-left: 10px;
    		padding-right: 10px;
    		text-align:justify;
  }
ul { 		margin-left: 0px;
     		padding-left: 27px;
     		list-style-image:url(bilder/pfeil.gif)
   }

hr { 		height:3px;
     		border-width:1px;
     		border-style: solid;
     		border-color: #222222;
     		background-color: #2D4360;

   }
hr.small { 	height: 0px;
	  	margin-top: 0px;
     	  	border-color: #2D4360;
	}

hr.gb_antwort {	height:1px;
     		border-width:0px;
     		border-style: solid;
     		border-color: #222222;
     		background-color: #4D6380;
   	     }

input.button { 	background-color:#2D4360;
             	border-color:#4D6380;
             	color:#FFFFFF;
             	border-style:solid;
             	border-width:1px;
             }

.txt      {  	background-color:#2D4360;
             	border-color:#4D6380;
             	color:#FFFFFF;
             	border-style:solid;
             	border-width:1px;
             	width:240px;
             	font-family:Verdana,Arial,serif;
           }

input.txt-hp { 	background-color:#2D4360;
             	border-color:#4D6380;
             	color:#FFFFFF;
             	border-style:solid;
             	border-width:1px;
             	width:175px;
             	font-family:Verdana,Arial,serif;
             }

input.button:hover{ background-color:#3D5370;
         	 }
                            /*  #510F00 #712F20 */
.txt:hover {	background-color:#3D5370;
           }
input.txt-hp:hover { background-color: #3D5370;
		  }

div.norm { 	background: transparent;
         	border-width: 1px;
         	border-style: solid;
         	border-color: #4D6380;
         	margin: 4px 4px 4px 4px;
	}

table.norm { 	background: transparent;
         	border-width: 0px;
         	border-style: solid;
         	border-color: #4D6380;
		width: 100%;
         	text-align:left;
}
th.norm {	background-color: #2D4360;
        }

th.norm_date { 	background-color: #2D4360;
	    	white-space:nowrap;
	    	text-align: right;
	    }

img.smile { 	border-width:0px;
	   	width:15px;
            	height:15px;
}
td.th {		background-color: #2D4360;
      }

td.th-date { 	background-color: #2D4360;
	    	white-space:nowrap;
	    	text-align: right;
	  }
div.gb_antwort {
	        font-family: verdana, arial;
		font-size: 80%;
		color: #CCCCCC;
	      }
