html,body {
	margin: 15px;
	padding: 0px
	color: #000;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5em;
}

#logotext {
	margin-left: 212px; 
	margin-bottom: 25px; 
	padding-top: 20px;
	font-size: 14pt;
	font-weight: bold;
}

#logotext .small {
	font-size: 8pt;
	color: #888888;
}

#container img {
	margin-left: 5px;
	border-style: none;
	margin-bottom: 5px;
}

ul {
	color:#888888;
	list-style-type:circle;	
}

a {
        color: #000;
	text-decoration:none;
}

p {
	text-align: justify;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	color:#000;
	font-size: 0.8em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

/* positions */

#container {
	background-color:#ffffff;
	width: 100%;
	height: auto;
	text-align: left;
}

#navigation {
	width: 12.8em;
	float: left;
	clear: left;
	background-color: #FFFFFF;
	padding: 0.2em 0.8em 1.4em 0.8em;
	border: 1px solid #aec2ff;
}

#navigation p.subactive {
        font-size: 8pt;
        padding: 0 0 0 0.8em;
	margin: 0px;
	border-top: 1px solid #aec2ff;
	border-bottom: 1px solid #aec2ff;
}

#navigation p.subactive a {
  color: #000;
}

#navigation p.subactive a:hover {
  color: #fff;
  background-color: #aec2ff;
}

h3 a {
	color: #000;
}

#vnav {
	font-style: italic;
	font-size: 8pt;
        color: #000;
	line-height: 0.9em;
	height: 15px;
	float: right;
	margin-top: 15px;
}

.newsbox {
        background-color: #ecf1ff;
}

.newsbox a {
        text-decoration: underline;
}

#content {
	clear: right;
	background-color:#FFFFFF;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #aec2ff;
	margin-left: 15.8em;
}

#content a {
        color: #000;
        text-decoration: underline;
}

#content p {
	margin-left: 1.2em;
	margin-top: 0px;
}

#footer {
	text-align: right;
	width: 100%;
	font-size: 7pt;
}

h3.sponsoren {
	padding-bottom:0.3em;
	padding-bottom:0.3em;
	padding-top:0em;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#aec2ff;
	margin-bottom:0em;
}

/* Gästebuch */
#gbhead ul {
	list-style-type: none;
}

#gbhead li {
	margin: 0px 5px 0px 5px;
	display:inline;
}

/* Tables */
table.contenttable { margin-bottom: 15px; }
.contenttable .tr-even td { background : #e0e0e0; }
.contenttable .tr-odd td { background: #eee; }

/* TYPO3 Editpanel */
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 
table.typo3-editPanel { border: none; background-color: #F6F2E6; }
table.typo3-editPanel TD { border: 0px; background-color: #fff; }

/* TYPO3 Searchpanel */
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
