/* STANDARD FORMATE */

body 
{
	background-color: white;
	font-size: 12px;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-image:url(images/headbg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 0;
	margin: 0;
}
#BoxHeader 
{
	padding-left: 30px;
	height: 160px;
}
#Box 
{
	width: 930px;
	padding-left: 30px;
	padding-top: 15px;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
}
#LogoBox
{
	height: 100px;
	width: 720px;
	margin-left: 195px;
	margin-top: 30px;
	background-image:url(images/logo_heikedahms.gif);
	background-repeat: no-repeat;
}

#NavBox
{
	width: 200px;
	float: left;
	margin-top: 100px;
}

.Nav1 div 
{
	padding: 3px 0 3px 0;
}
.Nav1Item a:link,
.Nav1Item a:visited,
.Nav1Item a:hover,
.Nav1Item a:active
{
	color: #ae0727;
	font-weight:bold;
	text-decoration:none;
}
.Nav1SelItem a:link,
.Nav1SelItem a:visited,
.Nav1SelItem a:hover,
.Nav1SelItem a:active
{
	color: #ae0727;
	font-weight:bold;
	text-decoration:underline;
}
.Nav1InvItem a:link,
.Nav1InvItem a:visited,
.Nav1InvItem a:hover,
.Nav1InvItem a:active
{
	color: #b82d7f;
	font-weight:bold;
	text-decoration:none;
}
.Nav1SubItem a:link,
.Nav1SubItem a:visited,
.Nav1SubItem a:hover,
.Nav1SubItem a:active
{
	padding-left: 20px;
	color: #ae0727;
	font-weight:normal;
	text-decoration:none;
}
.Nav1SubSelItem a:link,
.Nav1SubSelItem a:visited,
.Nav1SubSelItem a:hover,
.Nav1SubSelItem a:active
{
	padding-left: 20px;
	color: #ae0727;
	font-weight:normal;
	text-decoration:underline;
}
.Nav1SubInvItem a:link,
.Nav1SubInvItem a:visited,
.Nav1SubInvItem a:hover,
.Nav1SubInvItem a:active
{
	padding-left: 20px;
	color: #b82d7f;
	font-weight:normal;
	text-decoration:none;
}


#ContentBox
{
	float: right;
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
}


#FooterBox
{
	clear: both;
	padding-top: 30px;
	padding-left: 290px;
	color: #787878;
	font-size:10px;	
}
#FooterBox a:link,
#FooterBox a:visited,
#FooterBox a:hover,
#FooterBox a:active
{
	color: #787878;
}

#flower {
	position: absolute;
	top: 130px;
	left: 291px;
	width: 540px;
	height: 410px;
	background-image:url(images/pendel.gif);
	background-repeat:no-repeat;
	
}
#shortcuts {
	position: absolute;
	top: 400px;
	left: 480px;
	width: 560px;
	height: 120px;
	background-color: white;
	padding: 10px;
}
.shortcut {
	float: left;
	width: 126px;
	margin-right: 14px;
}

.kapitelBox {
	

}
.kapitelItem {
	float: left;
	width: 190px;
	margin-right: 20px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ae0727;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ae0727;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}

a img {
	border-width: 0px;
}

li {
	list-style: none;
	list-style-image: url(images/dot.gif);
}

.gallery 
{
    width: 100%;
}

.galleryItem 
{
    float: left;
    margin: 0 8px 8px 0;
    padding: 8px;
    background-color: #cfddee;
    width: 100px;
    height: 100px;
}
.galleryItem img
{
    border: 1px solid white;
}