body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #dddddd;
	background-image: url(bg.gif);
	margin: 0;
}
#header {
	width: 567px;
	height: 137px;
	margin: 50px 0 0 0;
	background-image: url(header.jpg);
	position: relative;
	top: 60px;
}
#container {
	background-color: #b00000;
	margin: 0 0 20px 0;
	padding: 70px 0 30px 0;
	width: 950px;
	min-height: 512px;
	background-image: url(randfoto_wheaten.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
* html #container {
	height: 550px;
	}
#container.verwaltung {
	min-height: 650px;
	}
* html #container.verwaltung {
	height: 698px;
	}
/* NAVIGATION*/
#navi {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-image: url(bullet.gif);
	float: left;
	position: absolute;
	left: 0;
}
* html #navi {
	margin: 42px 0 0 0;
	}
*+html #navi {
	margin: 42px 0 0 0;
	}
#navi li {
	margin-bottom: 3px;
	margin-left: 50px;
}
#navi li a {
	color: #dddddd;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
#navi li a:hover, #navi li ul li a:hover {
	color: #76D401 !important;
}
#navi li#kontakt {
	margin-bottom: 40px;
}
#navi li.sprache {
	font-style: italic;
	list-style-image: url(bullet_sprache.gif);
}
#navi li#verwaltung {
	margin-top: 40px;
	font-style: italic;
}
#navi li.current_page a, div#inhalt ul li.current_page a{
	color: #76D401;
}
/*Submenü*/
#navi li ul {
	padding-left: 20px;
	margin: 0;
	list-style-image: url(bullet_submenu.gif);
	display:none;
	}
#navi li:hover ul, #navi li.current_page ul, * html #navi li ul  {/*Im IE6 immer zeigen*/
	display: block !important;
	}
#navi li ul li {
	margin: 0;
	padding: 0;
	}
#navi li ul li a {
	font-size: 10pt;
	color: #dddddd !important;
	}
#navi li ul li.current_subpage a {
	color: #76D401 !important;
	}
/*Update*/
li.update {
	list-style-image: url("bullet_update.gif");
	}
li.update h2 {
	font-style: oblique;
	font-weight: bold;
	margin: 20px 0 0 0; 
	}	
li.update a {
	font-size: 10pt !important;
	}
/*INHALT*/
#inhalt {
	margin-left: 238px;
	min-height: 520px;
	z-index: 2;
	overflow: visible;
}
* html #inhalt {
	height: 520px;
	}
#inhalt p, #inhalt h2 {
	width: 400px;
}
	/*Startseite*/
	img#welpen {
		padding: 15px 0 15px;
		}
	img.startseite {
		border: 8px solid White;
		}
	p#welpen_hinweis {
		width: 350px;
		font-size: 13pt;
		height: 56px;
		background-image: url(grafik/startseite/welpe.jpg);
		background-repeat: no-repeat;
		background-position: right;
		}
	p#welpen_hinweis span {
		display: block;
		padding: 15px 0 0 0;
		width: 260px;
		}
	p#bildunterschrift {
		font-style: italic;
	}
	p#welpen_hinweis img {
		float: right;
		}
	
	/*Neuigkeiten*/
	h2.neuigkeiten {
		margin-bottom: -15px;
	}
	span.datum {
		font-style: oblique;
		display: block;
		margin-bottom: 5px;
		} 
	/*Showresults*/
	div.marginal_rechts {
		float: right;
		position: absolute;
		left: 675px;
		top: 328px;
		}
	div.marginal_rechts h3 {
		margin: 0 0 -10px 0;
		}
	div.marginal_rechts ul {
		list-style-type: none;
		padding: 1px 0;
		margin: 7px 0 0 0;
		}
	ul.erfolge {
		list-style-position: inside;
		list-style-image: url("bullet_submenu.gif");
		font-weight:bold;
		padding-top:20px;
		}
		* html ul.erfolge li {padding: 0 0 0 5px;}
		*+html ul.erfolge li {padding: 0 0 0 5px;}
	table.erfolge {
		width:400px;
		}
	table.erfolge thead td {
		font-weight: bold;
		}
	table.erfolge tr td.wichtig {
		text-align: center;
		font-weight: bold;
		}
	/*Kontakt*/
	table#contact {
		width: 315px;
		}
/*ÜBERSCHRIFTEN*/
h1 {
	margin-bottom: -15px;
	margin-top: 0;
	}
h2 {
	font-size: 15pt;
	}
/*LINKS*/
div#inhalt a {
	text-decoration: none;
	color: #dddddd;
	border-bottom: 1px solid #76D401;
	}
div#inhalt a:hover {
	color: #76D401;
	}
/*Links im IE*/
* html div#inhalt a {
	text-decoration: underline;
	color: #dddddd;
	border: 0;
	}
*+html div#inhalt a {
	text-decoration: underline;
	color: #dddddd;
	border: 0;	
	}
* html div#inhalt p a:hover {
	color: #76D401;
	}
*+html div#inhalt a:hover {
	color: #76D401;
	}

/*EINGABEFELDER*/
input[type="text"], input[type="password"], input[type="file"], textarea, #upload_file {
	background-color: transparent;
	border: 1px solid White;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #dddddd;
	padding: 2px;
}
select {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #dddddd;
	padding: 2px;
	border: 0;
	}
textarea {
	width: 200px;
	height: 250px;
}
label, thead {
	font-weight: bold;
	}
/*KLASSEN*/
img.left {
	float: left;
	margin: 0 10px 0 0 !important;
	width: 150px !important;
}
img.right {
	float: right;
	margin: 5px 0 5px 5px;
	width: 150px !important;
}
a.fotos {
	border: 0 !important;
	}
a.fotos img {
	margin: 5px;
	border: 8px solid white;
}
p.notice {
	font-weight: bold;
}
	/*Administration*/
	div.foto_bearbeiten {
		width: 100px;
		height: 100px;
		border: 8px solid white !important;	
		margin: 0 8px 8px 0;
		float: left;
		position: relative;
		}
	div.foto_bearbeiten.unsere_hunde {
		width:150px !important;
		height:150px;
		}
	div.foto_bearbeiten img, div.foto_bearbeiten span {
		position: absolute;
		display: block;
		border: 0;
		}
	div.foto_bearbeiten img.loeschen {
		right: 0;
		bottom: 0;
		}
	div.foto_bearbeiten span.links {
		background-image:url("pfeil_links.png");
		width: 17px;
		height: 19px;
		left: 3px;
		bottom: 3px;
		font-size: 0px;
		}
	div.foto_bearbeiten span.rechts {	
		background-image:url("pfeil_rechts.png");	
		width: 17px;
		height: 19px;
		left: 25px;
		bottom: 3px;
		font-size: 0px;
		}
	div.foto_bearbeiten span.links:hover {background-image:url("pfeil_links_hover.png");}
	div.foto_bearbeiten span.rechts:hover {background-image:url("pfeil_rechts_hover.png");}
	div.foto_bearbeiten:hover img {
		display: inline;
		border: 0px;
		}
	div.foto_bearbeiten a.titel_aendern {
		background-image: url(abdunkeln.png);
		border:0 !important;		display: block;		padding: 5px;		width:90px;		overflow:hidden;		font-size:70%;
		color:white;
		}
	h2, .clear_left {
		clear: left;
		}
	img.titel_aendern {
		border: 8px solid white;
		float: left;
		margin-right: 10px;
		}
	p.warnung {
		width: 350px;		border: 1px solid #70E300;		color: #B00000;		background-color: #80FF80;		padding: 5px;
		}
	table.admin {
		border-spacing: 0;
		}
	table.admin tr td {
		border-bottom: 1px solid White;
		padding: 5px 5px;
		}
		
	/*Neuigkeiten*/
	form.neuigkeiten_edit input[type="text"], form.neuigkeiten_edit textarea{
		width: 350px;
		}
	img.titelfoto {
		float: left;
		border: 8px solid white;
		margin: 0 10px 10px 0 !important;
		}
	
	/*Unsere Hunde*/
	p.unsere_hunde img {
		margin: 0 0 0 5px !important;
		}
		
	/*Ausstellungsergebnisse*/
	 table.admin.platzierungen tbody tr td {
	 	text-align: center;
	 	}
/*TABELLE*/
table {
	width: 420px;
}