﻿/* 
Stylesheet für www.zum-frohsinn.de
*/


@import url("css_menu_horizontal.css");


* {
	padding: 0px;
	margin: 0;
	top: 0px;
	right: 0px;
}
html {
	height: 101%;
	margin-top: 10px;

}
body {
	color: black;
	background-color: #EDEFF1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
}
#seite {
	color: black;
	background-color: #FFFFFF;
	width: 800px; /*  padding: 15px? org 20px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;

}
#top {
	font-size:small;
	/*background-image: url(../media/header_feierlich.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	height: 115px;
	background-image: url(../media/header_feierlich.jpg);

}

#top a:link {
	text-decoration:none;
}

#navibereich { 
  background-color: #E7E7E9;
  padding-top: 0px ;
  padding-right: 0px; 
  padding-bottom: 0px;
  padding-left: 0px; 
} 


#content {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 21px;
  padding-left: 10px;
}


#footer {

	margin-bottom: 7px;
	text-align:center;
	font-size: 80%; 
	font-style: normal;
	letter-spacing: 2px;
}

#thamm {
	padding-top: 10px;
	margin-top: 1px;
	text-align:right;
	font-size: small;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #9A9A9A;
	font-size: x-small;
	background-color: #EDEFF1;
	background-image:url(../media/end_of_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;

}

#thamm a:link {
	color: #9A9A9A;
	text-decoration:none;
}

h1 {
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 120%;
	color: #7F1F55;
	border-bottom-color: #7F1F55;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #7F1F55;
	border-left-style: solid;
	border-left-width: 20px;
} 
h2 { font-size: 110%; margin-bottom: 1em;}

a {
	text-decoration: none;
	outline: none;
	
}
a:link { color: rgb(247,151,12);}
a:visited { color: #cc6666; }
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { color: white; background-color: rgb(61,134,57); }


	

ul {
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ;
  margin-left: 0; 
}

p {
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ;
  margin-left: 0; 
}
ul { 
  margin: 0;
}
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 1em; 
}

.bildlinks {
	float:left;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	  }

.bildrechts {

	float:right;
	padding: 1px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.bildabstand {

	margin-left: 40px;
	margin-right: 20px;
}
