/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	color: #333;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #333;
}

input.button, input.submit
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
	z-index: 1;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	background-color:#EEEEEE;
	z-index: 1;
}

input.frmTextfelderFehler
{
	border: solid 1px #CC0000;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	background-color:#EEEEEE;
	z-index: 1;
}


select.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	background-color:#EEEEEE;
	z-index: 1;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	margin: 0;
	width: 100%;
}

/* Header */

#header
{
	padding: 6em 2.5em 0em 4.5em;
}

#header h2
{
	font-size: 1em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	font-size: 1.9em;
	display: inline;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #343434;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	top: 25px;
	left: 0px;
	background-color: #558800;
	border-bottom: solid 1px #336600;
	width: 100%;
}

#newsticker
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #558800;
	width: 100%;
	color:#FFFFFF;
	border-bottom:2px solid #FFFFFF;
	padding-bottom:3px;
	height:20px;
	font-weight:bold;
	text-align:center;
	
}
/* Content */

#content
{
	padding-left: 10px;
	padding-right: 10px;
}

.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff url('../images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin: 1em;
	margin-bottom: 1.5em;
	border-left: solid 3px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
	background-color: #EEEEEE;
}

#content table td
{
	padding: 0.2em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 2.5em 1em 1.5em 1em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 13em;
	padding: 2.5em 2.5em 1.5em 1em;
}

/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}

div.footer_ssb {
	text-align:center;
	width:100%;	
}

/* Kalender */
table.calendar {
	clear:both;
	width:100%;
	font-size:12px;
}
table.calendar a {
	color:#000;
	font-size:12px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:26; color: #aaaaff; background:; text-decoration:none;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:300px;
	color: #993300;
    text-align: left;
    text-decoration:none;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	font-size:14px;
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
}

span.tt{
    position:relative;
    z-index:24;
}
span.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.tt:hover{ z-index:25; color: #aaaaff; background:;}
span.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:300px;
	color: #993300;
    text-align: left;
}
span.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
}
span.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
}
span.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
}

div.OkMsg {
	color:#558800;
	border:2px solid #558800;
	font-size:125%;
	text-align:center;
	width:90%;
	padding:0 10px 0 10px;
}

div.ErrMsg {
	color:#CC0000;
	border:2px solid #CC0000;
	font-size:125%;
	text-align:center;
	width:90%;
	padding:0 10px 0 10px;
}

span.frmErrMsg {
	color:#CC0000;
	border:1px solid #CC0000;
	text-align:center;
	width:100%;
	padding:0 10px 0 10px;
}

div.naviBar {
	width:100%;
	border-bottom:1px dashed #AAAAAA;
	text-align:right;	
}

iframe {
	width:100%;
}
