*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #414141;
	background: url(../pics/bg/body.gif) 50% 0 repeat-y #fff;
}

hr												{ display: none; }
.nodisplay
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select, textarea
{
	width: 95%;
}

.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
input.short { width: 160px; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #c1001f; }
a:visited										{ color: #c1001f; }
a:hover											{ color: #c1001f; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.7em 0; }

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding: 0 5px;
}

#header
{
	background-color: #fff;
}

#interface
{
	width: 234px;
	float: left;
	padding: 0 20px;
}

#visual
{
	float: left;
	display: block;
}

#logo a
{
	height: 7.5em;
	display: block;
	background: url(../pics/logo.gif) 50% 50% no-repeat;
}

#logo a.en
{
	background-image: url(../pics/logo_en.gif)
}

#language
{
	float: left;
	padding-left: 190px;
}

#language li
{
	float: left;
}

#language li a
{
	float: left;
	margin-left: 5px;
}

#language li a img
{
	display: block;
	margin-bottom: 2px;
}

#nav li
{
	background: url(../pics/bg/dot.gif) 0 0 repeat-x;
}

#nav li a
{
	color: #414141;
	background: url(../pics/bg/arrow_nav.gif) 5px 0.5em no-repeat;
	padding-left: 15px;
}

#nav li a:hover, #nav li a:focus
{
	background-position: 8px 0.5em;
}

#nav ul
{
	float: left;
	background-color: #c1001f;
	width: 730px;
	position: absolute;
	padding-left: 10px;
}

#nav ul li
{
	float: left;
	background-image: none;
}

#nav ul li a
{
	float: left;
	color: white;
	padding: 0 5px;
	background-image: none;
}

#nav ul li a:hover,#nav ul li a:focus
{
	background-color: #da0124;
}

#nav li.shift
{
	margin-top: 1.5em;
	background-image: none;
}

#highlight { background: url(../pics/bg/highlight_bg.gif) 0 0 repeat-x #9e0019; color: #fff; border-top: 1px solid #fff; }
#highlight .headline {float: left; font-weight: bold; width: 205px; padding: 0.75em 30px; font-size: 115%; }
#highlight .text {float: left; padding: 0.75em 10px; }

#content
{
	padding: 3em 25px 1.5em 25px;
	background: url(../pics/bg/desk.jpg) 50% 0 no-repeat;
}

#footer ul
{
	float: left;
	padding: 0 20px;
}

#footer li
{
	float: left;
	color: #8d8d8d;
}

#footer li a
{
	color: #8d8d8d;
	float: left;
	padding: 0 5px;
}

#footer li a:hover, #footer li a:focus
{
	text-decoration: underline;
}
/* ******************** elements styles */
h1
{
	font-size: 100%;
}

#desk h1
{
	padding: 1em 0;
	background: url(../pics/bg/h1.gif) 0 0 repeat-x;
	color: white;
	padding-left: 274px;
}

#desk h1 span
{
	font-size: 174%;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#desk .text h1
{
	padding: 0;
	background-image: none;
}

.intro
{
	width: 239px;
	float: left;
	font-family: georgia,"Times New Roman",serif;
	font-style: italic;
	margin-right: 10px;
}

.news
{
	width: 233px;
	float: left;
	margin-right: 10px;
	background: url(../pics/bg/dot.gif) 0 100% repeat-x;
	border: 3px solid #c1001f;
	padding-bottom: 1px;
}

.footnote { font-size: 90%; margin-bottom: 1.5em; }
.hint { padding: 0.75em 10px; }
.hint em { font-weight: bold; font-style: normal; color: #c00000; }

#content .news h1 { height: 4.5em; background-repeat: no-repeat; background-position: 10px 50%; color: #414141; padding: 0; }
#content .news h1.hlde { background-image: url(../pics/news_de.gif); }
#content .news h1.hlen { background-image: url(../pics/news_en.gif); }
.newsitem a, .newsitem strong { text-decoration: none; padding: 0.75em 10px; display: block; background: url(../pics/bg/dot.gif) 0 0 repeat-x; }
.newsitem span { color: #414141; font-weight: normal; display: block; }
.newsitem a:hover { text-decoration: none; background-color: #fff; }

.text
{
	float: left;
	width: 460px;
	padding-bottom: 1.5em;
}

h2, h3
{
	font-size: 100%;
}

h3
{
	font-style: italic;
	font-weight: normal;
}

.teaser, .subtitle
{
	font-family: georgia,"Times New Roman",serif;
	font-style: italic;
	color: #c1001f;
}

.subtitle
{
	margin-bottom: 1.5em;
	font-weight: normal;
}

.gallery dt
{
	width: 109px;
	height: 109px;
	background-color: #fff;
	float: left;
	padding: 3px;
	margin: 0 18px 4.5em 18px;
}

.gallery dt.hf
{
	height: 136px;
}

.gallery dt.cf
{
	height: 110px;
}

.gallery dt img
{
	border: 1px solid #e9eae2;
	display: block;
}

.gallery dd
{
	width: 116px;
	float: left;
	position: relative;
	margin-top: 200px;
	margin: 0 0 0 -134px;
	height: 3em;
}

.gallery dd.hf
{
	margin-top: 143px;
}

.gallery dd.cf
{
	margin-top: 117px;
}

.gallery dd a
{
	display: block;
}

ul.more
{
	background: url(../pics/bg/dot.gif) 0 100% repeat-x;
	margin-bottom: 1.5em;
}

ul.more li a
{
	text-decoration: underline;
	background: url(../pics/bg/dot.gif) 0 0 repeat-x;
}

.box
{
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	margin-bottom: 1.5em;
}

.box-inner
{
	background-color: #fff;
	margin-right: 10px;
	padding: 3px 5px 1.5em 5px;
}

.box-inner-nolink
{
	background-color: #fff;
	margin-right: 10px;
	padding: 3px 5px 0 5px;
}


div.more a {
	display: block;
	width: 120px;
	padding: 0 5px;
	background: url(../pics/bg/more.gif) 100% 50% no-repeat #c1001f;
	color: #fff !important;
}

div.more.long a { width: 250px; }

.box .more
{
	color: #fff !important;
	display: block;
	width: 120px;
	padding: 0 5px;
	margin-top: -1.5em;
	background: url(../pics/bg/more.gif) 100% 50% no-repeat #c1001f;
}

.box li a
{
	text-decoration: underline;
	padding-left: 10px;
	background: url(../pics/bg/arrow_nav.gif) 0 0.5em no-repeat;
}

.intro .box
{
	margin-top: 3em;
	width: 220px;
}

.intro .box .more
{
	margin-left: 89px;
}

.text .box .more
{
	margin-left: 330px;
}

.top
{
	display: block;
	text-align: right;
	margin-bottom: 1.5em;
	margin-top: -1.5em;
}

.nolink
{
	color: #414141;
	text-decoration: none;
}

.back
{
	background: url(../pics/bg/dot.gif) 0 0 repeat-x;
	margin-top: 1.5em;
	display: block;
	padding-top: 0.75em;
	margin-bottom: -0.75em;
}

.backsingle
{
	display: block;
	padding-top: 0.75em;
}

.image
{
	background-color: #fff;
	padding: 3px;
	margin-top: 1.5em;
}

.image img
{
	border: 1px solid #e9eae2;
	display: block;
}

.caption
{
	font-family: georgia,"Times New Roman",serif;
	font-style: italic;
	margin-bottom: 1.5em;
	display: block;
	padding: 0 5px;
}

.author
{
	font-family: georgia,"Times New Roman",serif;
	font-style: italic;
	margin-bottom: 1.5em;
}

.authorname
{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #c1001f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
	font-size: 90%;
}

dl.std
{
	border-top: 1px solid #e9eae3;
	margin-bottom: 1.5em;
}

dl.std dt
{
	margin-right: 50%
}

dl.std dd
{
	padding-left: 50%;
	border-bottom: 1px solid #e9eae3;
	margin-top: -1.5em;
}

fieldset
{
	border: 1px solid #e9eae3;
	border-bottom: 0 none;
}

fieldset li
{
	border-bottom: 1px solid #e9eae3;
	padding: 0.75em 10px;
}

fieldset p 
{
	margin: 0;
	padding: 0.75em 10px;
}

fieldset.inlinelist { border-bottom: 1px solid #e9eae3; margin-top: -1px; }
fieldset.inlinelist li { border-bottom: 0 none; }
fieldset.inlinelist li label { float: left; width: 20%; }
fieldset.inlinelist li input.nolabel { margin-left: 20%; }

div.button
{
	padding-left: 75%;
	float: left;
	width: 25%;
}

div.buttonlarge
{
	float: right;
}

div.button input, div.buttonlarge input
{
	width: 100%;
	border: 1px solid #e9eae3;
	border-top: 0 none;
	text-align: left;
	padding: 0.75em 10px 0.75em 15px;
	cursor: pointer;
	font-family: arial,helvetica,sans-serif;
	color: #414141;
	background: url(../pics/bg/arrow_nav.gif) 5px 1.25em no-repeat #ffffff;
	font-size: 1em;
}

.result
{
	border: 1px solid #e9eae3;
	background-color: #ffffff;
	margin-top: 1.5em;
	padding: 0.75em 10px;
	clear: both;
}

.small
{
	font-style: italic;
	color: #777;
}

ol.std
{
	margin: 0 0 1.5em 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}

ul.std
{
	margin: 0 0 1.5em 0;
}

ul.std li
{
	padding-left: 15px;
	background: url(../pics/bullet.gif) 0 0.4em no-repeat;
	margin-bottom: 0.75em;
}

.intro .icon
{
	text-align: center;
	margin-right: 30px;
}

.star
{
	display: block;
	background: url(../pics/star.gif) 0 0 no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	margin-left: -55px;
	margin-top: -55px;
}

form strong
{
	display: block;
	padding-top: 1.5em;
}

.inset { padding-left: 60px; }
.halfleft
{
	float: left;
	display: block;
	width: 45%;
}

.halfright
{
	float: right;
	display: block;
	width: 45%;
}	

.require {
	color: #c00000;
	font-size: 12px;
	font-weight:bold;
	padding-right:3px;
	padding-left:3px;
}

.error {
	background-color: #c00000;
	color: #fff;
	font-weight: bold;
}

.error p { padding: 0.75em 10px; }

/* tagcloud */
#footer .tagcloud { border: 1px solid #e9eae3; background-color: #fff; padding: 0.75em 10px; margin: 0.75em 25px; width: 688px; }
#footer .tagcloud li { }
#footer .tagcloud li a { color: #414141; text-decoration: underline; }

/* slider */
#slider { border: 1px solid #adadab; margin-top: 3em; }
#scrollwrapper { overflow: scroll; width: 708px; }
#scrollbox { width: 1000000px; background-color: #fff; }
#slider ul, #slider ul li, #slider ul li a { float: left; }
#slider ul { width: 708px; background: url(../pics/bg/h1.gif) 0 0 repeat-x; }
#slider li a { padding: 0.5em 5px; color: #fff; background: url(../pics/bg/glider_separator.gif) 0 50% no-repeat; }
#slider li.first a { background-image: none; }
#slider li a.active { background-color: #fff; color: #414141; background-image: none; }
#scrollbox .item { float: left; width: 690px; margin-right: 10px; padding: 0.75em 10px; }
#scrollbox .item p { margin: 0; }

.graph p { padding: 1.5em 10px; text-align: center; margin: 0; }
.graph { margin-bottom: 3em; margin-top: 0.75em; }
.secondary { display: block; margin-top: 0.25em; }

/* galton*/
.col {float:left; width: 49%}

.box-info
{
	background-color: #fff;
	margin-right: 10px;
	padding: 3px 5px 0 5px;
}

/* Team-Schachbrett*/

#team
{
	background: url(/pics/bg/schachbrett.gif) 0 0 no-repeat;
	height: 450px;
	width: 450px;
	position: relative;
}

#team div span.image-main {
    display: none;
    width: 175px;
    height: 250px;
    background-color: #dfdfdf;
    padding: 40px 30px 20px 40px;
}

#team div:hover span.image-main, #team div.over span.image-main {
    z-index: 5001;
    display: block;
    position: absolute;
    right: 90px;
    bottom: 0px;
}

.team-image {
	width: 90px;
	height: 90px;
	position: absolute;
}

.image-main a {
	display: block;
}

.image-main img {
	display: block;
	border: 1px solid #cecece;
	margin-bottom: 0.75em;
}

/*schachbrett horizontal*/
.team-h1 { 
	left: 0px; 
}
.team-h2 { 
	left: 90px; 
}
.team-h3 { 
	left: 180px; 
}
.team-h4 {
	left: 270px;
}
.team-h5 {
	left: 360px;
}
.team-h6 {
	left: 450px;
}
/*schachbrett vertikal*/
.team-v1 {
	top: 0px;
}
.team-v2 {
	top: 90px;
}
.team-v3 {
	top: 180px;
}
.team-v4 {
	top: 270px;
}
.team-v5 {
	top: 360px;
}
.team-v6 {
	top: 450px;
}