/*
Theme Name: Die fröhliche Landpartie
Theme URI: http://www.diefroehlichelandpartie.de
Description: Die fröhliche Landpartie - Kremserfahrten durch die Mecklenburger Natur
Version: 0.2
Date: 2010-07-16
Author: <a href="http://www.martin-schuster.com/">Martin Schuster</a>
Design by Martin Schuster, www.martin-schuster.com
*/

/*
----------------------------------------------------------------
	R E S E T
----------------------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
}

/*
----------------------------------------------------------------
	B A S I C S
----------------------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background-color: #ffc;
	color: #360;
}

a, a:link, a:visited { 
	text-decoration: none;
	color: #030;
}
	
a:hover, a:focus { 
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 20px 0;
}

p {
	line-height: 1.6em;
	margin: 20px 0;
}

img {
	border: none;
}
	
/*
----------------------------------------------------------------
	S T R U C T U R
----------------------------------------------------------------
*/

div#all {		
	margin: auto; 
	width: 840px;
	border: 0; }

div#top {	
	height: 200px;
	text-align: left; 
	padding: 0 300px 0 20px;
	background: transparent url('images/jpg/kremser_front.jpg') no-repeat top right;
}

div#top h1, div#top h2 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
}
div#top h1 {	font-size: 2.6em; padding-top: 50px;  }
div#top h1 a {	color: #060; }
div#top h2 {	color: #7c9b3e; font-size: 1.8em; }
				
div#rechts {	width: 280px; float: right; margin: 10px 0px; }
div#links {		width: 520px; margin: 10px 0px; }

/* Navigation */
div#navigation {
	background: #ffc url('images/gif/hg.gif') repeat-x top right;
	text-align: center;
	height: 60px;
	margin: 10px 0;
 }
div#navigation ul {	
	list-style-type: none;
}
div#navigation li {	
	display: inline; 
}
div#navigation li a { 
	color: #030;
	font-size: 1.4em;
	line-height: 70px;
	padding: 5px 10px;
}
div#navigation li .active { color: #090; }
div#navigation li a:hover {	text-decoration: underline; color: #060; }

/* Box */
.box {		
	margin-bottom: 20px; padding: 5px; 
	text-align: center; font-size: 0.9em;
	border: 3px solid #fc0;
}
.box h1 {	font-size: 1.1em; text-align: center; margin: 5px 0px; color: #030 }
.box p {		margin: 0px }
.box table {	font-size: 0.8em; text-align: left }

/* Content */
div#content {		
	background: #ffc url('images/gif/sonnenblume_hg.gif') no-repeat top right;
	padding: 0 20px; }
div#content h1 {	font-size: 1.8em; }
div#content h1, div#content h2 {	 }
div#content h2 {	font-size: 1.2em; font-weight: normal;line-height: 1.4em; }
div#content h3 {	font-size: 1.1em }
div#content h4 {	font-size: 0.9em }
div#content p {		font-size: 1.0em; line-height: 1.4em; text-align: justify }
div#content small {	font-size: 0.7em }
div#content table {	font-size: 0.9em; width: 100%; }
div#content caption {	font-size: 1.0em; font-weight: bold;  }
div#content td, div#content th {	
	padding: 5px; vertical-align: top; }
div#content th {	
	font-size: 1.2em; }
/* Bilder zentrieren */
div#content img {
	display: block;
    margin: 0 auto;
}

/* Footer */
div#footer {
	clear: both; 
	border-top: 3px solid #363;
	margin-top: 20px; padding: 5px 0px;
}
div#footer p {
	margin: 0;
	padding: 10px;
	font-size: 0.7em;
	text-align: center;
}
	
/* Hinweise */			
div#achtung {		text-align: left; padding: 5px; margin: 10px 0px; border: 3px solid #fc0; font-size: 0.8em }
div#achtung h1 {	font-size: 1em; margin-top: 0px }

/* Formulare */
textarea, input {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px; padding: 2px;
}
.input {
	background-color: #ffc;
	border: 1px solid #060;
}

.button {
	font-size: 0.9em;
}
fieldset {
    padding: 0em 2em 1em 2em;
    border: 1px solid #fc0;
}
                              
legend {
	font-size: 1.5em;
    padding: 0.5em;
}