/*CSS Dokument für dierotecouch.at*/

/*GLOBALS*/

body  {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#a71f2e;
}

/*DIVS ALLGEMEIN*/

#wrapper {
	margin:25px auto;
	width:1050px;
	overflow:hidden;
	background-color:#a71f2e;
}

/*HEADER*/

#header {
	width:1050px;
	height:250px;
	float:left;
	/** background:url(../pics/header1.png); **/
}

/*CONTENTBEREICH INKL NAVI UND TERMINFENSTER*/

#container {
	width:1050px;
	float:left;
	background:url(../pics/hg_content.png);
}

/*NAVIGATION*/

#navi {
	width:250px;
	margin-left:-25px;
	margin-top:25px;
	float:left;
	height:auto;
}

#navi li {
	font-size:14px;
	list-style-type:none;
	line-height:125%;
}

#navi a:link {
	text-decoration:none;
	color:#000;
}

#navi a:visited {
	text-decoration:none;
	color:#000;
}

#navi a:hover {
	text-decoration:none;
	color:#a71f2e;
}

#navi a:active {
	text-decoration:none;
	color:#000;
}

#navi a:focus {
	text-decoration:none;
	color:#000;
}

/*HAUPT CONTENT*/

#content {
	width:700px;
	margin-left:10px;
	margin-top:25px;
	float:left;
	height:auto;
}

#contentbild_rechts {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#content h1 {
	font-size:20px;
	color:#a71f2e;
}

#content h2 {
	font-size:16px;
	color:#a71f2e;
}

#content h3 {
	font-size:14px;
	color:#a71f2e;
}

#content h4 {
	font-size:14px;
	font-weight:normal;
}

#content p {
	font-size:13px;
	line-height:150%;
}

/*FUSSZEILE*/

#footer {
	width:1050px;
	height:200px;
	float:left;
	background:url(../pics/hg_footer_h200.png);
}

#logo {
	float:left;
	margin-left:15px;
	margin-top:-20px;
	margin-right:10px;
	margin-bottom:5px;
}

#footertext {
	width:910px;
	margin-left:15px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	color:#a71f2e;
}

#bildleiste {
	height:95px;
}