/*
 *   sand-an-den-fuessen.de
 *
 *   Copyright © 2009 Christian Rosentreter, http://www.binaryriot.com/
 *   All rights reserved.
 *
 *   $Id: styles.css 10 2009-08-04 04:51:43Z tokai $
 */

html {
	overflow-y: scroll;
}

body {
	font-family:       "Futura", "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:         12px;
}

.small {
	font-size: 10px;
}

td { 
	font-size:   12px; 
	line-height: 16px;
}

.disclaimer {
	font-size: 11px;
	color: #555555;
}

.smallinfo {
	font-size: 10px;
	color: #666666;
}

.address {
	font-size: 11px;
	color: #a98b65;
}

.headline {
	font-size:   14px;
	/* font-weight: bold; */
	line-height: 18px;
	color:       #a98b65;	
}

.quote {
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	font-style: italic;
}


/*   links 
 */
a /* , a:visited, a:active (deactivated, because IE suxx) */ { 
	text-decoration: none; 
	color:           #008ace;
}

a:hover { 
	text-decoration: underline; 
}

a.galerie {
	color: #eeeeee;
}

a.galerie:hover {
	color: #008ace;
}

/*   basic bullet lists
 */
.infolist {
	list-style-image:url(/images/listbullet.gif);
	margin-left: 0px;
    padding-left: 16px;
}

.infolistcompact {
	list-style-image:url(/images/listbullet_black.gif);
	margin-left: 0px;
    padding-left: 16px;
}

sub, sup { 
	font-size:70%; 
}

.nobr {
	white-space: nowrap;
}

/*   menu (title page)
 */
#menutitle {
	font-size:  14px;
	/* font-weight: bold; */
	background: #d7c389;
	float:      left;
	list-style: none;
	margin:     0;
	padding:    8px 0px 0px 0px;
	width:      240px;
}

#menutitle li {
	margin:  0;
	padding: 0;
}

#menutitle a {
	background:  #d7c389;
	/* border-bottom: 1px solid #393939; */
	color:       #ffffff;
	display:     block;
	margin:      0;
	padding:     4px 32px;
	text-decoration: none;
}

#menutitle a:hover {
	background: #c1af7b;
	color:      #ffffff;
}

#menutitle a.kontakt {
	margin: 8px 0px 0px 0px;
	background: #a98b65;
}

#menutitle a.kontakt:hover {
	background: #987d5b;	
}


/*   menu (sub pages)
 */
#menu {
	font-size:  14px;
	/* font-weight: bold; */
	background: #d7c389;
	float:      left;
	list-style: none;
	margin:     0;
	padding:    16px 0px 0px 0px;
	width:      200px;
}

#menu li {
	margin:  0;
	padding: 0;
}

#menu a {
	background:  #d7c389;
	/* border-bottom: 1px solid #393939; */
	color:       #ffffff;
	display:     block;
	margin:      0;
	padding:     4px 32px;
	text-decoration: none;
}

#menu a:hover {
	background: #c1af7b;
	color:      #ffffff;
}

#menu a.kontakt {
	background: #a98b65;
}

#menu a.kontakt:hover {
	background: #987d5b;	
}

#menu a.active {
	background: #d7c389 url("/images/active.gif") left center no-repeat;
}

#menu a.active:hover {
	background: #c1af7b url("/images/active.gif") left center no-repeat;
}

#menu a.kontaktactive {
	background: #a98b65 url("/images/active.gif") left center no-repeat;
}

#menu a.kontaktactive:hover {
	background: #987d5b url("/images/active.gif") left center no-repeat;
}



/*   floattext
 */
/*
p {
	line-height: 20px;
}
*/