/* CSS Document */


/* ------------------------------------------------------------------------------------------------------- Allgemeines */

body	{
	margin: 0px 0px 0px 0px;
	background: #F6F6F4 url(../img/bg.jpg) repeat-x top center;
}

#page	{	/* Zentrierte Seite, auch im Footer anpassen! */
	top: 0px;
	left: 40px;
	width: 940px;
	position: relative; 
	text-align: left;
}

img	{
	border-width: 0px;	
}

/* ------------------------------------------------------------------------------------------------------- Typographie */

body	{
	font-family: Calibri, Arial, sans serif;
	font-size: 16px;
	line-height: 130%;
}

p	{
	padding-right:20px;
}

h1	{
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#header h1	{
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h3	{
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
	padding-right: 20px;
	margin: 0px 0px 50px 0px;
}

a, li a	{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline; 
}

#quote, #linklist	{
	font-size: 15px;
}

#bold	{
	font-weight: bold;
}

th	{
	font-weight: bold;
}

td, th	{
	text-align: left;
}

#kontakt	{
	font-size: 16px;
	line-height: 120%;
	color: #5E711E;
}

.WebYepGalleryText {
	font-size: 1px;
	line-height: 1px;
	display:none;
}


/* ------------------------------------------------------------------------------------------------------- Farbe */

body, h3, td	{	color: #483E3A;		/* Allgemeine Textfarbe, Normalerweise #333333 */
}

h1, h2, td	{	color: #5E711E;
}

a	{
	color: #94AD00;
}

a:hover, li a:hover	{
	color: #94AD00;
	/* background-color: #DDDDFF */
}

#gallery h3	{	
font-weight: bold;
color: #483E3A;
margin: 0px 0px 5px 0px;
}

 
#content a	{
	color: #483E3A;
	text-decoration: none;
}

#content a:hover	{
	color: #483E3A;
	text-decoration: underline;
}

#quote a	{
	color: #5E711E;
	text-decoration: none;
}

#quote a:hover	{
	color: #5E711E;
	text-decoration: underline;
}




/* ------------------------------------------------------------------------------------------------------- Logo */

#logo	{
	top: 70px;
	left: 0px;
	position: absolute;
	width: 220px;
	height: 60px;
}




/* ------------------------------------------------------------------------------------------------------- Navigation */

#nav	{
	top: 200px;
	left: 22px;
	position: absolute;
}

#nav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li a	{
	width: 200px;
	height: 14px;
	display: block;
	padding-bottom: 18px;
}

#nav li a:hover	{
	/* background-color: #F5F5F5; */
	text-decoration:none;
}



/* ------------------------------------------------------------------------------------------------------- Content */


#main { 			/* Genereller Content-Bereich  */
	width: 680px;
	margin-left: 260px;
}
/*
#main ul	{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#main li	{
	margin: 0px 0px 5px 0px;
}
*/

#abdecker1 {
	width: 80px;
	height:100px;
	top: 0px;
	left: 860px;
	position:absolute;
	background-image: url(../img/white1.jpg);
}

#abdecker2 {
	width: 680px;
	height:210px;
	top: 100px;
	left: 260px;
	position:absolute;
	background-image: url(../img/white2.gif);
}

#content	{       /* Hauptspalte für text  */
	width: 420px;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#side	{   	/* Marginalienspalte  */
	float: right;
	width: 220px;
	margin-top: 40px;
}

#gallery	{       /* Ganze Seitenbreite  */
	width: 680px;
	margin-top: 40px;
	margin-bottom: 70px;
	padding-bottom: 50px;
}

.WebYepGalleryImage {
	margin-bottom: 20px;
}

#header {
	top: 260px;
	left: 260px;
	position:absolute;
}


/* ------------------------------------------------------------------------------------------------------- Spezielle Formate */

#linklist	{
	background: #EEEEEC url(../img/bg_links.gif) repeat-x top left;
	padding: 15px 35px 5px 25px;
	margin-bottom: 24px; 
}


#linklist ul	{
	margin: 0px;
	padding: 0px;
	list-style-image: url(../img/pfeilbraun.gif);
	list-style-position: outside;
}

#linklist li	{
	margin: 0px;
	padding-bottom: 10px;
}

#quote	{
	width: 410px;
	margin-left: -20px;
	margin-bottom: 30px;
	background: #FFFFFF url(../img/bg_quot.gif) top left no-repeat;
	padding: 15px 30px 18px 20px;
}

#termine	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/news.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.popup1 {
top: 100px;
left: 47px;
width: 390px;
position:absolute;
color: #5E711E;
}

.popup2 {
top: 216px;
left: 496px;
width: 185px;
position:absolute;
color: #FFFFFF;
}



/* ------------------------------------------------------------------------------------------------------- Clearer */

.clearer {
    clear : both;
    height :1%;
}


.login {
top: 0px;
left: 0px;
position:absolute;
}


.spacetop {
margin-top: 25px;
}

/*
#spacebelow {
padding-bottom: 5px;
}
*/

.left {
width: 200px;
float: left;
}

.right {
width: 200px;
float: right;
}

