/*
Theme Name: Find-Fitness.de
Theme URI: http://www.find-fitness.de
Description: Das Find-Fitness.de-Theme, erstellt unter dem Motto "No pain, no gain."
Version: 1.0
Author: Sven Winnefeld
Author URI: http://www.verbalterrorismus.de

        *** REGARDING IMAGES ***
        All CSS that involves the use of images, can be found in the 'index.php' file.
        This is to ease installation inside subdirectories of a server.

        Have fun, and don't be afraid to contact me if you have questions.
*/


         body
	{
		margin: 0;
		padding: 0;
		height:100%;
		text-align: center;
		background-color: #FFFFFF;
                 font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 10pt;
		background-repeat: no-repeat;
	}

           	#logo1
  	{
		position: absolute;
		top: 0;
		left: 0;
		height: 83px;
		width: 582px;
		background-image:url(logobg.gif);
		background-repeat:no-repeat;
		padding: 0;
  	}

	#inhaltcontainer
  	{
		position: absolute;
		top: 85px;
		left: 195px;
		padding: 0px;
  	}

  	.inhalt1
  	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		padding:4px;
		width: 580px;
		margin: 10px;
  	}

  	#partnermain
  	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		padding:4px;
		width: 170px;
		margin: 10px;
  	}

  	#partnermain p
  	{
		text-align: left;
         	margin-left: 11px;
		font-size: 10px;
  	}

  	#partnermain a
  	{
		font-size: 10px;
		font-weight: normal;
		text-decoration: underline;
  	}

         #containernavirechts
  	{
		position: absolute;
		top: 45px;
		left: 795px;
		padding: 0px;
  	}

         .navibox
         {
		background-color: #FFFFFF;
		border: 1px solid #000000;
		padding:4px;
		width: 170px;
                 text-align: left;
                 margin: 10px;
         }

         .navibox ul
         {
         	padding: 0;
                 margin: 0;
                 list-style-type: none;
                 font-size: 11px;
         }

         .navigation
         {
		width: 170px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		padding:4px;
                 text-align: left;
                 color: #87AB12;
                 font-size: 16px;
                 font-weight: bold;
                 margin: 10px;
         }

         .navigation ul
         {
         	padding: 10px;
                 margin: 0;
                 list-style-type: none;
         }

         .navigation a, .navigation a:hover, .navigation a:visited
         {
         	font-size: 16px;
                 color: #87AB12;
                 font-weight: bold;
                 text-decoration: none;
         }

         #containernavi
  	{
		position: absolute;
		top: 85px;
		left: 5px;
		padding: 0px;
  	}

  	#suche1
 	{
		position: absolute;
		top: 45px;
		left: 550px;
		width: 225px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		padding:4px;
		margin: 10px;
  	}

         a, a:hover
         {
         	color: #000000;
		font-size: 13px;
		font-weight: normal;
		text-decoration: underline;
         }

         a.red, a.red:hover
         {
         	color: #B84951;
                 font-weight: bold;
         }

	.sortieren1
	{
		font-size: 8pt;
		text-align: left;
		border-bottom: 1px solid #000000;
		padding: 0px 0px 5px 0px;
	}

	.sortieren1 a
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

	.entry
	{
		text-align: left;
		padding: 10px;
	}

	.meta
	{
		text-align: left;
		padding: 0 10px 10px 10px;
	}

	.meta a
	{
		font-size: 12px;
		color: #B84951;
		font-weight: bold;
                 text-decoration: none;
	}

	form
	{
   		display: inline;
	}
