/* Allgemeiner Teil, Schrift, Scrollbalken */
body {
margin: 0px;
overflow-x: hidden;
text-align: justify;
background-image: url(bilder/layout/png.png) }

* { 
color: #626262; 
font-size: 12px; 
font-family: verdana; 
line-height: 17px;
 }


img { 
border: 0; }

img.left {
margin: 0px 5px 0 0;
float: left;
}

img.right {
margin: 0px 0 0 5px;
float: right;
}

td.headline {
color: #FFFFFF;
background-color: #f49501;
text-align: center;
font-weight: bold;
}

/* DIVs */
#container {
width: 952px;
text-align: center;
background-image: url(bilder/layout/bg.png);
overflow: hidden; 
}

#header {
width: 952px;
height: 320px;
margin-top: 0px;
background-image: url(bilder/layout/header.png);
}

#kalender {
margin-left: 320px;
margin-top: -234px;; /** sonst -244 **/
width: 238px;
height: 138px; /** sonst 148 **/
}

#navigation{
float: left;
width: 240px;
margin-left: 60px;
margin-top: 26px;
text-align: justify;
} 

#content {
width: 576px;
margin-top: 69px;
margin-left: 323px;
text-align: justify;
}

#footer { clear: left; }

#box 
{  
	background-color: 	transparent;
	padding:			10px;
	margin-left:		20px;
	margin-right:		20px;
	margin-top:			0px;
	margin-bottom:		0px;
	border:				1px dotted #f49501;
	border-radius:		5px;
	-moz-border-radius:	5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

/* Schriftformatierungen */
b { 
color: #f49501; 
font-size: 12px; 
font-family: verdana; 
font-weight: bold; 
line-height: 16px; } 
i { 
color: #69931c; 
font-size: 12px; 
font-family: verdana; 
font-style: italic; 
line-height: 16px; }
u  { 
color: #626262; 
font-size: 12px; 
font-family: verdana; 
line-height: 16px; text-decoration: none;
border-bottom: 1px solid #69931c; }
em {
color: #626262;
}

.kategorie { color: #f49501; font-weight: bold; }

/* Überschriften */
.head  { 
font-size: 14px;
font-weight: bold; 
text-align: left; 
color: #ffffff; 
font-variant: small-caps;
padding-left:22px; 
height: 17px; 
background: #69931c;
border: 0px; }
.head2  { 
color: #f49501; 
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid #f49501; }
.head3   {
color: #626262; 
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid #626262; }
.headnavi  { 
font-size: 14px;
font-weight: bold; 
text-align: left; 
color: #ffffff; 
font-variant: small-caps; 
padding-left:22px; 
height: 17px; 
background: #f49501;
border: 0px; }
h1 { 
font-size: 12px;
border-bottom: double #626262; }


/* Links */
a  { 
color: #69931c; 
font-size: 12px; 
font-family: verdana; 
line-height: 15px; 
text-decoration: none; 
border-bottom: 1px solid #e78202; }
a:hover { 
color: #ffffff; 
font-size: 12px; 
font-family: verdana; 
line-height: 15px; 
text-decoration: none; 
background-color: #69931c; }
a.smileys {
color: #e78202; 
font-size: 12px; 
font-family: verdana; 
line-height: 15px; 
text-decoration: none; 
border: 0px; }


/* Formulardaten, Textfelder, Listen, Stundenplan */
textarea, input, submit, send, select { 
color: #626262;
font-size: 12px; 
font-family: verdana; 
line-height: 16px; background-color: #ffffff; 
text-align: left;
border: 1px solid #e78202; }
option {
color: #69931c;
font-size: 12px; 
font-family: verdana; 
line-height: 16px; background-color: #ffffff; 
text-align: left; }
.plan {
color: #626262;
font-size: 12px; 
font-family: verdana; 
line-height: 16px; 
background-color: #ffffff; 
text-align: left;
border: 1px solid #e78202; }
.kritik {
color: #626262;
font-size: 12px; 
font-family: verdana; 
line-height: 16px; 
background-color: #ffffff;
text-align: left;
border: 2px solid #e78202;
}
.kritik1 {
color: #626262;
font-size: 12px; 
font-family: verdana; 
line-height: 16px; 
background-color: #ffffff;
text-align: left;
border: 1px solid #e78202;
}
.kritik2 {
color: #ffffff;
font-size: 14px; 
font-family: verdana; 
font-weight: bold;
line-height: 17px; 
background-color: #e78202;
text-align: center;
border: 1px solid #e78202;
}
.kalender td {
text-align: center;
width: 25px; }
ul {
list-style-image: url(bilder/layout/navi.png); }

/* Cutenews */
.eintrag {
margin-bottom: 30px;
width: 560px; }

.title {
font-weight: bold;
width: 560px; }

.title2{
width: 400px;
text-align: left;
float: left; }

.date {
text-align: right; 
font-weight: bold;
font-color: #f9aa00;
width: 200px; }

.story {
text-align:justify;
padding: 3px; }

.weiterlesen {
widht: 300px;
text-align: left; }

.kommentarelesen {
width:300px;
text-align: right; }

.kommentar {
border-bottom: 1px solid #69931c; }

.eintrag2 {
margin-bottom: 30px;
width: 560px;
background-color: #fff5c5;
border: 1px solid #69931c; }
