@charset "UTF-8";

/*
Layout	
*/
body {
	margin: 0;
	padding: 0;
	background-image: url('img/bg_gradient.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 0.8em;
	background-color: #fafafa;
}

#centerbox {
	margin: 0 auto;
	background-image: url('img/main_design.jpg');
	background-repeat: no-repeat;
	width: 868px;
	min-height: 642px;
	height: auto !important; /* für moderne Browser */
	height: 642px; /*für den IE */
}


#navigation {
	position: absolute;
	top: 250px;
	padding-left: 50px;
	font-size: 1.5em;
	padding-left: 50px;
}

#contentposition {
	background-image: url('img/content_loop.jpg');
	background-repeat:repeat-y;
	position: relative;
	top: 167px;
	left: 311px;
	width: 399px;
}

#content {
	background-image: url('img/bg_content.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 488px;
	height: auto !important; /* für moderne Browser */
	height: 488px; /*für den IE */
	padding: 10px;
	padding-right: 15px; /* some more padding cause of shadow */
}

#contentfade {
	background-image: url('img/content_fade.jpg');
	background-repeat: repeat-y; width : 399px;
	height: 70px;
	width: 399px;
}

#seealso {
    text-align:left;
}

#copyright {
	position: absolute;
	top: 675px;
	padding-left: 30px;
	text-align: center;
}

/*
General Formatting
*/
a {
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
}

a:visited {
	color: #0066CC;
}

a:hover {
	color: #000000;
}

a:active {
	color: #0066CC;
}

ul {
	list-style-type: square;
}

dd>ul {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

pre {
	white-space: normal;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

td,th {
	border: solid 1px #ffffff;
}

th {
	text-align: left;
}

caption {
	font-size: 1.2em;
}

.wai {
	display: none;
	visibility: hidden;
}

dt {
	font-weight: 700;
	padding-top: 5px;
}

/* 
Content Formatting
*/
#content h1 {
	text-align: center;
	color: #ff9000;
	font-variant: small-caps;
}

#content h2 {
	padding-top: 5px;
	border-bottom: 1px dotted #ffffff;
}

/* Wiki Subtitle */
#content .mw-headline {
	font-size: 0.8em;
}

#content p {
	text-align: justify;
}

#content p:first-letter {
	font-size: 150%;
	color:#585555;
}

#content a {
	border-bottom: 1px dotted #0066CC;
	font-style: italic;
}

/*
Formular Formatting
*/
.form-item {
	margin-bottom: 1em;
	margin-top: 1em;
}

.form-item label {
	display: block;
	font-weight: 700;
}

.form-text,.form-textarea,.form-select {
	color: #0066CC;
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

.form-textarea {
	width: 365px; /* Thx to IE for not interpreting cols and rows */
}

.form-error {
    color:#CC0000;
    background-image: url('../img/errorsign.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left:20px;
}

/*
Navigation
*/
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	padding-top: 20px;
}

#navigation a {
	padding-left: 20px;
}

#navigation a:hover {
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

/* Old Browser Warning */
#ie6msg {
	border: 3px solid #090;
	margin: 8px 0;
	background: #cfc;
	color: #000;
	width: 70em;
	margin: 0 auto;
	margin-top: 15em;
}

#ie6msg h4 {
	margin: 8px;
	padding: 0;
}

#ie6msg p {
	margin: 8px;
	padding: 0;
}

#ie6msg p a.getie7 {
	font-weight: bold;
	color: #006;
}

#ie6msg p a.ie6expl {
	font-weight: normal;
	color: #006;
}

/* jQuery lightBox plugin - Gallery style */
#gallery a {
	border: 0
}

#gallery ul {
	list-style: none;
	padding: 0;
}

#gallery ul li {
	display: inline;
	letter-spacing: 15px;
	line-height: 3;
}

#gallery ul img {
	border: 2px solid white;
}

#gallery ul a:hover img {
	
}

#gallery ul a:hover {
	color: #ffffff;
}
