/* 
dunkelorange		#B77000
beige				#DBAC63

blau				#5A87BC
dunkelblau			#073B78

*/

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

body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: url(layout/bg_linie.gif) repeat-x #DBAC63;
}

#wrapper {
	width: 900px;
	margin: 20px auto 20px auto;
}


/*====================  HEADER  ===============*/
#header {
	height: 116px;
	background-color: #ffffff;
}

#header .logo {
	width: 200px;
	height: 116px;
	float: left;
}

#header .header_img {
	height: 116px;
	float: right;
}


#container {
	clear: left;
	width: 890px;
	border-left: 10px solid #ffffff;
	background-color: #6D90BA;
}


/*====================  LEFT  ===============*/
#left {
	width: 197px;
	padding-top: 47px;
	float: left;
	margin-left: -10px;
	border-left: 10px solid #ffffff;
}

/*==============  NAVIGATION  ============*/
#left ul.level_1 {
	list-style-type: none;
	text-align: left;
}

#left ul.level_1 li {
	font-size: 1.1em;
}

#left ul.level_1 li a {
	border-bottom: 1px solid #073B78;
	color: #000000;
	display: block;
	padding: 3px 0 4px 10px;
	width: 187px;
	height: 20px;
	margin-top: -1px;
}

#left ul.level_1 li.first a {
	border-top: 1px solid #073B78;
	height: 19px;
}

#left ul.level_1 li a:hover,
#left ul.level_1 li.active a,
#left ul.level_1 li.trail a {
	color: #ffffff;
	background-color: #073B78;
	margin-left: -10px;
	width: 187px;
	height: 19px;
	border: none;
	padding-left: 20px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

/*==============  UNTERNAVIGATION  ============*/

#left ul.level_2 {
	display: none;
}

#left ul.level_1 li.active ul.level_2,
#left ul.level_1 li.trail ul.level_2 {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

*html #left ul.level_1 li.active ul.level_2 li a,
*html #left ul.level_1 li.trail ul.level_2 li a {
	width: 165px;
}

#left ul.level_2 li {
	font-size: 0.9em;
	border-left: 10px solid #073B78;
}

/*previous workshops*/
#left ul.level_1 li.previous ul.level_2 a {
	border-bottom: none;
}

#left ul.level_1 li.previous ul.level_2 li.last a,
#left ul.level_1 li.previous ul.level_2 li.last a.active,
#left ul.level_1 li.previous ul.level_2 li.last a.trail {
	border-top: 1px solid #fff;
}

#left ul.level_1 li.previous ul.level_2 li.first a,
#left ul.level_1 li.previous ul.level_2 li.first a.active,
#left ul.level_1 li.previous ul.level_2 li.first a.trail {
	border-bottom: 1px solid #fff;
}

#left ul.level_1 li.active ul.level_2 a,
#left ul.level_1 li.trail ul.level_2 a {
	background-color: #6D90BA;
	border-top: none;
	color: #fff;
	width: 187px; w\idth: 177px;
	margin-left: 0;
	margin-top: 0;
	padding: 3px 0 3px 10px;
}

#left ul.level_1 li.active ul.level_2 a.last,
#left ul.level_1 li.trail ul.level_2 a.last {
	border-bottom: none;
}

#left ul.level_1 li.active ul.level_2 a:hover,
#left ul.level_1 li.active ul.level_2 li.active a,
#left ul.level_1 li.trail ul.level_2 a:hover,
#left ul.level_1 li.trail ul.level_2 li.active a,
#left ul.level_1 li.trail ul.level_2 li.trail a {
	color: #073B78;
	font-weight: bold;
	background-color: #6D90BA;
	border-top: none;
}

/*==============  2. UNTERNAVIGATION  ============*/

#left ul.level_3 {
	display: none;
}
#left ul.level_1 li.active ul.level_2 li.active ul.level_3,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3{
	display: block;
	list-style-type: none;	
}

#left ul.level_1 li.active ul.level_2 li.active ul.level_3 li,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li{
	font-size: 1em;
	margin-left: 0px;
	border: 0;
}

#left ul.level_1 li.active ul.level_2 li.active ul.level_3 li a,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li a,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li a{
	background: none;
	font-size: 0.9em;
	font-weight: 100;
	color: #fff;
	border: 0;
	padding: 0px 0 0px 20px !important;
	
}

#left ul.level_1 li.active ul.level_2 li.active ul.level_3 li.first a,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li.first a,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li.first a{
	padding-top: 3px !important;
}

#left ul.level_1 li.active ul.level_2 li.active ul.level_3 li a:hover,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li a.active,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li a.trail,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li a:hover,
#left ul.level_1 li.trail ul.level_2 li.trail ul.level_3 li a:hover,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li a.active,
#left ul.level_1 li.trail ul.level_2 li.active ul.level_3 li a.trail{
	color: #073B78;
	border: 0;
	font-weight: 100;
}

/*=================  MAIN  =================*/
#main {
	float: left;
	width: 653px;
	background: url(layout/main_bg.gif);
	border-bottom: 10px solid #ffffff;
	text-align: left;
	padding: 20px 20px 0 20px;
}

#main .efds_logo {
	text-align: right;
	height: 80px;
	margin: -20px -20px 10px 0;
}

#main h1 {
	color: #073B78;
	font-size: 1.1em;
	margin-bottom: 20px;
	clear: both;
}

#main h2 {
	color: #000000;
	font-size: 1em;
	font-weight: 900;
	margin-bottom: 20px;
	clear: both;
}

#main p {
	margin-bottom: 10px;
}

#main ul,
#main ol {
	margin: 0 0 20px 40px;
}

.main_height #main {
	height: 460px;
}

#main a {
	color: #B77000;
}

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

#main .caption {
	font-size: 0.8em;
	width: 130px;
	text-align: center;
}

/*=================  STARTSEITE LINKS BOXEN  =================*/
#main .startseite_box a {
	display: block;
	border: 1px solid #ffffff;
	font-size: 20px;
	padding: 10px;
	margin: 20px 40px 20px 40px;
	width: 200px;
	text-align: center;
}

#main .startseite_box a:hover {
	border: 1px solid #073B78;
	text-decoration: none;
}



/*=================  CONTENTBOX EJC/PISE WORKSHOP  LOGOS  =================*/
#main .mod_contentbox .koszalin {
	text-align: center;
	background-color: #ffffff;
	padding: 0 5px;
	float: left;
	height: 60px;
	margin-left: 17px;
}

#main .mod_contentbox .koszalin img {
	height: 55px;
	width: 172px;
}

.kolo #main .mod_contentbox .balticnet {	
	margin-left: 150px;
}

*html .kolo #main .mod_contentbox .balticnet {
	margin-left: 70px;
}

#main .mod_contentbox .rtu {
	text-align: center;
	background-color: #ffffff;
	padding: 0 5px;
	width: 100px;
	float: left;
	height: 40px;
	margin-left: 20px;
}

*html #main .mod_contentbox .rtu {
	margin-left: 20px;
}

#main .mod_contentbox .balticnet {
	text-align: center;
	background-color: #ffffff;
	padding: 0 5px;
	width: 100px;
	float: left;
	height: 40px;	
	margin-left: 210px;
}

*html #main .mod_contentbox .balticnet {
	margin-left: 105px;
}

#main .mod_contentbox .paton {
	text-align: center;
	background-color: #ffffff;
	padding: 0 5px;
	width: 100px;
	float: left;
	height: 40px;
	margin-left: 20px;
}

*html #main .mod_contentbox .paton {
	height: 35px;
}

#main .mod_contentbox .bmbf {
	text-align: center;
	background-color: #ffffff;
	padding: 0 5px;
	width: 100px;
	float: left;
	height: 80px;
	margin-left: 210px;
	margin-bottom: 10px;
}

*html #main .mod_contentbox .bmbf {
	margin-left: 110px;
}


/*=================  IMPORTANT DATES  =================*/
#main #important-dates table tr td {
	padding-right: 10px;
}

/*=================  MITGLIEDERLISTE  =================*/

#main #list-of-members table {
	width: 100%;
	border-spacing: 0;
}

#main #list-of-members table tr td {
	padding: 3px;
}

#main #list-of-members table tr:nth-child(even) {
	background-color: #A9C0DC;
}

#main #list-of-members table tr:nth-child(odd) {
	background-color: #D4E2F2;
}


#main #list-of-members table tr.even {
	background-color: #A9C0DC;
}

#main #list-of-members table tr.odd {
	background-color: #D4E2F2;
}

/*
#main .mod_listing table {
	width: 600px;
	margin-bottom: 20px;
}

#main .mod_listing table td {
	padding-left: 5px;
}

#main .mod_listing table tr td.col_first {
	width: 250px;
}

#main .mod_memberlist span.value,
#main .mod_listing span.value {
	display: none;
}
*/

/*=================  TABELLE REGISTRATION FEES  =================*/
#main table.fees {
	margin-bottom: 20px;
}

#main table.fees tr td {
	padding-right: 10px;
}

/*=================  REGISTRATION FORM  =================*/

#main #f1 {
	padding-bottom: 20px;
	width: 550px;
}

#main #f1 label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 5px;
	border: 1px solid #bfd0e5;
}

#main #f1 input.text {
	padding: 2px;
	margin-bottom: 5px;
	width: 200px;
}

#main #f1 .radio_container {
	margin-bottom: 20px;
}

#main #f1 .radio_container span {
	display: inline;
}

#main #f1 .radio_container label {
	display: inline;
	float: none;
	clear: none;
}

#main #f1 .conference {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #bfd0e5;
}


#main #f1 .conference label {
	width: 300px;
	margin-bottom: 20px;
}


#main #f1 .conference #ctrl_21 {
	margin-bottom: 60px;
}


#main #f1 .radio_container #opt_21_1,
#main #f1 .radio_container #opt_22_1,
#main #f1 .radio_container #opt_23_1 {
	margin-left: 25px;
}

/*anrede*/
#main #f1 #ctrl_1 span,
#main #f1 #ctrl_17 span {
	display: inline;
}

#main #f1 #opt_1_0 {
	margin-left: 150px;
}

#main #f1 #opt_1_1 {
	margin-left: 20px;
}

/*Captcha*/

#main #f1 span.captcha_text {
	float: left;
}

#main #f1 input.captcha {
	float: right;
	padding: 2px;
	width: 200px;
	margin-right: 100px;
	margin-bottom: 20px;
}

#main #f1 div.error {
	border: 1px solid red;
	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
}

/*Absenden*/

#main #f1 .submit_container {
	text-align: center;
	clear: both;
}

#main #f1 .submit_container input.submit{
	border: 1px solid black;
	padding: 2px;
}

#main p.error {
	border: 1px solid red;
	padding: 2px;
	text-align: center;
}

#main #f1 input.error {
	border: 1px solid red;
}
/*=================  PSE CONFERENCES  =================*/
#main #pse-conferences img {
	margin-right: 43px;
	margin-bottom: 20px;
}

/*================  FEHLER 403 LOGIN  ===================*/

#main .mod_login label {
	display: block;
	width: 120px;
}

#main .mod_login input.text {
	padding: 2px;
	margin-bottom: 5px;
	width: 200px;
}

#main .mod_login input.submit {
	border: 1px solid black;
	padding: 2px;
}

/*=================  FOOTER / SONSTIGES  =================*/
#footer {
	clear: both;
	background-color: #DBAC63;
	text-align: right; 
}

#footer a {
	color: #000000;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}	
