/* CONTENT */
@import url("index.css");
@import url("anfrage.css");


/* LAYOUT */
* {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
}

h1{
	font-family: times;
	font-size: 17px;
	color: #7c0010;
	font-weight: normal;
}

h2{
	font-family: times;
	font-size: 16px;
	font-style: italic;
	color: #7f8c91;
	margin-left: 50px;
	font-weight: normal;
}

a{
	color: #7c0010;
	text-decoration: none;
}

a:hover{
	color: #7f8c91;
	text-decoration: none;
}

div#box {
	width:900px;
	position: absolute;
	left:50%;
	margin-left:-450px;
	top: 40px;
	background-color: #ffffff;
	border: solid 1px #A5B4B9;
}


div#logo{
	margin: 20px 20px 20px 20px;
	padding-left: 0px;
}

div#leftcolum{
	position: absolut;
	float: left;
}

div#rightcolum{
	margin-left: 320px;
	width: 550px;
}

div#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	clear: both;
	text-align: right;
	color: #7f8c91;
}

div#footer a{
	color: #7f8c91;
	text-decoration: none;
	font-size: 10px;
}

div#footer a:hover{
	color: #7c0010;
}

div#sitenav{
	padding-top: 10px;
	text-align: center;
}

div#sitenav a{
	color: #7c0010;
	text-decoration: none;
}

div#sitenav a:hover{
	color: #000000;
}

/* NAVIGATION 1 */
div#nav1{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	width: 900px;
	background-color: #7f8c91;
	height: 22px;
}

div#nav1 ul{
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#nav1 li { 
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#nav1 ul li a {
	position: relative;
	display: block;
	height: 19px;
	color: #ffffff;
	background-color: #7f8c91;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
}

div#linebreaker {
	position: relative;
	height: 18px;
	width: 2px;
	top: 4px;
	background-color: #ffffff;
}

div#nav1 ul li a:hover {
	background-color: #7c0010;
}

div#nav1 ul li a.active {
	background-color: #7c0010;
}


/* NAVIGATION 2 */
div#nav2{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 900px;
	background-color: #a5b4b9;
	height: 22px;
}

div#nav2 ul{
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#nav2 li { 
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
}

div#nav2 ul li a {
	position: relative;
	display: block;
	height: 19px;
	color: #ffffff;
	background-color: #a5b4b9;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
}

div#linebreaker {
	position: relative;
	height: 18px;
	width: 2px;
	top: 4px;
	background-color: #ffffff;
}

div#nav2 ul li a:hover {
	background-color: #7c0010;
}

div#nav2 ul li a.active {
	background-color: #7c0010;
}

/* DIASHOW */

#myGallery {
	width: 300px !important;
	height: 300px !important;
}
