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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F60;
}
a img {
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004684;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h2, #right h3 {
	font-size: 18px;
	font-weight: normal;
	color: #004684;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h2.newstitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px !important;

}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}
p.nomargin {
	margin-bottom: 0px !important;
}
hr {
	display: none;
}
.hidden {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	list-style-type: none;
}
#content li {
	padding-left: 15px;
	background-image: url(/static/img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: list-item;
}
#content li.linklist {
	padding-left: 17px;
	background-image: url(/static/img/li_linklist.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content #sitemap ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

/*form definitions*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a989e;
}
.eingabeXL {
	width: 500px;
}
.eingabeL {
	width: 400px;
}
.eingabeM {
	width: 250px;
}
.eingabeS {
	width: 100px;
}
.eingabeXS {
	width: 50px;
}

fieldset {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
legend {
	color: #999999;
}

label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}
label.labelleft {
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 150px;
	float: left;
}
label.radiobox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
label.checkbox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.buttondiv {
	text-align: right;
	padding-top: 10px;
}

.buttondiv label{ 
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}
/*form definitions*/


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 125px;
}
#icon {
	color: #FFFFFF;
	float: left;
	width: 65px;
	padding-top: 5px;
}
#logo {
	color: #FFFFFF;
	float: left;
	width: 455px;
	padding-top: 10px;
}
#logo h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#util {
	float: right;
	width: 259px;
	text-align: right;
	padding-top: 18px;
}
#util a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#path {
	padding-left: 15px;
	font-size: 11px;
	color: #666666;
	float: left;
	width: 525px;
}
#path a {
	color: #666666;
	text-decoration: underline;
}
#recommend {
	font-size: 11px;
	color: #666666;
	float: left;
	width: 260px;
	text-align:right;
	padding-right: 0px;
}
#recommend a:link, #recommend a:visited, #recommend a:active, #recommend a:hover {
	color: #1B4887;
	text-decoration: underline;
}
#content {
	padding-top: 6px;
}
#left {
	float: left;
	width: 520px;
	padding-right: 20px;
}
#right {
	float: left;
	width: 260px;
}

#left .contentbox .boxtop {
	background-image: url(../img/box_main_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}

#left .contentbox .boxinner {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../img/box_main.gif);
	background-position: bottom;
	padding-bottom: 1px;
}
#right .contentbox .boxtop {
	background-image: url(../img/box_right_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}

#right .contentbox .boxinner {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../img/box_right.gif);
	background-position: bottom;
	padding-bottom: 1px;
}
.contentbox {
	margin-bottom: 15px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	height: 42px;
	text-align: center;
	padding-top: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}

form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.eingabeXL {
	width: 500px;
}
.eingabeL {
	width: 400px;
}
.eingabeM {
	width: 250px;
}
.eingabeS {
	width: 100px;
}
.eingabeXS {
	width: 50px;
}

label.loginleft {
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100px;
	float: left;
	font-weight: normal;
}

.buttondiv label{ 
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}
a.act {
	font-weight: bold;
}
img.imagebox {
	margin-bottom: 15px;
}

a.galleryDownload:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.galleryDownload:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.galleryDownload:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a.galleryDownload:active {
    text-decoration: none;
    color: #FFFFFF;
}

#galleryPreviewImg {
	padding-bottom: 15px;
}

