/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 858px;
	margin: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
	float: left;
}

#header{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 858px;
	height: 108px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content{
	float: left;
	display: block;
    width: 100%;
	height: auto;
	min-height: 400px;
	padding: 30px 0px 20px 20px;
}

#left{
	position: relative;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	clear: left;
}


#links {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#links ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style: none;
}

#links ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	line-height: 18px;
}
#links ul li a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5b;
	text-decoration: none;
}

#links ul li a:hover{
	color: #5c5c5b;
	text-decoration: underline;
}




/************** Mittlerer Teil styles ***************/

#middle{
	padding: 0px 10px 10px 10px;
	width: 425px;
	min-height: 500px;
	float: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

* html #middle {
	height: 500px;
}


/*
#middle img{
	float: left;
	padding: 0px 10px 0px 0px;
}
*/




/************* #footer styles ***************/

#footer{

	text-align: center;
	font-size: 11px;
	color: #828282;
	padding: 20px 0px 20px 0px;
	border-top: 1px dotted #013f88;
}


/************** Rechte Seite styles **************/

#right{
	position: relative;
	margin: 0px;
    padding: 0px 5px 0px 10px;
	float: left;
	width: 190px;
	color: #828282;
	font-size: 11px;
	font-weight: normal;
	display: block;
}

#right a {
	color: #828282;
	text-decoration: none;
	font-size: 11px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 15px 0px;
	float: left;
	width: 190px;

}

#search form{
    margin: 0px;
    padding: 0px;
	height: 18px;
}


/************* #mitglieder styles ***************/

#mitglieder{ 
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 24px 0px 0px 0px;
	background-image: url(../images/mitglieder.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 97px;
}

#mitglieder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mitglieder ul li {
    padding: 0px 0px 6px 5px;
	line-height: 14px;
}

#mitglieder a{
    font-family: Arial, Helvetica, sans-serif;
	color: #ec7f22;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#mitglieder a:hover{
    text-decoration: underline;
}


/************* #fokus styles ***************/

#fokus{ 
	position: relative;
	float: left;
}

#fokus ul {
	margin: 0;
	padding: 0;
	width: 174px;
	list-style: none;
}

#fokus ul li {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #646463;
	font-size: 11px;
	font-weight: bold;

}

#fokus ul li span.bg {
	display: block;
	overflow: hidden;
	background-image: url(../images/kasten_blau_mitte.jpg);
	background-repeat: repeat-y;
	margin: 0;
	line-height: 13px;
	padding: 3px 0 3px 7px;
}

* html #fokus ul li span.bg {
  margin: -8px 0 -8px 0;
  padding: 3px 0 8px 7px;
}

#fokus ul li a{
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #646463;
	font-size: 11px;
	font-weight: bold;
}

#fokus ul li a:hover{
    text-decoration: underline;
}

.fokustop {
	display: block;
	height: 43px;
	overflow: hidden;
	font-weight: normal;
	background-image: url(../images/kasten_blau_oben.jpg);
	background-repeat: no-repeat;
}

* html .fokustop {
  margin: 0 0 6px 0;
  }

.fokusbottom {
	display: block;
	height: 8px;
	overflow: hidden;
	font-weight: normal;
	background-image: url(../images/kasten_blau_unten.jpg);
	background-repeat: no-repeat;
}


* html .fokusbottom {
  margin: 6px 0 0 0;
  }

/************* styles Deutscher Internistentag ***************/

#dit{ 
	position: relative;
	float: left;
	padding: 12px 0 0 0;
	margin: 0;
	width: 189px;
	height: 118px;
}

/************* styles Junges Forum ***************/

#jungesforum{ 
	position: relative;
	float: left;
	padding: 10px 0 0 0;
	width: 189px;
	height: 88px;
}

/************* styles KV - Wahlen ***************/

#kv_wahlen{ 
	position: relative;
	float: left;
	margin: -10px 0 0 0;
	width: 189px;
	height: 117px;
}
/************* styles KV - Wahlen ***************/

#assistenz_siegel { 
	position: relative;
	float: left;
	margin: -10px 0 20px 0;
}



/************* #kontaktformular styles ***************/

#mailform{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 410px;
	float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5b;
	text-decoration: none;
	border: 0px;
}

.legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

.fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #5c5c5b0;
}

.radiolayout {

padding-top:15px;
padding-bottom:15px;
}

.formu {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 1px solid #cdcdcd;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #5c5c5b;
border: 1px solid #cdcdcd;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #cdcdcd;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}


/************* #login styles ***************/

#loginrechts{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 10px;
	color: #cd660b;
	height: 150px;
	overflow: hidden;
}

#loginrechts form{
	padding: 20px 0px 0px 8px;
	text-align: left;
	color: #828282;
	font-size: 12px;
	background-image: url(../images/login2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 195px;
	height: 140px;
	overflow: hidden;
}

#loginrechts input{
	margin: 0px 0px 3px 0px;
}

#loginrechts label {
	float: left;
	display:block;
	width: 57px;
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
}

#loginrechts h2 {
	padding: 15px 0px 0px 0px;
	margin:  0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ea7a0d;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.labelclass {
	width: 150px;
}

.regis {
     margin: -2px 0px 0px 0px;
}


/************* Loginformular styles ***************/

DIV.tx-newloginbox-pi1 {

        background-color: transparent;
        color: #2e414e;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        margin-left: -1px;
}

/*Ausrichten der überschriften*/

DIV.tx-newloginbox-pi1 H3 {

         margin-left: 4px;
         background-color: transparent;
         color: #006699;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14px;
         font-weight: bold;
         text-decoration: none;
}

/*Ausrichtung der Texte*/

DIV.tx-newloginbox-pi1 P {

         margin-left: 4px;
}

DIV.tx-newloginbox-pi1 TABLE {

         margin-top:0px;
         padding-top:0px;
         width: 100px;
         margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR TD P {

         margin-top:0px;
         padding-top:0px;
         margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR TD {

        margin-top:0px;
        padding-top:0px;
        margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR {

        margin-top:0px;
        padding-top:0px;
        margin-left: -1 px;
}

/*Ausrichtung des Submit Buttons*/

DIV.tx-newloginbox-pi1 TABLE TR TD INPUT.tx-newloginbox-pi1-submit {

        margin-left: -1px;
        margin-top: 6px;
        border: 1px solid #000000;
        background-color: #FFFFFF;
        width: 120px;
}

/*Für den Inhalt der Eingabefelder*/

        DIV.tx-newloginbox-pi1 TABLE TR TD INPUT {

        margin-left: 0px;
        margin-top: 4px;
        border: 1px solid #000000;
        background-color: #FFFFFF;
        width: 120px;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP {

        margin-top:0px;
        margin-left: 4px;
        padding-top:0px;
        width:120px;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP A {

        margin-top:0px;
        margin-left: 0px;
        padding-top:0px;
        width:120px;
        align: center;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back {

       margin-top:0px;
       margin-left: 4px;
       padding-top:0px;
       width:120px;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back A {

       margin-top:0px;
       margin-left: 4px;
       padding-top:0px;
       width:120px;
}

/*Ausrichtung des Usernamens, wenn angemeldet*/

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-username {

       margin-left: 4px;
       margin-top:0px;
       padding-top:0px;
       width: 60px;
       align: center;
}



.kongress_table {
  width: 421px;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
	line-height: 16px;
}



.kongress_table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px; 
    padding-right: 5px;
    vertical-align: top;
	text-align:left;
}

.kongress_table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px; 
    padding-right: 5px;
    background-color: #dbdbe9; 
}

.kongress_table a {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #1d53cd;
    text-decoration: none;
}
.ungerade {
    background-color: #e5e9ef; 
}
 
.gerade {
    background-color: #f2f7fd;
}

/**
 *  Kongress Detail Tabelle
 *  @author Sebastian Weggesser 
 */ 
 
 table.kongress_detail {
  width: 100%;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
	line-height: 16px; 
 }
 
 table.kongress_detail tr {
  
 }

 table.kongress_detail tr td {
  padding: 0 5px 10px 0;
  vertical-align: top;
 }
 
 table.kongress_detail tr th {
  padding: 0 5px 5px 0;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
 }


/**
 *  Kongress Gebühr Tabelle
 *  @author Sebastian Weggesser 
 */  
 
table.kongress_fee {
  width: 100%;
  margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
	line-height: 16px; 
 }
 
table.kongress_fee tr th {
  padding: 0 5px 5px 0;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
 }
 
 table.kongress_fee thead tr th {
  border-bottom: 1px solid #ccc;
 }
 
 
ul#kongress_linkliste {
  display: block;
  overflow: hidden;
  float: none;
  list-style: none;
  padding: 0;
  margin: 28px 0 15px 0;
}

ul#kongress_linkliste li {
  position: relative;
  float: left;
  margin-right: 15px;
}


/**
 *  Registrierungsformular
 *  @author Sebastian Weggesser 
 */
 
fieldset {
  margin: 0 0 30px 0;
  display: block;
  overflow: hidden;
  float: none;
  border: 1px solid #ccc;
  padding: 10px;
}

legend {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #013f88;
	text-decoration: none;
}

.tx-srfeuserregister-pi1 table {
  margin: 10px 0 5px 0;
}

.tx-srfeuserregister-pi1 td {
  padding: 8px;
  vertical-align: top;
}

.tx-srfeuserregister-pi1 td label {
  padding: 0 10px 0 0;
}

p.tx-srfeuserregister-pi1-error {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 11px;
}

.tx-srfeuserregister-pi1 td.def {
  width: 100px;
}



.tx-srfeuserregister-pi1 td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-align: left;
	text-decoration: none;
}



.tx-srfeuserregister-pi1 td input.tx-srfeuserregister-pi1-text {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

input.tx-srfeuserregister-pi1-submit {
  display: inline;
  padding: 2px;
  margin: auto;
  text-align: center;
  float: center;  
}



.tx-srfeuserregister-pi1 td select {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

table.feuser_preview td {
  width: 400px;
  background-color: #eee;
  font-size: 12px;
}



div#sr_feuser_submit_center {
  width: 400px;
  margin: 10px 0 10px 0;
  text-align: center;
}


/* BDI aktuell */
.tx-mksbdiaktuell-pi1-singleView ul {
  margin: 0;
  padding: 0;
}

.tx-mksbdiaktuell-pi1-singleView ul li {
  margin: 0 0 0 2px;
  padding: 0 0 0 4px;
}


.tx-mksbdiaktuell-pi1-singleView td {
  margin: 0;
  padding-bottom: 2px;
}

.tx-mksbdiaktuell-pi1-singleView td.pdf {
  width: 50px;
}

.tx-mksbdiaktuell-pi1-singleView table {
  margin: 0 0 15px 0;
}



