@CHARSET "ISO-8859-1";

body{
	font-family:Verdana;
	font-size:10pt;
}

.bildschatten{
 background: url(../images/bildschatten.png) no-repeat bottom left;
   padding: 4px 4px 17px 7px;
   border:0px;
}

.hundeDetails{	
 	padding-left:20px;
}



.headunderline{
 border-top:1px dotted #FFF;
 width:100%;
 height:1px;
 min-width: 500px; 
}

.headline{
 padding-left:10px;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.kopfzeile{
	font-weight:bold;	
}

.kurztext{
	margin-left:15px;
}

#aktuellesBlock i{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#aktuellesBlock{
	position:absolute;
	top:300px;
	left:100px;
}

.startText{
	line-height: 18px;
}

/*der DIV-Block der das Eingabeformular h�lt*/

#gaestebuchEintrag{
	display:none;
}


#gastEintrag{
	/*width:360px;*/
	margin-bottom:15px;
}

#gastEintrag .gast{
	font-weight:bold;
	font-size:8pt;
	color:#333;	
}

#gastEintrag .gastText{		
	display:block;	
	font-size:8pt;
	color:#333;
	margin-top:5px;
}

.frontpage{
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
	display:block;
	margin-top:10px;
	margin-bottom:5px;
}

.motto_frontpage{
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;	
}
#stammbaumTabelle{
	height:200px;
	background-color:#f2ede4;
	border-collapse: collapse;
	color:#985d35;
	text-align: center;
	padding: 3px 3px 3px 3px;
	border:2px;		
}
	
#stammbaumTabelle td{
	width:100px;
	border: 1px solid #e4d0a6;

}