@import url("images.css");
@import url("lb/css/lightbox.css");

/* ** ************************************* ** */
/* ** Standard-Stylesheets					** */
/* ** ************************************* ** */

/* ** ************************************* ** */
/* ** Globale Einstellungen					** */
/* ** ************************************* ** */

	* {
		padding: 0;
		margin: 0;
	}

	body{
		color:#333333;
		background-color:#FFFFFF;
		
		font-family:Arial, Verdana, Helvetica, sans-serif; 
		font-size:12px;
	}


/* ** ************************************* ** */
/* ** Hyperlinks							** */
/* ** ************************************* ** */

	a {
	
	}
	a img {
		border: none;
	}
	a:link, a:visited {
		color: #CC0000; 
	}
	a:hover {
		color: #AA0000; 
	}



/* ** ************************************* ** */
/* ** Überschriften							** */
/* ** ************************************* ** */

	h1{
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.0em;
	}
	h4 {
		font-size: 1.0em;
		font-weight:normal;
		font-style:italic;
	}
	
/* ** ************************************* ** */
/* ** Weitere Elemente						** */
/* ** ************************************* ** */

	ul, ol {
		list-style: none;
	}


/* ** ************************************* ** */
/* ** Site Elemente							** */
/* ** ************************************* ** */

	#header{
		height:40px;
		width:650px;
		margin-left: auto;
		margin-right: auto;	
		
		background-image:url(images/bg_header.gif);
		
		padding:25px 30px;
	}
		#header a{
			color:#333333;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.2em;
		}
		#header a:hover, #header a.active{
			color:#CC0000;
		}
	
		#header h1{
			height:30px;
			width:275px;
			text-indent:-9999px;
			background-image:url(images/hdln_startseite.gif);
			margin-bottom:5px;
		}
		
		#header #nav1{
		}
		
			#header #nav1 li{
				display:inline;
				margin-right: 18px;
			}
		
		#header #nav2{
			float:right;
		}
	
	#content{
		position:relative;
		width:698px;
		margin-left: auto;
		margin-right: auto;	
		
		background-image:url(images/bg_content.gif);
		
		padding:0px 7px 0px 5px;
	}
	
		.text{
			position:relative;
			padding:30px;
			z-index:55;
			
		}
			.text p{
				margin:0px 0px 10px 0px;
				line-height:1.5em;
			}
			
		#pferdeliste img{
			margin-bottom:50px;
		}
		
	
	#footer{
		height:10px;
		width:710px;
		margin-left: auto;
		margin-right: auto;	
		
		background-image:url(images/bg_footer.gif);
	}
