/* @override http://bewegte-schule-tirol.at/css/format.css */

/* @override http://bewegte-schule-tirol.at/css/format.css */

/* @override http://www.bewegte-schule-tirol.at/css/format.css */




html, body {
	margin: 0;
}

h1.kurs {
	text-align: left;
	font-size: 20px;
	position: relative;
	background-color: #ebdba3;
	margin-top: 30px;
	padding: 10px;
	padding-left: 40px;
	border-top: 3px solid #c38f00;
	padding-bottom: 7px;
}

div.kurs_nr {
	position: absolute;
	left: 4px;
	top: 50%;
	width: 22px;
	height: 12px;
	text-align: center;
	border: 1px solid #333;
	padding: 5px 0;
	font-size: 14px;
	margin-top: -12px;
	line-height: 15px;
}

h2.tageszeit {
	text-align: left;
	font-size: 18px;
	line-height: 150%;
	border-bottom: 3px double #222;
	margin-bottom: 10px;
	text-transform: capitalize;
}

body {
	background: url(../gfx/head.jpg) no-repeat 50% 0;
	text-align: left;
	color: #222;
	font: 12px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.load2 {
	background-color: #fefefe;
	position: relative;
	padding: 10px;
	padding-left: 3px
}

div.load {
	background-color: #efefef;
	position: relative;
	padding: 10px;
	padding-left: 3px;
}

p {
	margin: 0.3em 0 1em 0;
	text-align: left;
	color: #444;
}

.druck {
	padding-left: 2em;
}

div#head {
	height: 182px;
	position: relative;
}

div#head h1#heading, div#head h2#subheading  {
	position: absolute;
	top: 60px;
	left: 250px;
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c38f00;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	line-height: 120%;
}

div#head h2#subheading {
	top: 95px;
	left: 260px;
	font-size: 13px;
	color: #777;
}

div#container {
	width: 750px;
	left: 50%;
	position: relative;
	margin-left: -375px;
}

div#content {
	margin: 45px 0 30px 0;
	padding: 0 0 30px 150px;
	position: relative;
}

ul#main {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 130px;
	margin: 0;
	font-size: 13px;
}

ul#main li {
	float: left;
	margin-right: 2px;
	display: block;

}

ul#main li.hasSub {
	position: relative;
	z-index: 1000;

}

div.box ul {
	margin: 0;
	list-style:;
	padding-left: 20px;
	list-style-type: circle;
}

div.box h3 {
	padding-bottom: 0;
}

div.box table {
	border-collapse: 0;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

div.box table tr td {
	padding: 3px;
	padding-right: 8px;
}

div.box table tr.grey td {
	background-color:#eee;
}

div.box table tr td:first-child {
	width: 18%;
}

ul#main li a {
	text-decoration: none;
	color: #666;
	display: block;
	height: 29px;
	width: auto;
	line-height: 32px;
	padding: 1px 6px;
	font-size: 12px;
}

ul#main li a:hover,
ul#main li a.active:hover,
ul#main li a.active,
ul#main :hover > a,
ul#main :hover > a.active,
ul#main ul :hover > a,
ul#main ul :hover > a.active 
 {
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 5px;
	height: 30px;
	background: #fff;	
	position: relative;
	z-index: 1000;


}

ul#main li.hasSub a:hover,
ul#main li.hasSub a.active:hover,
ul#main :hover > a,
ul#main :hover > a.active,
ul#main ul :hover > a,
ul#main ul :hover > a.active  {
		background: url(../gfx/icons/arrow_s.gif) no-repeat 50% 90% #fff;	

}



ul#main li a.active {
	color: #c38f00;
	height: 29px;
	background: none;
	background-color: #fff;
}

ul#main li#gesundmunter a:hover,
ul#main li#gesundmunter a.active:hover,
ul#main li#gesundmunter a.active {
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 5px 0 24px;
	height: 30px;
	background-color: #fff;	
	position: relative;
	z-index: 1000;
	background-position: 5px 6px;

	
}


ul#main li#gesundmunter a {
	padding-left: 25px;
	background: url(../content/gesundmunter/gm.gif) no-repeat 6px 7px;

}

ul#main li:hover ul, ul#main li.iehover ul {
	display: block;
}


ul#main ul.hoverSub {
	position: absolute;
	border: 1px solid #ddd;
	background-color: #fff;
	list-style: none;
	display: none;
	padding: 0;
	top: 29px;
	right: -50px;
	width: 200px;
	z-index: 10;
	padding: 10px 0 0 0;
	font-size:12px;
}


ul#main li#info ul.hoverSub {
	right: 0;
}

ul#main ul.hoverSub li {
	float: none;
	width: 200px;
	margin: 0;
}

ul#main ul.hoverSub li#admin {
	text-align: center;
	border-top: 2px solid #999;
	background-color: #f7f7f7;
	padding: 10px 0;
}


ul#main li.hasSub ul.hoverSub li a, ul#main li.hasSub ul.hoverSub li.external a {
	text-decoration: none;
	color: #666;
	display: block;
	line-height: 120%;
	height: auto;
	width: 180px;
	padding: 5px 10px;
	background: none;
	border-bottom: 1px solid #eee;

}


ul#main  li.hasSub ul.hoverSub li.external a  {
	width: 165px;
	padding-right: 25px; 
	background: url(../gfx/icons/blank.gif) no-repeat 95% center;
}


ul#main li.hasSub ul.hoverSub li a:hover, ul#main li.hasSub ul.hoverSub li.external a:hover {
	background-color: #eee;
	border: 0;
	border-bottom: 1px solid #eee;
}


ul.sub {
	list-style: none;
	height: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	bottom: -25px;
	right: 0;
	margin: 0;
}

ul.sub li {
	float: left;
	display: block;
margin-right: 10px;	
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	padding-left: 20px;
	padding-top: 30px;
	margin: 0;
	background: url(../gfx/quote.gif) no-repeat 0 0;
}

h1 {
	font-size: 11px;
	text-align: right;
}

div.box + div.box {
	border-top: 1px solid #eee;
	margin-top: 10px;
}

h2 {
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 3ex;
	position: relative;
	padding-right: 80px;
}

#content h2 span.num {
	position: absolute;
	top: -7px;
	left: -37px;
	padding: 6px 3px 3px 3px;
	display: block;
	width: 17px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
}

#content h2 span.plaeze {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	font-size: 12px;
}

.green {
	color: #729904;
}

.red {
	color: #a41f16;
}

h3 {
	font-size: 12px;
	margin: 0;
	line-height: 130%;
	padding: 1em 0 0.5em 0;
	color: #c38f00;
}

.detail td h3 {
	padding: 0;
	font-size: 14px;
}

span.freie_plaetze {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	line-height: 130%;
	padding: 0.5em 0 0 2em;
}

div#info {
	position: absolute;
	bottom: 0px;
	left: 0;
	border-top: 1px solid #ddd;
	height: 20px;
	width: 700px;
	text-align: center;
	line-height: 20px;
	color: #555;
	font-size: 10px;
}

a.pdf_download {
	display: block;
	text-align: right;
	border-bottom: 1px solid #eee;
	color: #333;
	margin-top: 4px;
	text-decoration: none;
	padding-right: 20px;
	padding-bottom: 5px;
	background: url(../gfx/icons/pdf.gif) no-repeat 100% 0;
}

a.pdf_download:hover {
	color: #c38f00;
}

table.anmeldungen {
	width: 100%;
	border-spacing: 0;
}

table.anmeldungen td {
	border-bottom: 1px solid #ddd;
	padding: 2px;
}

table.anmeldungen tr.bezeichnung td {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

table.anmeldungen .icon {
	width: 20px;
}

table.anmeldungen tr.detail td {
	border-top: 1px solid #c38f00;
	border-bottom: 1px solid #c38f00;
	background-color: #eee;
	padding-left: 10px;
	padding-top: 10px;
}

table.anmeldungen tr.delete td {
	border-top: 1px solid #ac1419;
	border-bottom: 1px solid #ac1419;
	background-color: #eee;
	font-weight: bold;
}

a.detail, a.trash, a.detail_schliesen {
	display: block;
	background: #c38f00 url(../gfx/icons/detail.gif) no-repeat center center;
	width: 20px;
	height: 20px;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
}

a.detail:hover {
	background-color: #dcc517;
}

a.trash {
	background: #ac1419 url(../gfx/icons/trash.gif) no-repeat center center;
}

a.trash:hover {
	background-color: #e54717;
}

a.detail_schliesen {
	background: #333 url(../gfx/icons/up.gif) no-repeat center center;
}

a.detail_schliesen:hover {
	background-color: #4d8818;
}

a#dreisinne {
	position: absolute;
	bottom: -25px;
	right: 0px;
	height: 20px;
	width: 100px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../gfx/dreisinne_at.gif) no-repeat right 0;
}

a#dreisinne:hover {
	background: url(../gfx/dreisinne_at.gif) no-repeat right -25px;
}

span.form_text {
	font-weight: bold;
	width: 150px;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 10px;
	border-right: 1px dotted #999999;
	display: block;
	float: left;
}

p.form_p {
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 13em;
	position: relative;
}

.different {
	background: #eee;
}

p.form_p label {
	width: 13em;
	position: absolute;
	top: 5px;
	left: 5px;
	text-transform: capitalize;
}

.form_correct, .form_false, .form_0 {
	background-repeat: repeat-y;
	background-position: center right;
}

.form_correct {
	background-image: url(../gfx/icons/tick_block.gif);
}

.form_false {
	background-image: url(../gfx/icons/alert_block.gif);
}

.form_0 {
	background-image: url(../gfx/icons/0_block.gif);
}

form#teilnehmer input.btn {
	margin: 1ex 0 0 13em;
}

div#login {
	position: absolute;
	top: 10px;
	right: 5px;
	color: #777;
}

ul.sub a {
	text-decoration: none;
	color: #c38f00;
}

ul.sub a:hover {
	text-decoration: underline;
}

input.btn {
	color: #000;
	margin: 0;
	padding: 1px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ddd;
	border: 1px solid #333;
}

a.print {
	display: block;
	padding-left: 40px;
	background: url(../gfx/print.gif) no-repeat 0 50%;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 10px;
}

a.print:hover {
	color: #dcc517;
}

div#login a {
	color: #999;
	text-decoration: none;
	display: block;
	text-align: right;
	margin-bottom: 3px;
	float: right;
	margin-left: 10px;
}

div#login a:hover {
	color: #333;
}

form#login_form {
	clear: right;
}

a.marked, a.extern {
	color: #c38f00;
	text-decoration: none;
	margin: 10px;
}

a.marked:hover, a.extern:hover {
	text-decoration: underline;
}

a.extern {
	margin: 0;
	background: url(../gfx/icons/blank_black.gif) no-repeat right center;
	padding-right: 17px;
}