/* 
	//////////////////////////////
	//
	// pezi
	// stylesheet
	//
	//
	/////////////////////////////
*/

select, input[type=submit], input[type=text], input[type=reset], input[type=file]
{
     background-color: #FFF;
     color: #000;
     border: 1px solid #000;
     font-size: 1em;
}

textarea
{
     font-size: 1em;
     font-family: inherit;
     background-color: #FFF;
     color: #000;
     border: 1px solid #000;
}

/*
    Hyperlinks
*/
a:link, a:visited
{
     color: #FFF;
     background-color: transparent;
    
     text-decoration: none;
}
a:hover
{
     text-decoration: underline;
}

img {
     border: 0;
}

html, body
{
     margin: 0;
     border: 0;
     padding: 0;
     
     width: 100%;
     height: 100%;
     
     background-color: #983d40;
     color: #000;
     
     font-size: 101%;
     font-family: verdana, arial, helvetica, sans-serif;
     
     text-align: center;
}

#container {
     margin: auto; 
     width: 800px;
     min-height: 99%;
     background-color: #000;
     color: #FFF; 
     font-size: 0.7em;
     text-align: left;
	border:solid 1px #FFFFFF;
}

#header {
     padding:0;
     margin: 0 0 25px 0;
     border:0;
}

#sidebar {
     width: 160px;
	margin: 0 0 0 25px;
	float: left;
	background-color: #000;
     color: #FFF;
}

/* Navigation */
#navigation {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}

#navigation li {
     clear: both;
}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	background-color: transparent;
     line-height: 1.5em;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
}



/* News*/
#news {
	padding: 3px;
	margin: 15px 0 0 0;
	border: 1px solid #FFF;
	list-style-type: none;
	background-color: #666;
}

#news a:link, #news a:visited {
	color: #FFF;
	background-color: transparent;
     line-height: 1.5em;
	text-decoration: underline;
	font-size: 1.1em;
}

#news a:hover {
	text-decoration: none;
}

/*
     News
*/
.oneNews {
     background-color: #333;
     color: #FFF;
     border: 1px solid #FFF;
     padding: 3px 10px;
     margin-top: 5px;
}

.titles {
     float: left;
     width: 80px;
     font-weight: bold;
}

.oneNews a {
     color: #FFF;
     background-color: transparent;
}


#galerie {
     width: 150px;
     margin-bottom: 5px;
}

/* Content */
#content {
	margin: 0 15px 0 200px;
/*	border: solid 1px #ffffff;  */
}

#content td {
     vertical-align: top;
     width: 140px;
}

#content img{

	border:solid #FFFFFF 1px;
}


/* links im content */
#content a:link, #content a:visited {
	color:#FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
#content a:hover {
	color:#0066FF;
	background-color: inherit;
	text-decoration: underline;
}
/*
#bottom {
	height:20px;
	margin-top:7%;
	border: solid 1px #ffffff;
*/

/* Ueberschriften */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;	
	background-color: inherit;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: inherit;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: inherit;
}

/* Google Map */
#googlemap {	
	float:left;
	color:#000000;
	background-color:inherit;
	border:solid 1px #FFFFFF;
	margin-bottom: 10px;
}

/*
    Verschiedenes
*/
.error {
     color: #F00;
     background-color: transparent;
     font-weight: bold;
     margin: 0 0 10px 0;
     text-align: center;
}
.meldung {
     font-weight: bold;
     margin: 5px 0 5px 0;
}
.footer {
     margin-top: 25px;
     float:right;
}

.linkVerb {
     float: right;
}

.abstOb {
     margin-top: 10px;
}

.small {
     font-size: 0.8em;
     text-align: center;
}

.breadcrumbs {
     font-weight: bold;
     margin: 10px 0;
     font-size: 0.9em;
}
