/* Allgemein */

*{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #000;
	background: white;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #fb6710;
	text-decoration: none;
	font-weight: 500;
}

a:visited {
color: #fb6710;
text-decoration: none;
font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: #2c2c2c;
}

img, a img {
	border: 0;
}

img.rechts {
	display: inline;
	float: right;
	padding: 5px;
	margin: 0 0 2px 15px;
	border: 1px solid #cccccc;
}

img.logo {
	display: inline;
	float: right;
	padding: 5px;
	margin: 0 0 2px 15px;
}

img.links {
	display: inline;
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0 15px 2px 0;
}

.imgklein {
	border: 1px solid #999999;
	padding: 5px;
}

p {
	margin: 5px 0;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;

}

strong {
	margin: 0.5em 0;
	color: #000;
	font: bold 14px/16px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

ul { list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-left: 50px;
}

li { list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-left: 10px;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	color: #fb6710;
	text-align: left;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
}

h2 {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

h4 {
	color: #000;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	color: #000;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}

/* Layout */

#wrapper {
text-align: center;
	background-color: #fff;
}

#header {
	margin-top: 5px;
}

#content, #footer, #footer-kontakt {
text-align: center;
}

.info {
background-color: white;
background-position: 20px -8px;
background-repeat: no-repeat;
background-image: url(images/hintergrund.jpg);
width: 750px;
margin: 0 auto;
text-align: left;
color: #666;
}

.info1 {
background-position: 0;
width: 750px;
margin: 0 auto;
text-align: left;
color: #666;
}

.info2 {
width: 750px;
margin: 0 auto;
text-align: left;
color: #666;
}

.kleinertext {
	font-size: 0.9em;
	color: #666;
}

#start {
background-color: white;
border-bottom-color: #666666;
border-top-color: #666666;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
margin: 20px 0 0 0;
}

#start1 {
border-top-width: 0px;
background: white;
margin: 20px 0 0 0;
}

#start .info {
padding: 2em 0 4em 0;
}

#start ul { margin: 1em 0;}

#start ul li { margin: 0.3em 0;}

#footer {
background-color: white;
clear: both;
margin: 1em 0;
padding: 1em 0;
font-size: 0.9em;
text-align: right;
}

#footer a, #footer a:link, #footer a:visited, #footer-kontakt a, #footer-kontakt a:link, #footer-kontakt a:visited { color: #ff6600;
}
#footer a:hover {
	border-bottom: 1px solid #fb6710;
}

#header a, #header a:link, #header a:visited { color: #fb6710;
}
#header a:hover {border-bottom: 3px solid #fb6710;}

#navPyra {
        padding-left: 10px;
        padding-bottom: 0px;
        padding-right: 0;
        padding-top: 10px;
        margin: 0;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: center;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #999999;
       	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;

}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000;
}

