/* 
*	CSS Document 
* 	Website:	nodus.ch
* 	Author:		moeli@moeli.com
*/


/**
*	General
*/

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

body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #656565; /* #777; */
	background:#333;
}

h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0 0 25px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	margin-top: 20px;
}

p {
	margin: 0 0 15px 0;
	font-size: 18px;
}

.clear {
	clear: both;
}

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

a.bold {
	font-weight: 400;	
}

img {
	border: 0;	
}

span.logo {
	font-weight: 400;	
}

div.smalltext p {
	font-size: 16px;
}

/**
*	Elements
*/

div.section {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

div.inner {
	position: relative;
	width: 960px;
	height: 100%;
	min-height: 50px;
	margin: 0 auto;
	padding:30px 0;
}

div.singlecolumn {
	width: 290px;	
}

div.doublecolumn {
	width: 630px;
}

div.widedoublecolumn {
	width: 700px;
}

div.quartercolumn {
	width: 213px;
	padding-left: 15px;
}

div.left {
	float: left;
	padding-right: 15px;
	background: url('images/angebottrenner.jpg') right top repeat-y;
}

div.center {
	float: left;
	margin-left: 20px;
	padding-right: 15px;
	background: url('images/angebottrenner.jpg') right top repeat-y;
}

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

div.nobackground {
	background: none;	
}

div.last {
	background: none;
	padding-right: 0;	
}

/**
*	Navigation
*/

div.navigation {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: #005357;
	display: none;
}

div.navwrapper {
	width: 960px;
	margin: 0 auto;	
}

ul.menu {
	float: right;
	list-style-type: none;
	margin-top: 15px;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	display: block;
	float: left;
	font-size: 14px;;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: url('images/navtrenner.png') top right no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

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

ul.menu li:last-child a {
	background: none;
	padding-right: 0;
}

ul.menu li a img {
	float: left;
	margin-right: 10px;
	border: 0;
}

a.logo {
	float: left;
	padding-left: 0;
	text-align: left;
	background: none;
	margin-top: 15px;
}

/**
*	Startseite
*/

div.sTop {
	height: 100%;
  	background: url('images/bg2.jpg') top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg1.jpg', sizingMethod='scale')";
	margin-top: 2px;
	color:#3d3d3d;
}

div.greenbar {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: #005357;
}

div.topnavigation {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: none;
}

ul.topmenu {
	width: 960px;
	margin: 0 auto;	
	list-style-type: none;
	margin-top: 15px;
}

ul.topmenu li {
	display: inline;
}

ul.topmenu li a {
	display: block;
	float: left;
	font-size: 14px;;
	font-weight: 400;
	color: #005357;
	text-align: center;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

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

ul.topmenu li:first-child a {
	padding-left: 0;
}

ul.topmenu li:last-child a {
	background: none;
	padding-right: 0;
}

ul.topmenu li a img {
	float: left;
	margin-right: 10px;
	border: 0;
}

div.slogan {
	position: absolute;
	top: 20%;
	width: 550px;
	text-align: center;
}

div.slogan h1 {
	font-size: 55px;
	text-shadow: 1px 1px 0px #ddd;
}

div.slogan img {
	margin-top: 30px; 
	margin-bottom: 40px;
}


/**
*	About
*/

div.about {
	height: 800px;
	min-height: 100%;
  	background: url('images/teambg2.jpg') top right no-repeat #fff;
	background-size:auto 100%;
	
}

img.portrait {
	float: left;
	width: 160px;
	height: 300px;
	margin-right: 10px;	
}

div.portrait {
	float:left; 
	width:320px;
}

img.portrait-right {
	float: right;
	width: 160px;
	height: 300px;
	margin-left: 10px;	
}

div.portrait-right {
	float:right; 
	width:340px;
	text-align: left;	
}

div.quote {
	margin-top: 30px;
}


blockquote.style1 {
	font-size: 13px;
	padding: 8px;
	padding-left: 30px;
	background-color: #f2f6f6;
	border-top: 1px solid #e5edee;
	border-bottom: 1px solid #e5edee;
	background-image: url('images/openquote.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}
  
blockquote.style1 span {
	display: block;
    background-image: url('images/closequote.png');
    background-repeat: no-repeat;
    background-position: bottom right;
	padding-right: 30px;
}

strong, .stronger {
	font-weight: 400;
}

.higherlh {
	line-height: 200%;	
}

.smaller {
	font-size: 13px;	
}

/**
*	Know How 
*/

div.knowhow {
	height: 1300px;
	min-height: 100%;
	background: #eee;
}

.khbackground {
	background: url('images/bgknowhow.png') no-repeat;
	background-position: right 100px;
}

.knowhowslideshow {
	position: relative; 
	height: 400px;	
}

.slideshowimg {
	position: absolute; 
	z-index: 999; 
	top: 0px;
}

.knowhowslideshow h2 {
	font-weight: 400;
	font-size: 21px;
}

.slideshow_title1 {
	position: absolute; 
	z-index: 1001; 
	top: 280px;
	left: 95px; 
}

.slideshow_title2 {
	font-size: 19px !important;
	position: absolute;
	z-index: 1001; 
	top: 280px; 
	left: 305px;
}

.slideshow_title3 {
	position: absolute;
	z-index: 1001;
	top: 280px;
	left: 555px;
}

.slideshow_title4 {
	position: absolute;
	z-index: 1001;
	top: 265px;
	left: 810px; 
}

div.khsubtitle {
	height: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;	
	text-align: center;
	
}

div.khtext {
	height: 190px;
	padding: 5px;
	font-size: 14px;
	background: #f2f2f2;

}

#slides {
      display:none;
}


/**
*	Angebot 
**/

div.angebot {
	height: 1600px;
	min-height: 100%;
	background: url('images/angebotouterbg.jpg') repeat-y #efefef;
	background-size:100% auto;
}


div.bgangebot {
	height: 40%;
	min-height: 330px;
  	background: url('images/bgangebot.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #dddddd;
}

div.bgangebot h1 {
	font-size: 46px;
	color: #fff;
}

div.angebotslogan {
	position: relative;
	top: 15%;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}

div.contactustext {
	width: 240px;
	height: 40px;
	background: #005357;
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius:5px 5px 5px 5px; /* Chrome, Safari */
	-khtml-border-radius:5px 5px 5px 5px; /* Konqueror */
	border-radius:5px 5px 5px 5px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
}

a.contactus {
	display: block;
	float: left;
	color: #fff;
	padding-top: 8px;	
}

img.contactus {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
}

div.acontent {
	font-size: 16px;
	height: 140px;
}

h2.angebottitel {
	font-weight: 400;
	font-size: 26px;
	color: 	#005357;
}

.angebotliste ul {
	float: left;
	width: 195px;
	margin-left: 10px;
	list-style-image: url('images/check2.png');	
	list-style-position: inside;
	font-size: 13px;
}

.angebotliste li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.angebotliste li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

div.angebotbox {
	width: 100%;
	margin-top: 30px;
	padding: 5px;
	padding-top: 40px;
}

div.angebotbox p{
	font-size:13px;
}

/**
*	Kontakt
*/

div.kontakt {
	height: 80%;
	background: #eee;
	color: #777;
}

div.icon {
	float: left;
	width: 30px;
	height: 100px;
	margin-right: 10px;
	padding-top: 3px;
}

div.contactinfo {
	float: left;
	width: 220px;	
}

/**
*	Footer
*/

div.footer {
	width: 100%;
	height: 300px;
	background: #333;
	color: #fff;
}

.footerleft {
	float: left;	
}

.footerright {
	float: left;	
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #fff;
}

div.footer a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

div.footer a:hover {
	color: #fff;
	text-decoration: underline;	
}


   
hr.horizontal {
	border: none;
	height: 2px;
	background: url('images/horizontalline.jpg') top left repeat-x;	
}


/**
*	Impressum
*/

div.impressum {
	position: relative;
	width: 960px;
	height: 100%;
	min-height: 50px;
	margin: 0 auto;
	padding:30px 0;
	background: #333;
	color: #fff;
}


div.impressumright {
	float: left;	
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #fff;
}

div.impressumright p {
	font-size: 11px;	
}


div.impressum a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

div.impressum a:hover {
	color: #fff;
	text-decoration: underline;	
}

/**
*	Kurse
**/

div.kurse {
	height: 800px;
	min-height: 100%;
	background-color: #fefefe;
}

div.flipchart {
	background-image: url('images/simcenter.png');
	background-repeat:no-repeat;
	background-position: 700px 70px; 
}

div.fmhipm {
	background-repeat:no-repeat;
	background-position: 390px 400px; 
}

div#kurse_wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

div#kurse_navigation {
	background: #005357;
}

div#kurse_navigation img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

div#kurse_navigation .left {
	float: left;
	background: none;
}

div#kurse_navigation .right {
	float: right;	
}

div#kurse_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

div#kurse_navigation ul li {
	float: left;
	display: inline;
	margin-left: 40px;
}



div#kurse_container {
	background-color: #efefef;
}

div.kurse_header {
	height: 38px;
	padding-top: 12px;
	background: #005357;
	color: #fff;
}

div.kurse_header a {
	color: #fff;	
}

div.kurse_inside {
	position: relative;
	width: 960px;
	height: 500px;
	margin: 0 auto;
	/*padding:30px 0;	*/
}

.medicinemeetsaviation2014 {
	background: url('kurse/medicinemeetsaviation2014.jpg') top left no-repeat; /* #f6f6f6 */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.medicinemeetsaviation2014 h1 {
	padding-top: 200px;
	padding-bottom: 15px;
	text-shadow: 1px 1px 0px #000;
	color: #fff;	
}

.kursinhalte h2 {
	margin-top: 30px;
	color: 	#005357;
	font-weight: 400;
}

.h1abstand {
	padding-top: 20px;	
}

.kursinhalte ul {
	margin-left: 10px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
}

.kursinhalte li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	
}

.kursinhalte li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

div#organisation {
	width: 280px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.box_organisation {
	margin-top: 30px;
}

.box_organisation h3 {
	font-weight: 400;
	color: 	#005357;	
}


div#anmelden {
	text-align: center;
	padding-top: 13px;
	background: #005357;	
}

div#anmelden a {
	color: #fff;
	font-weight: 600;
}

.partner {
	float: left;	
}

.partnertitel {
	padding-top: 30px;	
}

/**
*	Kursunterlagen downloaden
*/

div.ce_downloads ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 40px;
}

div.ce_downloads ul li {
	margin-bottom: 8px;
}

.mod_login label {
	margin-right: 20px;	
}

.mod_login input {
	padding: 2px;
	width: 170px;
}

div.angemeldet {
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;	
}

div.nologindata {
	margin-top: 30px;	
}