/*landry css*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/hg1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
	color: #663300;
	font-size: 110%;
	font-weight: bold;
	background-color: #F3EDE7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	width:100%;
}

h2 {
	color: #663300;
	font-size: 100%;
	font-weight: bold;
}

hr {
height: 1px;
margin: 0;
border: 0;
background: #F5B161;
color: #FFFFFF;
}

a {
color: #B40003;
text-decoration: underline;
}

li {
list-style-image: URL(img/punkt_kl.gif);
}

a.nav:link {
    font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 14px;
	color: #B40003; 
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CA5D1D;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FDB813;
}
a.nav:active {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #B40003;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:link {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #B40003; 
	text-decoration: none;
}
a.subnav:visited {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CA5D1D;
	text-decoration: none;
}

a.subnav:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FDB813;
}
a.subnav:active {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #B40003;
	text-decoration: none;
}


.rahmens {
	border: thin solid #C2997E;
}



.kl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #3C1F00;
}


/*Bilder im Inhalt*/
.bildlinks {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border: 2px solid #C2997E;
}
.bildrechts {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 2px solid #C2997E;
}

.input { 
	border: 1px solid #F5B161;
	background-color: #FFFFFF;
 } 
 
.inhform {
	border: 0px;
	background-color: #FEF7EF;
	padding: 3px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.inhaltnav {
	padding-left: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 17px;

}

.box {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: solid;
	border-right-color: #B40003;
	border-left-color: #96795B;
	padding: 10px;
}
.boxo {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #553018;
	border-right-color: #553018;
	border-bottom-color: #553018;
	border-left-color: #553018;
}

.klein
{
font-size:11px;
color:#333333;
}