/*-----------------------------------------------------------------------------
Contur Gmbh Screen Stylesheet

version:   1.0
date:      04/04/2008
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/

* {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #484848;
	font: 62.5%/1.5  Verdana, Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

h1 {
	color: #727A34;
	font-size: 1.9em;
	text-transform: uppercase;
}

h2 {
	color: #202020;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h3 {
	border-bottom: 3px double #fdb913;
	font-size: 1.3em;
	margin-bottom: 0.8em;
}

h4 {
	border-bottom: 1px solid #fdb913;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0.3em 0 0.2em 0;
}

h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0.3em 0 0.2em 0;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

a {
	color: #003e7a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

dl {
	font-size: 1.2em;
	margin-bottom: 1em;
}

dt, dd {
	float: left;
	padding: 0.3em 0;
}

dt {
	clear: both;
	font-weight: bold;
	width: 24%;
}

dd {
	width: 75%;
}

dl.form {
	font-size: 1em;
}

small {
	font-weight: normal;
}

hr {
	background: #fdb913;
	border-color: #fdb913;
	border-size: 3px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.textarea-wysiwyg {
	font-size: 0.7em !important;
}

#main .group-1 {
	background-color: #fff2f2;
}

#main .group-2 {
	background-color: #f1ffe6;
}

#main .group-3 {
	background-color: #eefaff;
}

/* =STRUCTURE
-----------------------------------------------------------------------------*/

#wrapper {
	background: url(../img/wrapper_bg.png) no-repeat right top;
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#head {
	background: url(../img/head_bg.png) repeat-x;
	border-bottom: 7px solid #00305f;
	height: 205px;
	position: relative;
}

#logo span, #logo a {
	background: url(../img/logo.png) no-repeat left center;
	color: #0b3955;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-style: italic;
	font-weight: bold;
	height: 50px;
	left: 0;
	padding: 20px 20px 20px 0;
	position: absolute;
	text-indent: -9999em;
	top: 45px;
	width: 160px;
}

#head h2 {
	position: absolute;
	top: 84px;
	left: 190px;
}

#shortcuts {
	position: absolute;
	right: 50px;
	top: 0;
}

#shortcuts li {
	background: url(../img/shortcuts_separator.png) no-repeat 0 22px;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#shortcuts li.first {
	background: none;
}

#shortcuts a {
	color: #FFF;
	display: block;
	font-size: 0.8em;
	padding: 14px 8px 14px 10px;
	text-decoration: none;
}

#shortcuts a:hover {
	text-decoration: underline;
}

#language {
	display: block;
	height: 45px;
	position: absolute;
	top: 0;
	right: 15px;
	width: 30px;
}

#language img {
	padding: 15px 5px;
}

#left {
	float: left;
	margin: 40px 0 30px 0;
	width: 155px;
}

#main {
	float: left;
	margin: 20px 0 30px 35px;
	width: 500px;
}

#main.wide {
	margin-right: 0;
	width: 760px;
}

#main.no-heading {
	padding-top: 1.6em;
}

#right {
	float: right;
	margin-top: 18px;
	width: 225px;
}

#foot {
	background: #00305f;
	color: #FFF;
	padding: 0.5em;
	position: relative;
}

#foot a {
	color: #FFF;
	text-decoration: none;
}


/* =NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	background: url(../img/dotted.png) repeat-x bottom;
	font-size: 1em;
	margin-bottom: 2.5em;
	padding-bottom: 1px;
}

#navigation li {
	background: url(../img/dotted.png) repeat-x;
	margin: 0;
	padding: 1px 0 0 0;
}

#navigation a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0.7em 0.5em;
}

#navigation a:hover, #navigation a:active {
	background: #FEF5E3;
	text-decoration: none;
}

#navigation a.active {
	background: #FCD674;
}

#navigation ul {
	font-size: 1em;
}

#navigation ul a.active {
	background: #FEF5E3;
}

#navigation ul li {
	background: url(../img/dotted2.png) repeat-x;
}

#navigation ul a {
	font-size: 1em;
	padding: 0.5em 0.2em 0.5em 1.5em;
}

/* =FORMS
-----------------------------------------------------------------------------*/
label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

input.text, textarea {
	background: #FFF
	border: 1px solid ##EF8B00;
	color: #6c7985;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 3px;
}

input.submit {
	background: #fceed3;
	border: 1px solid #fcd674;
	color: #00305F;
	padding: 1px;
}

select {
	border: 1px solid #EF8B00;
}

dl.form input.text, dl.form textarea, dl.form select {
	width: 280px;
}

dl label {
	display: inline;
}

.advice {
	display: block;
	margin: 5px 0;
	padding: 0.3em;
	width: 100%;
	background: #CA0808;
	color : #fff;
	font-weight: bold;
}

/* =SEARCH
-----------------------------------------------------------------------------*/
#search-query {
	width: 117px;
}

#search-submit {
	border-left: none;
	width: 30px;
}


*+html #search-submit {
	padding: 0 1px;
}

* html #search-submit {
	padding: 0 1px;
}


/* =HEAD
-----------------------------------------------------------------------------*/
#head #head-block {
	left: 195px;
	font-size: 0.9em;
	position: absolute;
	top: 120px;
	width: 750px;
}

#head-block h3 {
	display: none;
}

	
/* =MAIN
-----------------------------------------------------------------------------*/
ul {
	font-size: 1.2em;
}

ul li {
	background: url(../img/bullet.png) no-repeat 0 5px;
	margin-bottom: 0.8em;
	padding-left: 1em;
}

/* =RIGHT
-----------------------------------------------------------------------------*/
#right h3 {
	font-size: 1.1em;
	margin: 0 -5px 10px -5px;
	padding: 0 5px;
}

#right p {
	font-size: 1.1em;
}

#right ul {
	font-size: 1.1em;
}

#right .block {
	background: #fef6e7 url(../img/box_bg_primary.png) repeat-x;
	border-bottom: 4px solid #FDB913; 
	margin-bottom: 1.8em;
	padding: 5px;
}

#right .secondary {
	background: #f6f9fb url(../img/box_bg_secondary.png) repeat-x;
	border-color: #00305F;
}

#right .no-heading {
	border-top: 3px double #fdb913;
	border-bottom: none;
}

#right .training {
	font-size: 0.9em;
	padding-bottom: 0.8em;
}

#right .training .title {
	margin-bottom: 0.4em;
}

/* =TEAM
-----------------------------------------------------------------------------*/
#main .team, #right .team {
	font-size: 0.9em;
}

#head .team li {
	list-style: none;
	font-size: 0.8em;
	position: relative;
	width: 32%;
}

* html #head .team li {
	width: 25%;
}

#head .team .role {
	display: none;
}

.team li {
	float: left;
	list-style: none;
	margin: 0 1% 0 0;
	padding: 0;
	position: relative;
	width: 48%;
}
.team .photo {
	border: 1px solid #000;
}

.team .img {
	display: block;
	float: left;
	padding: 0 1em 4.2em 0;
}

.team h5 {
	font-size: 1.4em;
}

.team p {
	margin-bottom: 0.1em;
}

.team .email {
	font-size: 1.2em;
}

#right .team li {
	display: inline;
	background: none;
	float: none;
	margin: 0;
	padding: 0 0 1em 0;
	width: auto;
}

#right .team h5 {
	font-size: 1.2em;
}

#right .vcard {
	margin-bottom: 10px;
}

#right .team a {
	display: block;
}

#right .team img {
	border: none;
	display: block;
}

#right .team .img {
	border: none;
	display: block;
	float: left;
	padding: 0;
	position: relative;
}

#right .team .attributes {
	margin-left: 85px;
}

/* =TABLES
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

#trainings td, #trainings th {
	border-bottom: 1px solid #FDB913;
	padding: 0.2em;
}

td {
	font-size: 1.1em;
	vertical-align: top;
}

th {
	background: #FCD674;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

th.sub {
	background: #FCE5A6;
}

/* =BREADCRUMBS
-----------------------------------------------------------------------------*/
#breadcrumbs {
	padding-bottom: 1.5em;
	width: 100%;
}

#breadcrumbs li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	background: #fce5a6 url(../img/breadcrumb_bg.png) no-repeat right center;
	display: block;
	padding: 0.6em 1.4em 0.6em 0.4em;
}

#breadcrumbs span {
	display: block;
	font-weight: bold;
	padding: 0.6em 0 0.6em 0.3em;
}

#breadcrumbs .last a {
	background-color: transparent;
}

#breadcrumbs .title {
	clear: left;
	display: block;
	float: none;
}

#breadcrumbs .title span {
	font-size: 1.1em;
	padding: 0.8em 0 0 0;
}

/* =TRAININGS
-----------------------------------------------------------------------------*/
#trainings {
	width: 100%;
}

#trainings .level-2 {
	background: #FCF6E5;
	font-size: 1.1em;
}

#main ul.dates {
	font-size: 1em;
	width: 330px;
}

#main ul.dates li {
	background-image: none;
	margin: 0 0 0.1em 0;
	padding: 0;
}

#main ul.dates .left {
	width: 50%;
}

#main ul.dates .right {
	width: 50%;
}

a.attend, a.show {
	background: #FDE9B6;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0.5em;
}

a.button {
	background: #FDE9B6;
	padding: 0.2em;
}

table a.attend, table a.show {
	font-size: 1em;
	margin-bottom: 0.3em;
	padding: 0.2em 0.5em;
}

.training .people li {
	background-position: left center;
}

.training .people li, .training .people img {
	vertical-align: middle;
}

/* =PROFILE
-----------------------------------------------------------------------------*/
.profile .photo {
	padding: 0 0.8em 1.5em 0;
}

/* =NEWS
-----------------------------------------------------------------------------*/
#news {
	background: #fef6e7 url(../img/box_bg_primary.png) repeat-x;
	font-size: 0.9em;
	padding: 5px;
}

/* =LIGHTBOX
-----------------------------------------------------------------------------*/
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:800px;
	height:600px;
	margin:-300px 0 0 -405px;
	border:10px solid #e0e0e0;
	background:#e0e0e0;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox #lbContent{
	border: none;
	display:block;
	height: 570px;
	overflow: auto;
	width: 800px;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	background: #FFF;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
background: #FFF url(include/img/ajax-loader.gif) center center no-repeat;
	display:block;
height: 200px;
left: 50%;
margin: -100px 0 0 -100px;
position: absolute;
top: 50%;
width: 200px;
}

#lbLoadMessage p {
margin-top: 130px;
text-align: center;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#lightbox a.lbClose {
	background: url(include/img/close.png) no-repeat left center;
	color: #797979;
	display: block;
	float: right;
	padding: 10px 5px 10px 19px;
	text-decoration: none;
}

#lightbox a.lbPrint {
	background: url(include/img/printer.png) no-repeat left center;
	color: #797979;
	display: block;
	float: right;
	padding: 10px 8px 10px 19px;
	text-decoration: none;
}