@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 beta1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

#topnav a.last { background: none;}
#topnav a img { margin-top: 5px;}

#footer a.last { border: none;}
#footer a.franz { padding: 0px 5px}
#footer a.logo { background: url(../images/logo_footer.gif) no-repeat 20px center; padding-left: 60px;}

#header h1
{
	float: left;
	margin-left: 20px;
}

#menu
{
	float: left;
	margin: 50px 0px 0px 20px;
}

#bc
{
	color: #a4a4a5;
	font-size: 9px;
	border-bottom: solid 2px;
	padding-bottom: 5px;
	margin: 5px 0px 10px;
	float:left;
	width: 100%;
}

#bc a
{
	color: #a4a4a5;
}

#bc span
{
	float: left;
}

#bc #sendsite
{
	float:right;
	top: 0px;
}

#sendsite a
{
	background: url(../images/icon_seite_versenden.gif) no-repeat;
	padding-left: 22px;
}

#copy
{
	color:  #a4a4a5;
	font-size: 9px;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

#copy div
{
	background: url(../images/trenner_gepunktet.gif) repeat-x;
	margin-top: 5px;
	padding: 5px 0px 35px;
}

#copy a
{
	color:  #a4a4a5;
}

#copy span
{
	float: left;
}

#copy span.right
{
	float: right;
}

#copy p.right
{
	text-align: right;
}

.start h3
{
	margin-top: 15px;
}

.start #copy
{
    float: none;
}

/******************************/
/*  Sidebar rechts            */

#col3_content h2
{
	padding: 5px 10px 5px 12px;
	margin: 0px;
}

#link_sportzertifikate
{
	float: left;
	clear: both;
	width: 100%;
}

#link_tradegate
{
	margin-top: 7px;
	float: left;
	clear: both;
	width: 100%;
}

ul.sidebar
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.sidebar li
{
	list-style-type: none;
	border-top: solid 1px #c1bfbb;
	padding: 4px 10px 0px 12px;
	margin: 0px;
	font-size: 9px;
	line-height: normal;
	height: 31px;
}

ul.sidebar li span
{
	font-weight: normal;
	float: left;
	clear: both;
	color: #696c72;
	width: 100%;
}

#col3 span.title
{
	font-weight: bold;
	width: 100%;
	color: #1d6554;
}

#col3 span.change
{
	padding: 0px 5px 0px 15px;
	background: url(../images/pfeil_red.gif) no-repeat;
	width: 50px;
	text-align: right;
	line-height: 16px;
	color: #c90000;
}

#col3 span.top
{
	color: #00b62f;
	background-image: url(../images/pfeil_green.gif);
	background-position: left center;
	height: 16px;
}

#col3 span.top
{
	padding: 2px 0px 2px 20px;
	line-height: 20px;
	vertical-align: middle;
}

#col3 span.null
{
	color: #666;
	background-image: url(../images/pfeil_grey.gif);
	background-position: left center;
	height: 16px;
}

#col3 span.null
{
	padding: 2px 0px 2px 20px;
	line-height: 20px;
	vertical-align: middle;
}

#col3_content ul 
{
	float:left;
	clear: both;
}

#col3_content ul li
{
	height: 35px;
	padding: 0px;	
	float:left;
	clear: both;
}

#col3_content ul li.link
{
	height: 21px;
}

#col3_content ul li a
{
	color: #1d6554;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	background: #c1bfbb url(../images/menu_filler_rechts_1.gif) repeat-y;
	float: left;
	width: 153px;
	padding: 4px 2px 0px 10px;
	font-size: 9px;
}

#col3_content ul li a.link
{
	color: #696c72;
	font-size: 9px;
	font-weight: 300;
	height: 16px;
	background: #c1bfbb url(../images/menu_filler_rechts_1.gif) repeat-y;
}

#top-titel ul.sidebar li a
{
	height: 40px;
}

#top-titel ul.sidebar li.vier a
{
	height: 54px;
}

#top-titel ul.sidebar li.franz a
{
	height: 54px;
}

#top-titel ul.sidebar li.franz-vier a
{
	height: 68px;
}

#col3_content ul li a:hover, 
#col3_content ul li a:active
{
	color: #000;
	text-decoration: none;
	background: #c1bfbb url(../images/menu_filler_rechts_3.gif) repeat-y;
}

/******************************/
/*  Sidebar links            */

#col2
{
	text-align: right;
}

#col2_content h2
{
	padding: 5px 12px 5px 10px;
	margin: 0px;
}

#col2_content #navi h2,
#col2_content #news h2,
#col2_content #handel h2
{
	background: #c1bfbb url(../images/menu_filler_links_1.gif) repeat-y;
}

#kurssuche
{
	background:  url(../images/suche_filler_links.gif) repeat-y;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

#kurssuche input
{
	margin-right: 12px;
	text-align: right;
}

#kurssuche input.button
{
	margin: 3px 10px 0px 0px;
}

#navi,
#kontakt,
#bank
{	
	margin-bottom: 5px;
	float: left;
	clear: both;
	padding: 0px;
}

#col2_content ul 
{
	float:left;
	clear: both;
}

#col2_content ul li
{
	height: 23px;
	padding: 0px;	
	float:left;
	clear: both;
}

#col2_content ul li.franz
{
	height: 35px;
}

#col2_content ul li a
{
	color: #1d6554;
	font-size: 10px;
	font-weight: bold;
	height: 19px;
	background: #c1bfbb url(../images/menu_filler_links_1.gif) repeat-y;
	float: left;
	width: 145px;
	padding: 4px 10px 0px 10px;
}

#col2_content ul li.franz a
{
	height: 31px;
}

#col2_content #news ul li,
#col2_content #news ul li a
{
	height: 48px;
	color: #696c72;
	font-size: 9px;
	font-weight: normal;
}

#col2_content #news ul li a
{
	height: 44px;
}

#col2_content ul li a:hover, #col2_content ul li a:active
{
	color: #000;
	text-decoration: none;
	background: #c1bfbb url(../images/menu_filler_links_3.gif) repeat-y;
}

#col2_content ul li a img
{
	visibility: hidden ;
	padding-right: 3px;
}

#col2_content ul li a:hover img, #col2_content ul li a:active img
{
	visibility: visible;
}

#handelszeit_div
{
	background:  url(../images/suche_filler_links.gif) repeat-y;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: #c1bfbb;
	font-weight:600;
	float: left;
	clear: both;
	width: 145px;
}


/************************************************/

#imprint
{
	width: 316px;
	padding-left: 244px;
	background: url(../images/logo.gif) no-repeat 39px top;
}

#imprint h4
{
	margin-top: 15px;
}

#col1 ul
{
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

#col1 ul li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/aufzaehlung_punkt.gif) no-repeat left 6px;
	list-style: none;
}

#col1 ul.nav li
{
	background: url(../images/pfeil.gif) no-repeat left 4px;
}



.contact address
{
	width: 280px;
	height: 50px;
	display: inline-block;
}

.contact address.right
{
	position:relative;
	left: 280px;
	top: -50px;
}

.hr
{
	background: url(../images/trenner_gepunktet.gif) repeat-x left center;
	height: 21px;
	width: 100%;
	position: relative;
	clear: both;
}

.help
{
	padding-left: 169px;
}

.help .nav a
{
	font-weight: bold;
}

#invrel .nav a
{
	color: #a4a4a5;
}

.nav a.active
{
	font-weight: bold;
}

#invrel .nav a.active
{
	color: #1d6554;
}

p.indent
{
	padding-left: 10px;
}

p.subinfo, li.subinfo
{
	color: #a4a4a5;
	font-size: 9px;
}

p.sub,
a.sub
{
	font-size: 9px;
}

a.default
{
	text-decoration: underline;
}

a.default:hover
{
	text-decoration: none;
}



#invrel .nav
{
	width: 140px;
	margin: 0px 24px 0px 0px;
	float: left;
}

#invrel div.content
{
	width: 396px;
	margin-left: 164px;
}

#invrel li.datum
{
	margin-left: 10px;
	list-style-type: none;
	background: none;
}

#invrel p.kopf
{
	text-align:center;
}


#col1 ul.news li
{
	padding: 0px;
	background-image: none;
	padding-bottom: 5px;
	background: url(../images/trenner_gepunktet.gif) repeat-x left bottom;
	margin-bottom: 5px;

}

#col1 ul.news li a 
{
	color: #000;
}

#col1 ul.news li strong
{
	color: #1d6554;
}

a.nav
{
	padding: 0px 0px 0px 10px;
	background: url(../images/pfeil.gif) no-repeat left center;
	color: #a4a4a5;
}


#ListLeft
{
	width: 370px;
	float: left;
	margin-bottom: 10px;
}

#ListLeft .block
{
	padding: 5px 0px 5px;
	width: 368px;
	float: left;
	border: solid 1px #a4a4a5;
	border-top: none 1px #000;
	margin-bottom: 10px;
	text-align: center;
}

/****************************************************************/

#col1 ul.full 
{
margin-bottom: 15px;
}

#col1 ul.full li
{
	width: 186px;
}

#col1 ul.full li.first
{
	width: 187px;
}

#col1 ul.full li.active
{
	width: 184px;	
}


#ListLeft span 
{
	font-weight: bold;
	color: #1d6554;
	padding: 10px 0px;
}

#ListRight
{
	width: 178px;
	float: right;
}

#ListRight h3
{
	font-size: 11px;
}

#ListRight p
{
	font-size: 9px;
	text-align: right;
	padding-right: 7px;
}

/*********************************
/*      Tabellen				*/

td.flop,
td.null,
td.top
{	
	background-image: url(../images/pfeil_red.gif); 
	background-repeat: no-repeat; 
	background-position: 10px center;
	color: #c90000;
}

td.top
{	
	background-image: url(../images/pfeil_green.gif);
	color: #00b62f;
}

td.null
{
	color: #666;
	background-image: url(../images/pfeil_grey.gif);
}


th span 
{
	float: left;
}

table.right th span 
{
	float: right;
}

th input 
{
	float: right;
	margin-left: 5px;
}

table.right td.left 
{
	text-align: left;
}

table.left td.right,
table.left td.right input
{
	text-align: right;
}

table.right th.left span
{
	float: left;
}

table th.middle,
table td.middle
{
	text-align: center;
}

table.top th.middle span
{
	text-align: center;
	width: 130px;
}

table.top
{
	border-top-width: 2px;
}

table tr.active
{
	font-weight: bold;
		color: #1d6554;
}

table.mi
{
	width: 100%; clear: both;
}

table.full tr:hover { background-color: #fff;  }

/******************************/

#col1 ul.images
{
	float: left;
}

#col1 ul.images li
{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	margin-left: 25px;
	margin-bottom: 15px;
}

#col1 ul.images
{
	margin-left: -10px;
}

#col1 ul.images li.first
{
	margin-left: 0px;
}

#col1 ul.images li.m45
{
	margin-left:45px;
	width: 125px;
}

#col1 ul li.land, #col1 p.land
{
	clear:left;
}


/****************/
/*  Formulare   */

#col1 fieldset
{
	background-color: #f9f5ed;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

#col1 fieldset label
{
	font-weight: bold;
	color: #1d6554;
	padding-right: 5px;
	float:left;
	margin-bottom: 10px;
	clear: both;
	width: 164px;
	text-align: right;
}

#col1 fieldset.sendPage label
{
	font-weight: bold;
	color: #1d6554;
	padding-right: 5px;
	float:left;
	margin-bottom: 10px;
	clear: both;
	width: 134px;
	text-align: right;
}

#col1 span.error, #col1 h3.error 
{
	color: #AA0000;
}

#col1 fieldset label.optional
{
	font-weight: normal;
}
#col1 fieldset label.radio
{
	clear: none;
	width: 354px;
	text-align: left;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0px;
}

#col1 fieldset label.inline
{
	clear: none;
	width: auto;
}

#col1 fieldset label.check
{
	font-weight: normal;
	margin-top: 10px;
	clear: none;
	width: 374px;
	text-align: left;
}

#col1 fieldset.sendPage label.check
{
	font-weight: normal;
	margin-top: 10px;
	clear: none;
	width: 374px;
	text-align: left;
}

#col1 fieldset input,
#col1 fieldset textarea
{
	float:left;
	width: 170px;
	margin-bottom: 10px;
}

#col1 fieldset textarea
{
	width: 366px;
}

#col1 fieldset input.radio
{
	width: auto;
	clear: both;
	margin-left: 159px;
	height: 20px;
	margin-bottom: 0px;
}

#col1 fieldset input.franz
{
	height: 36px;
}

#col1 fieldset input.inline
{
	width: auto;
	clear: none;
	margin-left: 10px;
}

#col1 fieldset input.button
{
	margin-left: 166px;
	width: auto;
}

#col1 fieldset.sendPage input.button
{
	margin-left: 136px;
	width: auto;
}

#col1 fieldset input.filler
{
	margin-right: 100px;
}

#col1 fieldset input.check
{
	width: 24px;
	margin-left: 135px;
	text-align: right;
	margin-top: 10px;
}

#col1 fieldset span
{
	color: #a4a4a5;
	font-size: 9px;
	line-height: 20px;
	margin-left: 10px;
}

#col1 fieldset span.sendPage
{
	color: #a4a4a5;
	font-size: 9px;
	line-height: 20px;
	margin-left: 0px;
}

#col1 fieldset .hr
{
	margin-left: 159px;
	width: 374px;
}


#col1 fieldset div
{
	float:left;
	width: 120px;
}

#col1 fieldset div.links 
{
	margin-right: 15px;
	width: 150px;
}

#col1 fieldset div.rechts
{
	margin-left: 10px;
	width: 150px;
}

#col1 fieldset div.nachname 
{
	margin-left: 6px;
	width: 150px;
}


#col1 fieldset div.surname 
{
	margin-left: 14px;
	width: 150px;
}

#col1 fieldset div.nachname {*margin-left: 8px;}
#col1 fieldset div.surname {*margin-left: 13px;}

#col1 fieldset div input
{
	width: 100%;
	margin-bottom: 2px;
}

#col1 fieldset div span
{
	margin-left: 0px;
	line-height: 10px;
}

#col1 span.hochstellen
{
	vertical-align:super;
	font-size: 8px;
}

#col1 span.kursiv
{
	font-style:italic;
}
