@charset "UTF-8";
/* CSS Document */

/* Headline */

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 3px;
}

/* Subtitle */

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* Lauftext */

.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
.lauftext a:link {
	color: #537ED8;
	text-decoration: none;
}
.lauftext a:visited {
	color: #537ED8;
	text-decoration: none;
}
.lauftext a:focus {
	color: #537ED8;
	text-decoration: underline;
}
.lauftext a:hover {
	color: #537ED8;
	text-decoration: underline;	
}
.lauftext a:active {
	color: #537ED8;
	text-decoration: underline;
}

/* Lauftext black Link */

.lauftext-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
.lauftext-black a:link {
	color: #000;
	text-decoration: none;
}
.lauftext-black a:visited {
	color: #000;
	text-decoration: none;
}
.lauftext-black a:focus {
	color: #000;
	text-decoration: underline;
}
.lauftext-black a:hover {
	color: #000;
	text-decoration: underline;	
}
.lauftext- black a:active {
	color:#000;
	text-decoration: underline;
}

/* Navi */

.main-navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.main-navi a:link {
	color: #000;
	text-decoration: none;
}
.main-navi a:visited {
	color: #000;
	text-decoration: none;
}
.main-navi a:focus {
	color: #537ED8;
	text-decoration: underline;
}
.main-navi a:hover {
	color: #537ED8;
	text-decoration: underline;	
}
.main-navi a:active {
	color: #537ED8;
	text-decoration: underline;
}

.navi-footer-right {
	text-decoration: none;
}
.navi-footer-right a:link {
	text-decoration: none;
}
.navi-footer-right a:visited {
	text-decoration: none;
}
.navi-footer-right a:focus {
	text-decoration: none;
}
.navi-footer-right a:hover {
	text-decoration: none;	
}
.navi-footer-right a:active {
	text-decoration: none;
}

/* Button*/

.button {
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	background-color: #FFF;
	text-align: left;
}

/* Bilder Thumbs */

.pic-thumb {
	border: 3px solid #FFF;
}
.pic-thumb:hover {
	border: 3px solid #537ED8;
}

/* Bilder Kunst Übersicht */

.pic-art {
	border: solid;
	border-width: 3px;
	border-color: #FFF;
}

/* Layout */

#header {
	background-color: #D7D8DC;
	width: auto;
	height: 140px;
}
#logo {
	background-image: url(pics/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 140px;
}
#container {
	background-color: #FFF;
	width: auto;
}
#navi-bg {
	height: 25px;
	background-image: url(pics/bg/dotted-2px.png);
	background-repeat: repeat-x;
	width: auto;
}
#menu-container {
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu-left {
	text-align: left;
	float: left;
	width: 450px;
	height: 25px;
	line-height: 25px;
}
#menu-right {
	text-align: right;
	float: right;
	height: 25px;
	width: 450px;
	line-height: 25px;
}
.menu-clear {
	clear: both;
}
#content {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
}
#footer {
	background-image: url(pics/bg/dotted-footer-2px.png);
	background-repeat: repeat-x;
	height: 25px;
	width: auto;
}
#menu-footer {
	line-height: 25px;
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer-container {
	height: 25px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#menu-footer-left {
	line-height: 25px;
	height: 25px;
	width: 450px;
	margin-right: 50px;
	text-align: left;
	float: left;
}
#menu-footer-right {
	line-height: 25px;
	height: 25px;
	width: 500px;
	text-align: right;
	float: right;
}
#menu-art {
	width: 131px;
	margin-left: 25px;
	float: right;
	margin-bottom: 25px;
}
