/*
CSS Hunde
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000;
	font-style: normal;
}
a:link { color: #ffffff; text-decoration: none} 
a:visited { color: #666666; text-decoration: none} 
a:active { color: #ffffff; text-decoration: none}
a:hover {color: #ffffff; text-decoration: none}

#hunde_container {
	width: 850px;
	margin: 15px auto;
	background: url(images/inhalt1.gif);
}
#hunde_top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 39px;
	padding-right: 25px;
	text-align: right;
	background: url(images/oben1.gif) no-repeat bottom;
}
#hunde_header {
	clear: left;
	margin-top: 10px;
	height: 208px;
	text-align: left;
	padding-left: 25px;
	background: url(images/hundestuebchen1.jpg) no-repeat center;
	
}
#hunde_left_column {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 10px;
}
#hunde_right_column {
	float: right;
	width: 600px;
	padding-right: 15px;
}
#hunde_footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(images/unten1.gif) no-repeat;
	color: #679966;
}
#hunde_footer a {
	color: #ffffff;
}
#hunde_site_title {
	padding-top: 30px;
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
}
#hunde_site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.hunde_spacer {
	clear: left;
	height: 10px;
}
.hunde_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	
}
.section_box { margin: px; margin-right: 0px; padding: 5px; border: 1px solid #DDDDDD; background: url(images/gleiten2_2.gif) repeat-x; 
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #CAD8BC;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title { padding: 0px; padding-left: 0px; background: #EFEFEF url(images/gleiten2_2.gif) repeat-x; font-size: 12px; font-weight: bold; color: #679966; 
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF  url(images/gleiten1_1.gif) repeat-x bottom;
}
.title { padding-bottom: 12px; font-size: 16px; font-weight: bold; color: #679966; 
}
.subtitle { padding-bottom: 8px; font-size: 14px; font-weight: bold; color: #679966; }
.hunde_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 200px;
}
.hunde_menu li a{
	background: #cad8bc url(images/button_default1.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #679966;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .hunde_menu li a{ 
	width: 195px;
}
.hunde_menu li a:visited, .hunde_menu li a:active{
	color: #679966;
}
.hunde_menu li a:hover{ background: #679966 url(images/button_default1.gif) no-repeat left bottom; color: #030; 
}
