/**
 * Layout CSS für Golfclub Fulda
 *
 */

/* #######################  GENERAL SETTINGS ############################ */

html.body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
	margin-top: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
	margin-top: 0px;
}


.TEXT_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
	margin-top: 0px;
}


/*  Global Formatting */

h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: 900;
}

h2 {
	font-size: 15px;
	line-height: 1em;
	font-weight: 900;
}

h3 {
	font-size: 18px;
	line-height: 1em;
	font-weight: 900;
}

h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: 900;
}

h5 {
	font-size: 12px;
	line-height: 1em;
	font-weight: 900;
}

h6 {
	font-size: 11px;
	line-height: 1em;
	font-weight: 900;
}

small {
	font-size: 8px;
	line-height: 1em;
	font-weight: 900;
}


td {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #black;
}

a {
	color: #000;
        text-decoration: none;
}

a:hover {
        color: #000;
        text-decoration: underline;
}

a:visited {
	color: #000;
        text-decoration: none;
}

a.image, a.image:hover {
	border: 0;
}

li {
	list-style: inside;
	list-style-type: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: normal;
}

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/

.contentheading {
	font-family: "AvantGarde Bk BT", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #1fa22e;
}

.contentheading a:link, .contentheading a:visited {
	font-family: "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 18pt;
	color: #666666;
	text-decoration: none;
}



.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
}

/* Read more link */

a.readon {
	background: url(/bilder/readon.png) no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: normal;
	line-height: 20px;
	text-decoration: none;
	text-indent: 30px;
	width: 101px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(/bilder/readon.png) no-repeat bottom;
	color: #666666;
	text-decoration: none;
}


/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
