@charset "utf-8";
/*** ------------------ Layout --------------- ***/
body {
	font-size:100%;
	color:#000;
	background-color:#fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:0em;
	margin:0em;
	/* non-standard-attribute for ie5.5 / ie6 hover following */
	behavior:url(/csshover.htc);
} 
#smallscreen {
	font-size:75%;
} 

#all {
	background-color:#4774B8;
	background-image:url(gfx/fv-bgw.gif);
	background-repeat:repeat-y;
	background-position:right;
	color:#fff;
	padding-left:3.2em;
	width:59.7em;
}
a#homelink {
	display:block;
	width:56em;
	height:10em;
	background:black url(gfx/header_ball_3.jpg) center no-repeat;
	overflow:hidden;
	text-indent:-10em;
}
a#footer {
	display:block;
	width: 56em; 
	height: 4.5em; 
	background: black url(gfx/footer2.jpg) no-repeat center;
	overflow:hidden;
	text-indent:-10em;
}
div.breadcrumbs {
	margin:2.5em 0em 0.5em 0em;
	width:56em;
}
div.breadcrumbs a {
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
div.breadcrumbs a:hover {
	color:#fff;
	text-decoration:underline;
}

#container {
/*	position:absolute;
	top:13.5em;
	left:3.2em;		*/
	margin:0em;
	min-height:10em;
	padding:0em;
	width:56em;
	background-color:#a5c9fF;
	background-image:url(gfx/fv-blau.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
 /* Clearfix-Methode */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #marginalie {
	height:10em;
	overflow:visible;
}
#marginalie {
	float:right;
	color:#000;
	width:18.6em;
	padding-bottom:2em;
	min-height:10em;
/*	left:37.4em;	*/
}
img.type_icons {
	vertical-align: bottom;
	border: none;
}
* html #content {
	height:10em;
	overflow:visible;
}
#content {
	float:left;
	background-color:#fff;
	color:#333;
	width:37.4em;
	background-image:url(gfx/ecke.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:10em;
	padding-top:2em;
}
#contentfuss {
	width:100%;
	padding-top:2em;
	background-image:url(gfx/fv-weiss.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#zwischending {
	visibility:hidden;
	width:auto;
}
.clear_cols{
    content: ".";
    display: block;
    height: 0;
    line-height:0em;
    clear: both;
    float: left;
    visibility: hidden;
    border: 0;
    padding: 0;
    margin: -2em 0 0 0;
}
div.head {
	width:56em;
	height:9em;
	min-height:9em;
}
div.foot {
	clear:both;
	width:56em;	
	margin-top:0em;
	margin-right:3.2em;
	padding-bottom:2em;
}
div.foot img,
div.head img {
	width:56em;	
}

/*** ---------------------- Navigation ---------------------------- ***/
/*** ---------------------- Navigation, position and first layer -- ***/
#nav {
	width:56.2em;
	height:2em;
	margin:0;
	padding:0;
	position:absolute;
	top:9em;
	left:3.2em;
}

#nav li {
	position:relative;
	float: left;
	width:8em;
	height:2em;
	display:block;
	overflow:visible;
}
/* sliding door-Tabs, left part */
#nav span {
	background:url(gfx/tab_blau_l.gif) left top no-repeat;
	padding-left:0.8em;
	display:block;
}
#nav li:hover span,
#nav #dieseseite span {
	background:url(gfx/tab_gelb_l.gif) left top no-repeat;
}
#nav li.help span {
	background:url(gfx/tab_orange_l.gif) left top no-repeat !important;
}
/* sliding door-Tabs, right part is the anchor itself */
#nav span a,
#nav span a:link,
#nav span a:visited,
#nav span a:focus,
#nav span a:hover,
#nav span a:active {
	display:block;
	overflow:visible;

	margin:0;
	padding:0em;
	padding-top:0.8em;
	height:1.7em;
	text-indent:-1em;
	background:url(gfx/tab_blau_r.gif) right top no-repeat;

	text-align:center;
	text-decoration:none;
	font-size:0.8em;
	color:#333;
}
* html #nav span a strong {
	font-weight:normal;
	text-indent:0;
}
* html #nav span > a strong {
	font-weight:bold;
	text-indent:-1em;
}
#nav li:hover span a {
	background:url(gfx/tab_gelb_r.gif) right top no-repeat;
	color:#000000;
	cursor: pointer; 
}
#nav span a:active,
#dieseseite span a {
	background:url(gfx/tab_gelb_r.gif) right top no-repeat !important;
}
#nav li.help span a {
	background:url(gfx/tab_orange_r.gif) right top no-repeat !important;
}

/*** ---------------------- Navigation ---------------------------- ***/
/*** ---------------------- Navigation, second layer -------------- ***/
#nav li div {
	display:none;
}	
#nav li:hover div {
	position:relative;
	display:block;
	padding:0.6em 1.6em;
	width:8.8em;
	background-color:#f9ffa5;
	background:url(gfx/submenu_bg.gif) repeat top left;
}
/* The official "i hate IE6"-Fix */
* html #nav li:hover div {
	width:7em;
	padding:0.5em;
}
* html #all > #nav li:hover div {
	width:8.8em;
	padding:0.6em 1.6em;
}
#nav li div a,
#nav li:hover div a {
	display:block;
	position:relative;

	margin:0.6em 0;
	width:auto; 
	text-align:left;
	text-indent:0;
	text-decoration:none;

	font-size:0.8em;
	font-weight:normal;
	color:#000;
}
#nav li div a:hover {
	text-decoration:underline;
}

/*** ------------------ Schriftstile --------------- ***/
#content h1,
#content h2,
#content h3,
#content h4,
#marginalie h2,
#marginalie h3{
	font-family:"Lucida Sans Unicode","Lucida Sans",Lucida,Helvetica,Arial,sans-serif;
	color:#4c4c4c;
	margin:0em;
}
#marginalie h1 {
	position:absolute;
	visibility:hidden;
	display:none;
	height:0em;
	width:0em;
}
h1 {
	font-size:2em;
	padding-left:0.8em;
	padding-top:0.5em;
}
h2 {
	font-size:1.25em;
	padding-left:1.2804em;
	padding-top:0.66em;
}
h3 {
	font-size:1em;
	padding-left:1.6em;
	padding-top:1.0em;
}
#content p {
	line-height:1.5em;
	margin:0em;
/*	padding:0.5em 7em 1em 3.2em;
*/
	font-size:0.9em;
	padding:0.55em 7.7em 1.1em 3.32em;
	
}
#content p.left {
	padding:0em 8.75em 0em 2em !important;
	font-size:0.8em;
}
#marginalie p {
	margin-left:3.2em;
	margin-right:1.6em;
	line-height:1.5em;
}
#marginalie ul {
	margin-left:3.2em;
	padding:0em;
	list-style-type:none;
	list-style-position:outside;
}
#marginalie ul li {
	margin-top:0.5em;
}
#marginalie a {
	color:#000;
}
.datum {
	margin-bottom:0.5em;
	font-style:italic;
}
h2 span.extrainfo {
	float:right;
	text-align:right;
	padding-right:11.196em;
	color:#000;
	font-size:0.5em;
	font-weight:lighter;
}
.rechts,
#weiter {
	text-align:right;
}
hr.trennlinie {
	border: 1px dashed #4774B8;
	margin:0em 7em 0em 1.6em;
	min-width:15em;
	clear:left;
}
div.systemfehler {
	margin:1em 1.6em;
	width:28.4em;
	border:1px solid red;
	padding:0.5em;
	background-color:#fdd;
}
div.systemerfolg {
	margin:1em 1.6em;
	width:28.4em;
	border:1px solid green;
	padding:0.5em;
	background-color:#dfd;
}
.hervorhebung {
	font-weight:bolder;
}
.geloescht {
	text-decoration:line-through;
	color:#444;
	background-color:#ddd;
}
p img.extern {
}

p img.links {
	vertical-align:text-top;
	float:left;
	margin-right:1.6em;
	margin-top:0.3em;
}
/*** ----------------------------- Formulare ---------------------- ***/
#content form {
	margin:1em 0em 2em 1.6em;
	font-size:1em;
	padding:0em;
	border:0em #fff;
}
fieldset {
	padding:0em;
	margin:1em 0em 0em 0em;
	border:0em;
}
label {
/*	margin-left:1.6em; */
}
textarea {
	width:28.4em;
	height:10em;
	margin:0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:0.2em;
	letter-spacing:0.05em;
	border:1px solid #4774B8;
}
input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	letter-spacing:0.05em;
	padding:0.2em;
	border:1px solid #4774B8;
	margin-top:0.5em;
}
select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	letter-spacing:0.05em;
	padding:0.2em;
	border:1px solid #4774B8;
	margin-top:0.5em;
}
#kurs {
	width:28.4em;
}
/* ie made this too big - the content was underneath it. */
* html #login {
	width: 5em;
}

/*** --------------------------- Bildergalerie ----------------- ***/
div.album {
	margin:1em 0em 2em 1.6em;
	padding-left: 8em;
	width:27.8em;
	min-height:8em;
}
div.albenbox {
	width:8em;
	height:8em;
	margin-left:-8em;
	text-align:center;
	vertical-align:text-top;
	float:left;
	display:inline;
}
div.thumbnailbox:hover {
	background:#a5c9fF;
}
/* * html div.albenbox {
	width:auto;
	height:auto;
	margin-left:-4em !important; 
} */
.thumbnailbox {
	width:8em;
	height:8em;
	float:left;
	margin:0.5em 0em 0.5em 1.6em;
	display:inline;
	text-align:center;
	border:0em;
	color:#fff;
	background-image:url('gfx/loading.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.thumbnailbox:hover {
	background:#a5c9fF;
}

#content img {
	border:0em;
}
/* sieht aus wie h2, ist aber nur in der Bildergalerie zu verwenden */
h4 {
	font-size:1.5em;
	padding-left:1.067em;
	padding-top:0.66em;
	display:inline;
}
img.einzelbild {
	margin:2em 1.6em;
	width:28.8em;
	min-width:28.8em;
}

/* ========= Styling the site-search ========*/
#sitesearch {
	position: absolute;
	top: 5.55em;
	left: 49em;
	text-align:right;
	padding:0;
	margin:0;
	height: 2em;
	width: 10em;
	overflow:hidden;
}
#sitesearch form {
	margin:0;
	padding:0 2em 0 0;
	font-size:0.75em;
}
#sitesearch label,
#sitesearch legend {
	display:none;
}
#sitesearch input {
	opacity:0.8;
	border:0;
	margin:0 0 0 0.5em;
	padding:0;
	height:1.4em;
	width:5em;
	vertical-align:middle;
}
ul.searchresults,
ul.searchresults li{
	margin:0;
	padding:0;
	list-style: none;
}

/*   Special Twitter Styles */
li.twittLI {
	margin-top: 12px;
	width:459px;
}
.twittLI .time {
	clear: left;
	size: smaller;
	color: #777;
}
.twittLI img {
	float: left;
	margin-right: 6px;
}