﻿* {
	margin: 0;
	padding: 0;
}
html {overflow: scroll}
body {
	color: #3a2d2d /*grey*/;
	background:#fff;	
	font-size: medium;
}
* html body {
	font-size: small; /* for IE5/Win */
	font-size: medium; /* for other IE versions */
	font-family: Georgia,"Trebuchet MS", "Lucida Grande", Verdana, sans-serif
}
a:link	{
	color:#8f3227/*dark red*/;
	text-decoration:none;}
a:visited{
	color: #909090 /*neutral grey*/;
	text-decoration:underline;
	}	
a:hover {
	color: #000;
	text-decoration:underline;}
a:active {
	color:#e03408 /*red*/;
	text-decoration:none;}
h1 {
	color:#8f3227/*dark red*/;
	font-size: 150%;
	padding: 5px 0 10px 0;}
h2 {
	color:#332a2a /*dark grey*/;
	font-size: 130%;
	font-weight:normal;
	padding: 5px 0;}
h1.main {
	display: inline;
	text-align:center;
	padding: 5px 30px 5px 0;
	margin: 0 0 5px 0;
	background:url(../images/butterfly-hd-right.gif) top right no-repeat;
	min-height: 20px;
	}

h2.deutsch {
	text-align: right;
	font-weight:bold;
	margin-right: -20px;
	padding-right: 0;}	
.center {
	text-align:center;
	}
		
.right {
	text-align:right;}

#header {
	width: 820px;
	height: 170px;
	margin: 0 auto;
	background:url(../images/toppic-mascot-igel.jpg) bottom right no-repeat;}
#header h1 {
	color:#7e1306 /*dark red*/;
	font-size: 200%;
	font-variant:small-caps;
	font-style:italic;
	font-weight:normal;
	padding-top: 40px;}	
#header a {
	text-decoration:none;
	color:#7e1306 /*dark red*/;}

					/* -------------navigation-------------  */
#mainNav {
	background:#d8323b url(../images/topnav-bg.jpg) top left repeat-x;
	}
#mainNav ul {
	width: 820px;
	margin: 0 auto;
	list-style:none;
	}
#mainNav li {
	display:block;
	float:left;
	list-style:none;
	}
#mainNav a {
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 90%;
	padding: 8px 14px;
	border-right: 1px solid #fff;
	}
#mainNav .first {
	border-left: 1px solid #fff;
	}	
#mainNav a:link {
	text-decoration:none;
	}		

#mainNav a:visited {
	text-decoration:none;
	}	
#mainNav a:hover {
	text-decoration:none;
	color:#5f0b01/*dark red*/;
	background:#ec999d /*pink*/ url(../images/topnav-bg-hover.jpg) top left repeat-x;
	}
#mainNav a:active {
	color: #d8323b /*red*/;
	}
	
#mainNav .selected  {
	text-decoration:none;
	font-weight:bold;
	color:#5f0b01/*dark red*/;
	background:#ec999d url(../images/topnav-bg-selected.jpg) top left repeat-x;
	}

.clear {
	clear:both;
	}	
	
#wrapper {
	clear:both;
	width: 820px;
	margin: 0 auto;
	}
#subnav {
        
	width: 220px;
	float:left;
	padding: 0;
	margin: 0;
	background:transparent url('../images/sidenav-bg.png') top right repeat-y;
	}
#subnav ul {
	padding: 10px 0;
	margin: 0;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}	
#subnav li {
	display: block;
	list-style: none;
	}	
	/* ----------ie gap fix ----------- */	
#subnav li a{display:inline-block;}
#subnav li a{display:block;}	

#subnav a {
	display:block;
	width: 200px;
	text-align:right;
	padding: 14px 12px;
	font-weight:bold;
	}
#subnav a:link {
	color:#7e1306 /*dark red*/;
	text-decoration: none;
	}
#subnav a:visited {
	color:#7e1306 /*dark red*/;
	text-decoration: none;
	}
#subnav a:hover {
	color:#7e1306 /*dark red*/;
	text-decoration: none;
	background-color: #fff;
	}
#subnav a:active {
	color:#e03408 /*red*/;
	text-decoration: none;
	}

#start-newsbox {
	background: white;
	border: 1px solid red;
	margin: 50px 0 0 0;
}	
	
#mainContent {
	width: 590px;
	float:right;
	margin: 20px 0 5px 0;
	padding: 0;
	}
#text {
	margin: 5px 50px 5px 10px;
	font-size: 90%;
	padding-bottom: 5px;
	line-height: 160%;}	
#text p{
	padding: 5px 20px 15px 0;
	margin: 0;
	text-align:justify;}
.p-first {
	clear:both;
	margin: 20px 0 0 0;
	padding: 20px 20px 15px 0;
	border-top: 15px solid white;
	}	
#contact-map {
	float:right;
	margin: 30px 0 0 15px;
	padding: 2px;
	border: 1px solid gray;}
#text dl {
	margin-top: 20px;}
#text dd {
	margin: 0 0 5px 10px;
	padding: 0 0 10px 10px;}	
#text ul {
	margin: 0 0 10px 20px;}	
#text li {
	padding: 3px 0;}
#text h2 {
	color:#332a2a /*dark grey*/;
	font-size: 130%;
	font-weight:bold;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;
	clear:both;}	
#text h3 {
	color:#332a2a /*dark grey*/;
	font-size: 120%;
	font-weight:bold;
	clear:both;
	margin: 5px 0 0 0;
	}		
#text h4 {
	color: #494141 /*medium grey*/;
	font-size: 100%;
	font-weight:bold;
	margin: 0 0 -5px 0;
	padding: 5px 0;
	}		
.up {
	float: right;
	text-align:center;
	width: 50px;
	margin: -10px -10px -10px 0;
	}
#googlecal {
	padding: 20px 0;
	margin: 20px 0;}
.img-left {
	float:left;
	margin: 5px 10px 3px 0;
	padding: 4px 5px;
	border: 1px solid #ccc;
	border-bottom-color:#999;}
.img-left-plain {
	float:left;
	margin: 0 8px 3px 0;
	padding: 0;}	
.img-right {
	float:right;
	margin: 5px 0 5px 10px;
	padding: 4px 5px;
	border:1px solid #ccc;
	border-bottom-color:#999;}	
	
					 		/*----------------- event photos ----------------------*/	
#photos h3 {
	font-size: 110%;
	margin: 3px 0;
}
#photos h3 a {
	display:block;
	padding: 0 5px;
	border: 1px solid #d4e9ca;
	border-top-color: #ebf5e7;
	border-left-color: #e4f1dd;
	}
#photos h3 a:link {
	display:block;
	padding: 0 5px;
	border: 1px solid #d4e9ca;
	border-top-color: #ebf5e7;
	border-left-color: #e4f1dd;
	}
#photos h3 a:hover {
	border-color: #d4e9ca;
	background-color: #ebf5e7;
	text-decoration:none;
	}
#photos h3 a:visited {	text-decoration:none;}
p.thumb {
	margin: 10px 0;
	padding: 0;
	float:left;
	font-size: 90%;
	line-height: 180%;
}
p.thumb img {
	display: block;
	margin: 0 auto;
	padding: 4px 4px 0 4px;
	}
p.thumb a {
	display: block;
	width: 100px;
	padding:0;
	margin:0;
	border: 1px solid #d4e9ca;
	border-top-color: #ebf5e7;
	border-left-color: #e4f1dd;
	text-decoration:none;
	text-align:center;
	}	
p.thumb a:link {
	display: block;
	width: 100px;
	padding:0;
	margin:0;
	border: 1px solid #d4e9ca;
	border-top-color: #ebf5e7;
	border-left-color: #e4f1dd;
	text-decoration:none;
	text-align:center;
	}	
p.thumb a:hover {
	border: 1px solid #d4e9ca /*light green*/;
	background-color:#ebf5e7 /*lighter green*/;
	}		

.table {	
	border:1px solid #ccc;
	margin: 0 auto;
	padding: 4px; 
}
.table td {
	text-align:center;
	padding: 5px 10px;
}
.table th {
	text-align:center;
	background: #d4e9ca/*light green*/;
	font-weight:normal;
	padding: 5px 10px;
	line-height: normal;}
table#schedule {
	border:1px solid #d4e9ca /*light green*/;
	}	
table#schedule th {
	text-align:left;
	padding: 4px 10px 0 10px;
	background-color:#ebf5e7 /*lighter green*/;
	}
table#schedule td {
	padding: 4px 5px 4px 0;}	
table#schedule td.table-date {
	padding: 5px 25px;}	
#footer {
	clear:both;
	font-size: 65%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#7e1306 /*dark red*/;
	margin-left: 80px;
	padding: 10px;
}

#postit {
	float: left;
	width: 200px;
	margin-top: 20px;
	color:#000;
	}
#postit_big {
    width: 165px;
	height: 165px;
	padding: 35px 0px 0px 35px;
	margin: 0;
	}	
#postit_small {
	width: 165px;
	height: 85px;
	padding: 35px 0px 0px 35px;
	margin: 0;
	}
.donations_style1 {
	border-style: solid;
	border-color: #FFFFFF;
}
.donations_style2 {
	text-align: left;
}
#rss {
	float: left;
	width: 200px;
	margin-top: 20px;
	color:#000;
	}

p.MsoNormal {
	margin-bottom: 0cm;
	font-size: 12.0pt;
	font-family:"Times New Roman","serif";
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
}
.Namen {
	font-style: italic;
	color: #000033;
}
