/*
*     Style sheet for http://www.haus-auf-dem-land-kaufen.de
*     © SiriuS Website Design 2008
*     Gerrit van der Bend
*/

body 		       		{
		       		margin: 0;
		       		padding: 0;
		       		font-family: Verdana, Arial, sans-serif;
		   		font-size: 12px;
		       		background: #fff;
                       		color: #808080;
				}

#container	 	  	{
				position: relative;
				width: 760px;
				height: 100%;
				padding: 0;
				margin-left: auto;
				margin-right: auto;
				}

#header 			{
				padding: 5px;
	  			margin: 5px 20px 3px 175px;
				text-align: center;
		       		height: 100px;
        	      		}

#content 			{
	  			margin: 3px 20px 3px 175px;

			  	}

h1	    			{
               			font-size: 130%;
               			}

h2,h3 				{
				font-size: 15px;
				font-weight: bold;
				padding-bottom: 17px;
				}

h4				{
				font-size: 17px;
                                font-weight: bold;
                                padding-bottom: 20px;
				}

#footer 			{
			  	margin-right: 20px;
	  			margin-left: 20px;
		                text-align: center;
                		font-size: 10px;
			  	}

img 				{
                		vertical-align: top;
                		padding: 0 2px 5px 0;
		                border: 0;
		                }

.bigger				{
				font-size: 14px;
				}
.centered			{
				text-align: center;
				}

.spacer  			{
                		clear: both;
		                }

a.link				{        		
				font-weight: bold;
			        text-decoration: underline;
			        color: #808080;
         			background-color: #fff;
				}

a.link:hover	 		{		
			        font-weight: bold;
			        text-decoration: underline;
        			color: #333;
          			background-color: #fff;
			 	}

a:focus 			{
				outline: none
				}

.bigS				{
				font-family: "Times New Roman", serif;
				font-size: 18px;
				}

.iriu				{
				font-family: "Times New Roman", serif;
                                font-size: 12px;
				}

a.imp				{
				color:#8b4;
				background-color:#fff;
				}

a.imp:hover			{
				color:#693;
				background-color:#fff;	
				}

a img	 			{ 
				border:0;
				}

#footer a 			{
			        font-size: 11px;
			        font-weight: bold;
			        text-decoration: none;
			        color: #808080;
				background-color: #fff;
       				}

#footer a:hover,
#footer a.current		{
			        font-weight: bold;
			        text-decoration: none;
			        color: #c0c0c0;
				background-color: #fff;
         			}

#slide				{
				position: absolute;
				top: 5px;
				left: 13px;
				}

.hidden				{
				display:none;
				}

