/* Allgemeiner Teil, Schrift, Scrollbalken */
body {
margin: 0px;
overflow-x: hidden;
background-image: url(bilder/layout/bg.jpg); }
* { 
color: #626262; 
font-size: 12px; 
font-family: verdana; 
line-height: 16px; }


img { 
border: 0; }

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

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

/* DIVs */
#kalender {
	left: 344px;
	top: 88px;
	position: absolute;
	width: 238px;
	height: 138px;
}

#content {
left: 356px;
top: 288px;
position: absolute;
width: 562px; }

#navigation {
left: 89px;
top: 273px;
position: absolute;
width: 236px; }

#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; }

.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; }
.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; }
.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; }