*
{
	margin:0;
	padding:0;
}

body
{
	font:normal .8em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #0d2350;
	height: 100%;
}

html
{
	height: 100%;
	overflow-y: scroll;	
}

.hidden
{
	display:none;
	width: 0;
	height: 0;
}


#container
{
	width:800px;
	margin: 0 auto;

	background: #739dca url(images/background650px.gif) repeat-y right;
	background: url(images/background650px.gif) repeat-y right, -moz-linear-gradient(top, #afe1ff, #739dca); 
	background: url(images/background650px.gif) repeat-y right, -webkit-gradient(linear, left top, left bottom, from(#afe1ff), to(#739dca));
	/*-webkit-background-origin: border-box; 
	-webkit-background-clip: border-box;*/
}	
	


body > #container {height: auto; min-height: 100%;}


#header
{
	height:140px;
	width:800px;
	z-index: -3;
}


#main
{
	overflow: auto;
	float: right;
	width: 560px;
    height: auto;
	background-color: white;

	padding: 15px 35px 35px 0;
}

#links
{
	float:left;
	width:150px;		/*  = 175-15  */	    
	/*background: #08224F;*/
	z-index: 99;
	/*margin-top: 25px;*/
}


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Ende */




h1,h2,h3
{
	color:#003D86;
	font-weight: normal;
}

h1
{
	font-size:2em;
	padding-bottom: 10px;
	line-height:1.2em;
}

h2
{
	font-size:1.5em;
	padding-bottom: 16px;
}

h3
{
	font-weight: bold;
	font-size:1.2em;
	padding-bottom:10px;
}

h4
{
	font-weight: bold;
	font-size:1em;
	padding:5px 0 4px 0;
}

blockquote
{
	color:#003D86;
	font-size:1.2em;
	margin-top: 0;
	padding: 23px 10px 20px 20px;
	font-style:italic;
	line-height:1.6em;
	background: url(images/quote02.png) no-repeat;

}

cite
{
	float: right;
	font-size: .8em;
	color: black;
	font-weight: bold;

}

p
{
	clear:both;
	font:normal 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:0 0 10px;
	text-align:left;
}

a
{
	text-decoration:none;
	color:#003D86;
}

#topnav a
{
	text-transform:uppercase;
}

#main a
{
	text-decoration:underline;
}

#main a[href^="http:"] {
	background: transparent url(images/link-icon_external.gif) no-repeat right;
	padding-right: 15px;
}

#main a[href*="mailto"] {
	background: transparent url(images/link-icon_mail_b.gif) no-repeat right;
	padding-right: 20px;
}

#main a[href*="pdf"] {
	background: transparent url(images/link-icon_pdf.png) no-repeat right;
	padding-right: 20px;
}



ul li
{
	list-style-type:none;
}

em
{
	font-style:italic;
	color:#003D86;
}



#topnav
{
	float: right;
	height: 18px;
	width: 634px;
	
	font-size: 9px;
	text-align:right;
	padding-right:15px;
	background-color: white;
	color: #739dca;
}


#topnav li
{
	display:inline;
	padding:0 10px;
	border-left:1px #b0c5f8 solid;
	color: #739dca;
}

#topnav li:first-child {
	border: none;
}

#topnav ul li a
{
	color: #739dca;
}

#topnav ul li a:hover, #topnav ul li a:active, #topnav ul li a:focus
{
	color: #0d2350;
}

                
#training .training, #coaching .coaching, #potential .potential, #creative .creative, #dates .dates, #special .special, #find .find
{
	color: white;
	/*font-weight:700;*/
}

.impr
{
	font-size:75%;
}

/*-----------------------------------*/



#links ul
{
	padding: 28px 12px 0 0;
	text-align:right;
	/*margin-left:1px;*/
	font-weight: bold;
	font-size:14px;
	/*letter-spacing: -1px;*/
}

#links ul li
{

	padding-bottom:12px;
}

#links a
{
	color:#0d2350;
	border-style: none;
}

#links a:hover, #links a:active, #links a:focus, #links ul li ul a:hover, #links ul li ul a:active
{
	color: #fff;
	/*font-style:italic;*/
}


#links ul ul
{
	padding: 0;
	margin: 6px 0 2px 0;
	font-size: 75%;
	text-align: right;
	line-height: 1em;
	font-weight: normal;
}

#links ul ul li
{
	color: #003D86;
}

#links ul ul li a
{
	text-decoration: none;
	color: #003D86;
	margin: 0;
	padding-left: 2px;
}


a:link, a:visited, a:hover
 {
color: #003D86;
}


#links ul ul li a:hover:before {
	content:"\2799\00a0";
}


img {
	border: 0;
}

.picturebox
{
	text-align: left;
	vertical-align: bottom;
	display: block;
}

.picturebox img
{
	float:left;
	margin: 14px 25px 10px 0;
}


.disclaimer
{
	width: 350px;
	float: right;
	text-align: right;
	vertical-align: baseline;
	display: block;
}


img.right
{
	float:right;
	margin-left: 20px;
}


.infoblock {
	display: block;

	background: #afe1ff;
	background: linear-gradient(top, #ffffff, #afe1ff);
	background: -o-gradient(100% 100% 90deg, #afe1ff, #ffffff);
	background: -moz-linear-gradient(100% 100% 90deg, #ffffff, #afe1ff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afe1ff), to(#ffffff));
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;

	margin-bottom: 20px;
	padding: 12px 15px 20px 20px;
}

#main ul li
{
	list-style-image: url(images/bullet_15_10.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 2px;
}

#main ul
{
	padding-bottom: 15px;
	margin-top: -5px;
}


/* -------FORM STYLES------- */


form
{
	margin: 15px 0 50px 0;
	clear:both;
}

form label
{
	display:block;
	float:left;
	width:110px;
	text-align:right;
	margin-right:10px;
	font-size: 90%;
}

form input,textarea
{
	width:263px;
	display:block;
	float:left;
	margin-bottom:4px;
	background-color:#FFF;
	border:1px #003D86 solid;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#616161;
	font-size:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form input.check
{
	margin-left: 120px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

form input.button
{
	width:100px;
	margin-left: 120px;
	margin-top: 8px;
}


.unseen
{
	width:0;
	height:0;
	margin: 0;
	padding: 0;
	visibility:hidden;
	display: none;
}

form br
{
	clear:left;
}

form + *
{
	clear:left;
}


.button { 
	border-top: 1px solid #96d1f8; 
	background: #50738a; 
	background: -webkit-gradient(linear, left top, left bottom, from(#354d5c), to(#50738a)); 
	background: -moz-linear-gradient(top, #354d5c, #50738a);
	padding: 5px 0 3px 0; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	box-shadow: rgba(0,0,0,1) 0 1px 0; 
	text-shadow: rgba(0,0,0,.4) 0 1px 0; 
	color: #f2f2f2; 
	font-size: 12px; 
	font-family: Helvetica, Arial, Sans-Serif; 
	text-decoration: none; 
	vertical-align: middle; 
} 

.button:hover { 
	border-top-color: #28597a; 
	background: #28597a; 
	color: #ccc; 
} 

.button:active { 
	border-top-color: #1b435e; 
	background: #1b435e; 
}



input.hidden
{
	visibility:hidden;
}

/* -----/FORMS------ */


/* TABLES */
table
{
	font-size:100%;
	padding-top:15px;
}

tr
{
	vertical-align:top;
	/*display:table-row;*/
}

td
{
	/*display:table-cell;*/
	padding-right:15px;
	padding-bottom:4px;
}

td.bezeichner
{
	text-align:left;
	vertical-align:top;
	font-weight: bold;
}


#dates table
{
	padding: 10px 15px 8px 15px; 
	margin-bottom: 12px;
	background-color: #a0ceeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #afe1ff;
	background: linear-gradient(top, #afe1ff, #ffffff);
	background: -o-gradient(100% 100% 90deg, #ffffff, #afe1ff);
	background: -moz-linear-gradient(100% 100% 90deg, #afe1ff, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#afe1ff));

}

#dates th
{
	text-align:left;
	font-weight: bold;
		color:#003D86;
		/*background-color: #a0ceeb;*/
		height: 25px;
		border-bottom: 1px solid #003D86;
}

#dates td:first-child
{
	width: 140px;
}

/*#dates tr td:first-child
{
	padding-top: 10px;
}*/

#dates td
{
	text-align: top;
	width: 280px;
	font-size:90%;
	padding: 0;

}


td
{
	height: 15px;
}

.kategorie
{
	font-weight: normal;
}



/* /TABLES */

