/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;

}
#wrapper { 
 margin:20px auto;
 width: 90%;
 max-width:1000px;
 overflow: auto;
 border: 1px solid #b01016;
  -moz-border-radius:20px;
  -khtml-border-radius:20px;
 background:#ffffff;

}
#wrapper2 { 
 margin: 0;
 width: 100%;
 overflow: auto;

}
#header {
 width: 100%;
 float: left;
 margin: 0px 0px 0px 0px;
 padding-top:20px;
 background: url(images/logo-sonne-3.png) no-repeat #FFFDE8;
 -moz-border-radius-topleft:20px;
 -khtml-border-radius-topleft:20px;
 -moz-border-radius-topright:20px;
 -khtml-border-radius-topright:20px;
 background-position: bottom left;
 padding-bottom: 10px;
}
#navigation {
 float: left;
 width: 100%;
 margin: 0px 0px 0px 0px;
 border-top: 1px solid #b01016;
 border-bottom: 1px solid #b01016;
 background: #fffde8;
 color: #b01016;
 padding:10px 0px;
 background-image: url(images/menu_bg.gif);
 background-repeat: repeat-x;
}
#leftcolumn { 
  margin: 0px 0px 0px 0px;
 width: 70%;
 float: left;
 background: #ffffff;
}
#rightcolumn { 
 float: right;
 width: 28%;
 margin: 0px 0px 0px 10px;
 display: inline;
 background: #ffffff;
 text-align: center;
}
#centercolumn { 
 float: right;
 width: 100%;
 margin: 0px 0px 0px 10px;
 display: inline;
 background: #ffffff;
 text-align: center;
}

#footer { 
 width: 100%;
 clear: both;
 color: #aaaaaa;
 margin: 10px 0px 0px 0px;
 text-align: center;
 padding:3px 0px;
}

.logo {
 margin-right:30px;
 margin-top: 10px;
 margin-bottom: 10px;
 float:right;
}

.logoheadline {
	margin:10 auto;
	color: #58595B;
	font-size: 1.8em;
	text-align:center;
	line-height: 1.4em;
}

.img-right-column {
 margin: 5px 90px;
 float: left;
 clear: left;
 width: 120px;
}

.teaser {
	background: url(images/teaser.gif) #FFFFCC;
   background-position: right top;
	background-repeat: no-repeat;
	width: 17em;
	height: auto;
	border: 1px solid #ffd700;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;

	margin: 3em 0em 3em 3em;
	padding: 10px;
	float: left;
	
}

.teaser:hover {
	background: url(images/teaser-hover.gif) #F8E8E8;
   background-position: right top;
	background-repeat: no-repeat;
		border: 1px solid #b01016;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
}

.teaser h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
	margin-top:20px;
}

.teaserlink {
	text-align: right;
	margin-top:20px;
	
}

.teaserlink a {
	color: #b01016;
	text-decoration: none;
}

.menu {
	font-size:1em;
	color: #b01016;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	height:40px;
	padding:10px;
	border-right: 1px solid #edc9c9;
}

.menu:hover {
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	height:40px;
	padding:10px;
	color: #57585a;
   font-size:1em;
	border-right: 1px solid #edc9c9;
}

.active-menu {
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	height:40px;
	padding:10px;
	color: #57585a;
	border-right: 1px solid #edc9c9;
   font-size:1em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #57585a;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 10px 10px 0px 30px;
}

h1 {
	color: #57585a;
	font-size: 1.8em;
	line-height: 2em;
	margin: 10px 10px 20px 30px;
}

h3 {
	margin: 10px 10px 20px 30px;
}

.red {
	color: #b01016;
}

p {
	color: #57585a;
	font-size: 1em;
	line-height: 2em;
	margin: 10px 20px 10px 40px;
}

hr {
	color: #57585a;
	border: 1px solid #b01016;
	margin: 20px 10px 50px 30px;
}

a{
 color: #b01016;
}

.contact {
	float:left;
	width: 50%;
	border:0px;
}

.info {
	float:left;
	width: 50%;
	border:0px;
}

.contact hr {
	width:300px;
	margin:10px auto;
	text-align: center;
}
.contact p {
	margin:10px auto;
	text-align: center;
}

.contact h1 {
	margin:10px auto;
	text-align: center;
}

li {
	margin-left:60px;
	line-height:1.3em;
}

#footer a {
	color: #aaaaaa;
}

.img {
	border: 0px;
	margin-right:20px;
}
.galerieimg {
	width: 310px; float: left; margin: 10px 10px 10px 10px
}