﻿/*
Theme Name: Bären Theme
Theme URI: http://www.baeren-isnye.de/
Description: Designed by Marin Zec, based on the Theme SimplicityBright Plus by Karsten Kuhnen
Version: 1.0
Author: Marin Zec
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica;
	margin: 0 0;
	background-color: #cddec6;
	background-image: url('images/inhalt_bg.png');*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
    outline: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.logo {
	width: 225px;
	height: 114px;
}

#header {
    overflow: hidden;
    color: #669933;
	font-size: 13px;
    height: 380px;
    text-align: left;
	padding: 0 0 0 0;
}

#navigation {
	height: 3.0em;
	margin: 0px 0px;
	padding: 0 0;
	background-color: #d4aaab;
	border-bottom: 3px white solid;
	width: 100%;
	overflow: visible;
	display: inline-block;
}
#navigation ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
	width: 100%;
	min-width: 850px;
	height: 100%;
	background-color: #285d5d;
}
#navigation ul li {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0;
	padding: 0 0;
}
#navigation ul li:first-child {
	margin-left: 20px;
}

#navigation ul li a, navigation ul li a:visited {
	display: block;
	padding: 0px 7px;
	min-width: 60px;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #dbffef;
	background-color: #285d5d;
}
#navigation ul li a {
	border-collapse: collapse;

}
#navigation ul li a:hover, #navigation ul li a:active, .current_page_item  a {
	color: black;
	background-image: url('images/button_bg.png');
	background-repeat: no-repeat;
	background-color: white;
	text-decoration: underline;
}

#blogname {
	padding: 0 0;
	margin: 0 0;
}

#header h2 {
    float: left;
    font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0 0;
	border-right:1px solid #cccccc;
	}

#header h2 a { text-decoration: none; }

#fotos {
	background-image: url('images/fotoleiste.jpg');
	background-repeat: repeat-x;
	/*height: 60px;*/display: none;
	border-bottom: white 2px solid;
}

/*###################*/
/*### Oberes MenÃ¼ ###*/
/*###################*/

#top {
	font-size: 1.2em;
	background-color: #11383d;
	color: white;
	padding-top: 15px;
	padding-left: 20px;
	border-bottom: white 3px solid;
}
#top p {
	line-height: normal;
}
/*################*/
/*### Content  ###*/
/*################*/

#page {
	padding-bottom: 30px;
	clear: both;
}

#content {
   	border: none;
	color: #002222;
    	text-align: left;
	width: 90%;
	max-width: 800px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 2.0em;
	padding: 0 0;
	padding-left: 20px;
}

#content img, #map_canvas {
	border: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: white;
	padding: 7px 7px;
	margin: 5px;
}

input[type=submit] {
	width: 150px;
	height: 30px;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
}

.post h1 {
	display: block;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 2px solid #285d5d;
	color: #163241;
}

#wrapper {
	margin: 0;
	padding: 0;
	text-align: center; /* ZENTRIEREN */
	color: 	#003333;
}
.clear {clear:both;}


#footer {
	margin-top: 10px;
	border-top: 2px solid white;
	border-bottom: 2px solid #285d5d;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	background-color: #285d5d;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer a {
	color: white;
}

#map_canvas img {
	background-color: transparent;
	padding: 0 0;
	margin: 0 0;
}
