/* Standard Stylesheet
www.gabriele-schlesselmann.de
Letzte Aenderung: 13.5.2010
*/


* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	height: 98%;
	margin-bottom: 1px;
}

/* IE Win < 7 only */
* html #container {
	height: 100%
}

body {
	color: #666;
	background: #eae8e4;
	font-family: Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-size: 100.01%;
	padding: 0 0 0px 0;
	margin: 0;
	height: 100%;
	text-align: center;   /* Zentrierung fuer alte IEs */
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

li {
	display:inline;
}

br.clear {
	clear: both;
	height: 0pt;
}

#container {
	min-height: 100%;
}

#headercontainer {
	height: 130px;
	width: 100%;
	background: #fff;
}

#header {
	height: 130px;
	margin: 0pt auto;
	position: relative;
	text-align: left;
	width: 900px;
}

#header img {
	position: absolute;
	left: 0px;
	top: 50px;
}

/* @group navi */


#navicontainer {
	width: 570px;
	position: relative;
}

#navi {
        /* margin: 0pt auto; */
	position: relative;
	left: 270px;
	top: 68px;
	font-size: 13px;
	text-align: left;
	width: 560px;
}

#navi li {
	margin-right: 50px;
}

#navi li a {
	color: #666;
	font-size: 13px;
        padding-bottom: 3px;
}

#navi li a.active {
	color: #333;
        border-bottom: 2px solid #ccc;
        padding-bottom: 3px;
}

#navi li a:hover {
        color: #333;
        border-bottom: 2px solid #ccc;
        padding-bottom: 3px;
}

#subnavicontainer {
        width: 570px;
	position: relative;
}

#subnavi {
	position:relative;
	font-size: 11px;
	text-align:left;
	left: 270px;
	top: 85px;
	width: 560px;
}

/* #subnavi ul {
	float: left;
} */

#subnavi li {
	margin-right: 30px;
}

#subnavi li a {
	color: #666;
	font-size: 11px;
        padding-bottom: 3px;
}

#subnavi li a.active {
	color: #333;
        border-bottom: 2px solid #ccc;
        padding-bottom: 3px;
}

#subnavi li a:hover {
	color: #333;
        border-bottom: 2px solid #ccc;
        padding-bottom: 3px;
}


/* @end */

/* @group content */

#contentcontainer {
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: left;
	width: 900px;
}

#row1 {
	float: left;
	padding-top: 30px;
    /* padding-right: 50px; */
	/* width: 230px; */
	width: 270px;
}

#row2 {
	float: left;
	width: 620px;
	padding-top: 30px;
	margin: 0px;
}

#row2 img {
       padding: 0 0 10px 0;
}


#row {
	float: left;
	width: 900px;
	padding-top: 30px;
}

h1 {
	font-size: 18px;
	margin-bottom: 25px;
    font-family: "Trebuchet MS", Trebuchet MS, Trebuchet, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
    font-weight: normal; text-transform: uppercase;
    letter-spacing: 2px; 
}

h2 {
	font-size: 14px;
	margin-bottom: 25px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}

#contentcontainer p {
	font-size: 70%;
	line-height: 150%;
	padding-bottom: 15px;
}

#contentcontainer p.last {
	margin-bottom: 50px;
}

#contentcontainer p.small {
	font-size: 10px;
}

#contentcontainer a {
	color: #666;
        font-weight: bold;
}

#contentcontainer a:hover {
	color: #444;
}


/* Tabelle*/

table {
width: 600px;
border-collapse: collapse;
}

td, th, tr {
padding: 5px 0px;
}

td {
border-bottom: 1px solid #ccc;
font-size: 70%;
line-height: 150%;
vertical-align: top;
}

.spalte1 {
width: 15%
}

spalte2 {
width: 82%
}


/* Galerie */

#galerie a {
  float: left;
  height: 60px;
  width: 60px;
  padding: 0px;
  margin: 0 10px 10px 0;
}

#galerie a:link,
#galerie a:visited {
  /* border: 1px solid #CCC; */
}

#galerie a:hover,
#galerie a:focus,
#galerie a:active {
  /* border: 1px solid #999; */
}

#galerie img {
  vertical-align: bottom;
  /* sonst Abstand in Firefox und Co. zur unteren Linie zu gross */
}


/* @end */



/* @group footer */
#footercontainer {
	background-color: #fff;
	bottom: 0px;
	height: 4em;
	margin-top: -4em;
	width: 100%;
}

/* hack for ie 6 and 7 */
* html #footercontainer {
	margin-top: -5em;
}

*+ html #footercontainer {
	margin-top: -5em;
}

#footer {
	font-family: Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin: 0pt auto;
	padding: 20px 0pt 0px 0px;
	text-align: left;
	width: 900px;
}

#footer a {
	font-family: Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#footer a:hover {
	color: #666;
}

#footer a.active {
	color: #666;
}

#footer p {
	float: left;
}

#footer p.last {
	float: right;
}


/* @end */
