@charset "utf-8";
/* CSS Document */

html, body {
  	background:url(./../grafik/background.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
    color:rgb(0,0,153);
}

h1 {
   	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 200%;
    padding-left:30px;
    color:#009;
}

h2 { 
   font-family: "Times New Roman", Georgia, Times, serif;
   font-size: 150%;
   padding-left:30px;
   color:#009;
}

h3 {
	position: relative; 
    top: -30px; 
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	font-style:italic;
	color:rgb(0,0,153);
	text-align:left;
}

h4 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
	color:rgb(0,0,153);
	text-align:center;
}

h5 {
   font-family: "Times New Roman", Georgia, Times, serif;
   font-size: 100%;
   padding-left:15px;
   color:#009;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: rgb(0,0,153);
	padding-left: 30px;
	padding-right: 30px;
	font-size: medium;
}

.list {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	color: rgb(0,0,153);
	padding-left: 50px;
	padding-right: 30px;
	font-size:14px;
}

.outerbox {
	background-color:rgb(255,239,191);
	width:994px;
	height:1250px;
	border-color:rgb(255,220,115);
	border-width:5px;
	
	margin-left:auto; margin-right:auto;
	
	/* Firefox v1.0+ */
	-moz-border-radius:20px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:20px/20px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:20px/20px;
	border-style:solid;
	}

.headerbox {
	width:960px;
	height:260px;
	margin-top:8px;
	margin-left:auto; margin-right:auto;
	z-index:1;
}

.navibox {
	width:953px;
	height:30px;
    position: relative; 
    top: 2px; 	
	margin-top:5px;
	margin-left:auto; margin-right:auto;
	}

.zitat {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:rgb(0,0,153);
	text-align:center;
}

.author {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:rgb(0,0,153);
	text-align:center;
}

.info {
	position: absolute;
	width: 940px;
	height: 235px;
	margin-top: -250px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:8px;
	font-weight:lighter;
	color: #CFF;
	z-index: 0;
}

.nachoben {
	font-family: "Times New Roman", Times, serif;
	color: rgb(0,0,153);
	font-size: medium;
	text-align:right;
	margin-right:20px;
}

#menu {
	text-align: center;
    position: relative; 
    top: -35px; 
    left: -20px; 
}

#menu li{
	list-style-type: none;
	border: solid 0px #000000;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: inline-block;
}

#menu li a {
	color:rgb(0,0,153);
    text-decoration:none;
    font-weight: bold;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:14px;
    display: block;
}

#menu li:hover {background-color:#CCC;}

#submenu {
	width: 270px;
	margin-left: 20px;
	padding-left: 0px;
	text-align: left;
    position: relative; 
    top: 0px; 
    left: 0px; 
}

#submenu li{
	list-style-type: none;
	border: solid 1px #525F88;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#B4CBF6;
	text-align: center;
	display: inline-block;
}

#submenu li a {
	color:rgb(0,0,153);
    text-decoration:none;
    font-weight: bold;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:12px;
    display: block;
}

#submenu li:hover {background-color:#CCC;}

#kalender td {
	color:rgb(0,0,153);
    font-weight: normal;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size: medium;
	text-align: left;
	padding-left:5px;
}

.box {
    position: relative; 
    top: -45px; 
	background-color: rgb(255,251,236);
	width: 952px;
	height: 843px;
	margin-top: 8px;
	border-color: rgb(164,199,231);
	border-width: 4px;
	margin-left: auto;
	margin-right: auto;
	/* Firefox v1.0+ */
	-moz-border-radius: 18px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 18px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 18px;
	border-style: solid;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	}

.logo {
    position: relative; 
    top: -33px; 
	float:left;
	width:100px;
	height:50px;
	margin-top:5px;
	margin-left:21px;	
	margin-right:20px;
	}

	  
	  
	  
.rot {
	color: #F00;
}
.outerbox .box table tr td p strong {
	color: #F00;
}
.Rot {
	color: #F00;
}
