/*  
Theme Name: Schweriner Pension
Theme URI: http://www.schwerinerpension.de
Description: Schwerinerpension theme von Falko Richter
Version: 1.0	
Author: Falko Richter
Author URI: http://www.falkorichter.de

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body
	{
	background: url(images/background.jpg);
	margin:0px:
	padding:0px;
	margin:auto;
	font-family:Comic Sans MS;
      	}
div.header
	{
         height: 140px;
         color:#fefecc;
         margin:0px;
         padding:0px;
         }
.header img
	{
         float:left;
         margin:10px;
         margin-right:40px;
         padding:0px;
         }
.header h1
	{
         font-size:40px;
         margin:0px;
         padding:0px;
         }
.header h2
	{
         font-size:20px;
         margin:0px;
         padding:0px;
         }
div.wrapper
	{
	width: 1000px;
	}
div.content
	{
         float:left;
         background: url(images/hintergrund.gif);
         width:800px;
         min-height:400px;
	  padding:10px;
         }
.navigation
	{
         float:left;
         width:180px;
         }
.clear
	{
         clear:both;
         }
.footer
	{
         text-align:center;
         font-size:80%
         }
.navigation ul
	{
	list-style : none;
	margin:0px;
         padding: 0px;
	}
.navigation a
	{
         display:block;
         background:#fefecc;
         height:30px;
         width:130px;
         border-top:#d6ffd5 solid 2px;
         border-bottom:#55aa55 solid 2px;
         border-right:#55aa55 solid 2px;
         border-left:#d6ffd5 solid 2px;
         margin:10px;
		 text-align:left;
		 padding-right:5px;
		 padding-left:5px;
		 text-decoration:none;
         color:#000000;
         padding-left:5px;
         }
.navigation a:hover
 	{
         text-decoration:underline;
         border-bottom:#d6ffd5 solid 2px;
         border-right:#d6ffd5 solid 2px;
         border-top:#55aa55 solid 2px;
         border-left:#55aa55 solid 2px;
         }
hr
		{
		clear:both;
		margin-top:10px;
		width:80%;
		color:#55aa55;
		height:1px;
		border:#d6ffd5 solid 1px;
        }
.left 
	{
	border:solid 1px black;
	margin:5px;
	float:left;
	}
.right
	{
	margin:5px;
	float:right;
	}
.content p
	{
	padding-left:10px;
	padding-right:10px;
	}
p
	{
	font-family:Arial;
	}
.links li
	{
	list-style:none;
	float:left;
	}
.zwei
	{
	margin-left: 50px;
	}

/*.links h2
	{
	display:block;
	width:200px;
	font-size:120%;
	float:left;
	}
.links p 
	{
	clear:left;
	padding-left:200px;
	}
li.eins 
	{
	list-style:none;
	}
li.zwei
	{
	margin-left:20px;
	}
	*/

