/* ALLGEMEIN */


html,
body
{
	background-color: rgb(101,146,199);
	line-height: 1.5em;
}

html
{
}

body
{
	
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



img
{
	border-width: 0px;
}


a
{
	color: rgb(0,117,187);
	text-decoration: none;
}

a:visited
{
	color: rgb(0,117,187);
}


a:hover
{
	color: rgb(106,163,217);
}


h1,h2,h3,h4,h5,h6
{
	font-family: Georgia, serif;
	padding: 0px;
	margin: 1em 0px 0.5em 0px;
	font-weight: normal;
	line-height: 1.2em;
}

.first,
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first
{
	margin-top: 0px;
}

h1.last,
h2.last,
h3.last,
h4.last,
h5.last,
h6.last
{
	margin-bottom: 0px;
}


/* we define margins of p individually */
p
{
	margin: 0px;
	padding: 0px;
}

input,
textarea
{
	background-color: rgb(245,245,245);
	border-color: rgb(102,102,102);
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	width: 350px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}

input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}


input.noFormat
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

span.mandatory
{
	color: rgb(204,0,0);
}

td.mandatory label
{
	padding-right: 10px;
	background-image: url('/media/default/images/mandatory.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
}





div.error
{
}

ul.errorlist
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,0,0);
}

ul.errorlist li
{
	padding-left: 0px;
	margin-left: 15px;
	color: rgb(204,0,0);
}

img.trans
{
	width: 1px;
	height: 1px;
}

div.clear
{
	clear: both;
}


img.icon
{
	vertical-align: middle;
}

a img.icon
{
	margin-right: 5px;
}


/* GUESTBOOK */

table.guestbookEntryForm input,
table.guestbookEntryForm textarea
{
	padding: 4px;
}


table.guestbookEntryForm td
{
	vertical-align: top;
	padding-top: 10px;
}

table.guestbookEntryForm td.description
{
	padding-right: 10px;
	text-align: right;
}

table.guestbookEntryForm label
{
	color: rgb(102,102,102);
}

div.guestbookMessage
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

div.guestbookMessage div.header
{
	font-family: Georgia, serif;
	color: rgb(102,102,102);
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: rgb(204,204,204);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.lightBackground
{
	background-color: rgb(245,245,245);
}

div.darkBackground
{
	background-color: rgb(250,250,250);
}

input.button
{
	background-color: white;
	background-image: url('/media/default/images/button-background.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 3px;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-top-color: #dddddd;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #dddddd;
	width: auto;
}


/* END GUESTBOOK */




/* KONTAKT FORMULAR */

table.contactForm
{
}


table.contactForm th
{
	text-align: right;
}

table.contactForm th label
{
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

table.contactForm th,
table.contactForm td
{
	padding-top: 10px;
	vertical-align: top;
}



/* END KONTAKT FORMULAR */





/* NEWSBOX */

div.newsBox
{
	float: right;
	padding: 10px;
	background-color: rgb(245,245,245);
	width: 300px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

div.newsBox h1
{
	margin-top: 0px;
}

div.newsItem
{
	margin-top: 1em;
}

div.newsBox h2
{
	margin: 0px 0px 0.2em 0px;
	padding: 0px 0px 0.2em 0px;
	font-size: 12pt;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

div.newsItem span.newsDate
{
	color: rgb(153,153,153);
	margin-right: 10px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

div.newsPDF
{
	margin: 1em 0px 0px 0px;
	padding: 1em 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

/* END NEWSBOX */








/* GALERIE */

div.galleryOverview
{
	margin-top: 2em;
}

div.galleryOverview a
{
	width: 125px;
	height: 125px;
	overflow: hidden;
	display: block;
	float: left;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	margin: 0px 10px 10px 0px;
	background-color: white;
}

div.galleryOverview a:hover
{
	background-color: rgb(245,245,245);
	border-color: rgb(190,190,190);
}

div.galleryOverview a img
{
	display: block;
	width: 125px;
	height: 125px;
}

div.galleryImagePage
{
}

div.galleryNavigation
{
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

div.galleryImageCaption
{
	float: right;
	width: 170px;
	font-size: 10pt;
	font-style: italic;
	font-family: Georgia, serif;
	margin-top: 1em;
}



div.galleryImage
{
	float: left;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

div.galleryNavigation span
{
	color: rgb(204,204,204);
}

div.galleryNavigation span.galleryCurrentPosition
{
	color: rgb(153,153,153);
	margin: 0px 1em 0px 1em;
}

/* END GALERIE */




/* Kontakt / google maps */


#stadtplan
{
	width: 100%;
	height: 100%;
	position: relative;
}
