/* StyleGuide f&uuml;r Pension Eckert */

/* Generals */

body
{
    padding-right: 0px;
    padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
	font-family: arial, geneva, sans-serif;
    color: #444;
	background-color: #F7F4EA;
}

a, div, p, td, li, ul, blockquote, strong
{
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	color: #444;
}

.text
{
	line-height: 18px;
}

.small
{
	font-size: 11px;
}

/* Linkangaben */

a:link {
	color: #373632;
	text-decoration : underline;
}

a:visited {
	color: #88857D;
	text-decoration : underline;
}

a:hover {
	/*color: #A5440F;*/
	color: #A29576;
	text-decoration : underline;
	
}

a:active {
	color: #A5440F;
	text-decoration : underline;
}

a:focus { 
	color: #A5440F; 
	text-decoration:underline 
}

/* Überschriften */

h1
{
	font-size : 15px;
	font-weight : bold;
	color : #004233;
	margin-bottom: 5px;
	margin-top: 0px
}
	
h2	
{
	font-size : 15px;
	line-height : 18px;
	font-weight : bold;
	color : 004233;
}
	
h3	
{
	font-size : 12px;
	font-weight : bold;
	color : 004233;
	margin-top: 25px;
	margin-bottom: -5px
}	




/* Tabellenangaben */

.tdpreise
{
	border: 1px solid;
	border-color: #D66223;
	padding: 5px;
}

.tdpreise2
{
	background-color: #D66223;
	border: 1px solid;
	border-color: #D66223;
	padding: 5px;
	color: #FFFFFF
}            

/* Farben */

.red
{
	color: #AD3031;
}


