body{
    text-align: center; /*wegen zentrierter Ausrichtung im IE*/
    border: 0;
}

#Eurice {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    font-family: Arial;    
}

#hline {
    position: relative;
    top: 185px;
    height: 1px;
    background-color: #6A8DA0;
    width: 1000px;
    z-index: 10;
}




/********** linker Teil **********/

#main-left {
    float: left;
    width: 390px;
}

#border img {
    width: 390px;
}

#news {
    font-family: Arial;    
    width: 390px;
    height: 260px; /*247*/
    margin-top: 10px;
    border: 2px solid #DDDDDD;
    overflow: hidden;
}

#news .latest-news {
    width: 386px;
    font-size: 8pt;             
}

#news .latest-news TR TD{
    border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;	 
}

#news .latest-news TR TD A {
    font-size: 8pt;    
}

#news .news-header {
    background-color: #E0DFE3;
    font-weight: bold; 
    color: #0F0B66; /*C3196F */  
}

#news .news-date {
    font-size: 8pt;  
}

/********** linker Teil **********/





/********** rechter Teil **********/

#main-right {
    float: right;
    width: 590px;
}

#header {
}

#logo {
    float: right;
}

#navigation {    
    clear: right;
    margin-left: 8px;    
    padding-top: 30px; /* margin-top hat im Firefox keine Wirkung */
}

#navigation .level1-no, #navigation .level1-act {
    padding-left: 20px;  
}

.level2-no, .level2-act {
    padding-top: 3px;   
    padding-bottom: 3px;   
    text-align: left;
    padding-left: 2px;
}

.level1-no A:link, .level1-no A:visited {
    font-size: 8pt;
  
}

.level1-act A:link, .level1-act A:visited, .level1-act A:active,
.level2-act A:link, .level2-act A:visited, .level2-act A:active {
    font-size: 8pt;
    color : #6A8DA0;  
}

.level2-no A:link, .level2-no A:visited {
    font-size: 8pt;
    /*font-weight:normal;*/
  
}

#main {
    border: 2px solid #DDDDDD;
    margin-top: 20px; /* Abstand zum Menu */
    font-family: Arial;    
    height: 536px; /*523*/
}

#content {
    
    /*float:left;*/
    padding-left: 20px;
    padding-right: 20px;
    
     
    
    
}


.scroll {
    overflow: auto;
    height: 380px;
    width: 560px; 
    margin-top: 10px;
}

#content .german {
    width: 265px;
    height: 360px;
    background-color: #EEEEEE;
    float: left;
    font-size: 9pt;
    margin-top: 20px;
    text-align: justify;
}

#content .english {
    width: 265px;
    height: 360px;
    background-color: #EEEEEE;
    float: right;
    font-size: 9pt;
    text-align: justify;
    margin-top: 20px;
}

#content .english H1, #content .german H1,
#content .english H2, #content .german H2,
#content .english H3, #content .german H3,
#content .english H4, #content .german H4,
#content .english-flexible H1, #content .german-flexible H1,
#content .english-flexible H2, #content .german-flexible H2,
#content .english-flexible H3, #content .german-flexible H3,
#content .english-flexible H4, #content .german-flexible H4 {
    padding-left: 10px;
}

#content .english-flexible {
    width: 265px;    
    background-color: #EEEEEE;
    float: right;
    font-size: 9pt;
    text-align: justify;
    margin-top: 20px;
}

#content .german-flexible {
    width: 265px;    
    background-color: #EEEEEE;
    float: left;
    font-size: 9pt;
    margin-top: 20px;
    text-align: justify;
}

#content .german p, #content .german-flexible p,  
#content .english p, #content .english-flexible p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content .german ul, #content .german-flexible ul,  
#content .english ul, #content .english-flexible ul, 
#content .german .nojustify {
    text-align:left;  
    list-style-type: square;  
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* Inhalte mit variabler Hoehe und Breite */
#content .universal{    
    text-align: justify;
    float: left;    
    font-size: 9pt;
    background-color: #EEEEEE;
    margin-top: 10px;
}

#content .universal table.two_cols {
    table-layout: fixed;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 9pt;
}

#content .universal table.two_cols tr {
    vertical-align: top;
    margin-top: 20px;
}

#content .universal table.two_cols td {
    width: 258px;
}

/* Inhalte mit variabler Hoehe und fester Breite */
#content .universal2{ 
    float:left;   
    width: 543px;            
    background-color: #EEEEEE;
    margin-top: 10px;
    text-align: justify;
}

#content .universal2 img {
    margin-left: 60px;    
}

#content .universal2 ul {
    text-align:left;  
    list-style-type: square;  
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 9pt;
}

#content .parallel-image img {
    padding: 0px;
    margin-left: 33px;
    margin-right: 33px;
    margin-top: 10px;
}

/* Inhalte mit variabler Hoehe und fester Breite */
#content .universal-single2 {    
    width: 541px;            
    background-color: #EEEEEE;
    font-size: 9pt;
    margin-top: 20px;
    text-align: justify;
}

/* Inhalte mit fester Breite und Hoehe */
#content .universal-single{    
    height: 360px;
    width: 545px;    
    font-size: 9pt;
    background-color: #EEEEEE;
    margin-top: 20px;
    text-align: justify;
}

#content .universal P, #content .universal-single P,
#content .universal2 P, #content .universal-single2 P {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px; /* margin-top hat im Firefox keine Wirkung */
    margin-bottom: 15px;
    font-size: 9pt;
}

#content .universal H1, #content .universal-single H1,
#content .universal H2, #content .universal-single H2,
#content .universal H3, #content .universal-single H3,
#content .universal H4, #content .universal-single H4,
#content .universal2 H1, #content .universal-single2 H1,
#content .universal2 H2, #content .universal-single2 H2,
#content .universal2 H3, #content .universal-single2 H3,
#content .universal2 H4, #content .universal-single2 H4 {
    padding-left: 10px;
    padding-top: 5px;
}

#content .universal3 {
    margin-top: 7px;
    margin-bottom: 3px;
}

#content .universal3 td {
    background-color: #EEEEEE;
    font-size: 9pt;
}

#content .back {
    padding-left: 450px;
    padding-right:10px;    
}

#footer {
    float:left;
    margin-top: 15px;
    padding-left: 20px;
     
}
 
#footer TABLE{    
    background-color: #E0DFE3;
    height: 50px;
    width: 545px;
}

#footer TABLE TD{    
    
    width: 180px;
}

#footer .catcher_img {
    float:left;  
    padding-right:5px;
}

#footer  A{     
    color: #0F0B66; 
    font-size: 8pt;        
}

#footer .catcher_header {
    
    
}

#footer .catcher_text {     
    font-size: 8pt;
    
      
}

.news-list .subheader, .news-list .subheader A{
    margin-left: 10px;
    margin-right: 10px;
	font-size: 9pt;	
}

.news-single {
	font-size: 9pt;
	font-weight: normal;	
    text-align: justify;
}

.news-list .title A {
    margin-left: 10px;
    margin-right: 10px;    
	font-size: 9pt;
	font-weight: bold;
}

.news-single {
    margin-top:10px;
	margin-left: 10px;
    margin-right: 10px;	
}

.tx-euriceevents-pi1-header-row, .tx-euriceevents-pi1-listrow-std, .tx-euriceevents-pi1-listrow-odd {
    font-size: 9pt;
}

DIV.tx-euriceevents-pi1 {
    margin: 15px 10px;
}

.tx-euriceevents-pi1 TABLE{
    font-size: 9pt;
}

.tx-euriceevents-pi1 TEXTAREA {
    width: 500px;
}
/********** rechter Teil **********/
