/*---------------------------------------
              GRID
  ---------------------------------------*/

#container {
    width: 1140px;
    margin-bottom: 10px;
    margin-left: 70px;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

#contentTeaser {
    position: absolute;
    top: 120px;
    left: 250px;
    color: #6295CA;
    z-index: 10;    
}

#header {
    margin: 0px;
    text-align: left;
    background-image: url(../../image/user/white_transparent.png);
    background-repeat:repeat;
    height: 90px;
}

#metaNav {
    margin: 0px;
	background-image: url(../../image/user/metanav_bg_new.jpg);
    background-repeat: repeat-x;
    height: 20px;    
    display: none;
}

#metaNavAlt {
    padding-left: 32px;
    padding-top: 5px;
    margin: 0px;
    background-image: url(../../image/user/metanav_bg_alt.jpg);
    background-repeat:no-repeat;
    height: 20px;  
    display: none;  
}

#mainNav {
    float: left;
    width: 185px;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: #0e3083; 
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;    
}

#language {
    text-align: right;
    vertical-align: bottom;
}

#content {
    margin-top: 0px;
    /*margin-left: 200px;*/
    background-image: url(../../image/user/white_transparent.png);
    width: 640px;
    position: relative;
    float:right;
}

#content.wide {
    width: 940px;
}

#content.left {
    margin-right: 300px;
}

#content_left {
    margin-left: 55px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 535px;
}

#content_left_wide {
    margin-left: 0px;
    padding-top: 0px;
    width: 590px;
}

#content_left_extrawide {
    margin-left: 0px;
    padding-top: 0px;
    width: 885px;
}


#content_right {
    position: absolute;
    left: 640px;
    top: 10px;
    width: 235px;
    padding-left: 45px;
}

#content_right_wide {
    position: absolute;
    left: 640px;
    top: 10px;
    width: 300px;
    padding-left: 0px;
}

#content_right_extrawide {
    position: absolute;
    left: 640px;
    top: 10px;
    width: 280px;
    padding-left: 0px;
}


div#content {
    min-height:500px;
    height:expression(this.scrollHeight > 500 ? "auto":"500px");
}

#bar_narrow {
    width: 640px;
    height: 12px;   
    background-image: url(../../image/user/blue_transparent.png);
    margin-top: 20px;
    margin-right: 300px;
    /*margin-left: 200px;*/
    float: right;
}

#bar_wide {
    width: 940px;
    height: 12px;   
    background-image: url(../../image/user/blue_transparent.png);
    margin-top: 20px;
    /*margin-left: 200px;*/
    float: right;
}


#footer {
    clear: both;
    padding: 0px;
    height: 30px;
}

#headerContact {
	padding: 17px 0px 0px 32px;
}

#headerImage {
	float: right;
	margin-right: 387px;
    margin-top: 18px;
}


/*---------------------------------------
              TYPOGRAPHY
  ---------------------------------------*/

body {
    background-image: url(../../image/user/main_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#0E3083;
    padding:0px;
    margin:0px;
}


a, a:visited {
    color:#0E3083;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #0E3083;
    text-decoration: underline;
}

h1 {
    font-size: 18px;
    color: #0E3083;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    color: #0E3083;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
}

h3 {
    font-size: 15px;
    color: #0E3083;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.invisible {
    display: none;
}
p, pre{
    padding: 5px 10px;
    margin:0px;
}

form {
    padding: 0px;
    margin: 0px;
}

#headerContact {
    font-size: 11px;
    font-weight: normal;
    color: #0e3083;	
}

#headerContact .alternate {
    color: #6295ca;
}

#headerContact .small {
    font-size: 9px;
}


#headerContact hr {
	padding:0px;
	margin-left:0px;
    height: 1px;	
    width: 120px;
    color: #CDD4E7;
    background-color:#CDD4E7;
    text-align: left;
}

#headerContact a {
    color: #0e3083; 
}


/*** Meta Navigation ***/

#metaNav,
#metaNavAlt {
    font-size: 10px;
    font-weight: bold;
    color: #0e3083;
}

#metaNav ul,
#metaNavAlt ul {
    list-style-type: none;
    margin: 0px 0px 0px 17px;
    padding: 3px 0px;
    width: 199px;
    background-color: #FFF;
    text-align: center;
}

#metaNav li,
#metaNavAlt li {
	margin: 0px;
	padding: 2px 3px 2px 1px;
    display: inline;
    background-color: #FFF;
    background-image: url(../../image/user/metanav_separator.jpg);
    background-repeat:no-repeat;
    background-position: right;
}

#metaNav .lastItem,
#metaNavAlt .lastItem {
    background-image: none;
}

#metaNav a,
#metaNavAlt a {
    font-size: 10px;
    font-weight: bold;
    color: #0e3083;
    padding: 2px;
    margin: 2px;
}

#metaNav a:hover,
#metaNav a:focus,
#metaNav a:active,
#metaNavAlt a:hover,
#metaNavAlt a:focus,
#metaNavAlt a:active {
    color: #FFFFFF;
    background-color: #0e3083;
    text-decoration: none;
}

#metaNav .selected,
#metaNavAlt .selected {
    color: #FFFFFF;
    background-color: #0e3083;
    text-decoration: none;
}


/***  Main navigation ***/

#mainNav a:hover,
#mainNav a:focus,
#mainNav a:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

#mainNav ul {
    margin: 0px;
    padding: 0px;
}

#mainNav ul li {
    list-style-type: none;
    padding-top: 10px;
    margin: 0px;
}

#mainNav ul li ul li {
    list-style-type: none;
    padding-top: 0px;
    margin: 0px;
	
}

#mainNav ul li a {
    background-color: #6295ca; 
	margin: 3px 0px 3px 0px;
	padding-left: 18px;
    display:block;
    color: #ffffff;
    font-weight: bold;
}

#mainNav ul li ul li a {
    background-color: #0e3083; 
    margin: 3px 0px 3px 0px;
    padding-left: 18px;
    display:block;
    color: #ffffff;
    font-weight: normal;
}

#mainNav .selected {
    color: #000000;
    background-color: #FFFFFF; 
}

#mainNav .first_item {
    margin-top: 0px;
}


#content .error {
/*	padding: 3px;*/
/*	background-color: #FFE5CD;*/
    color: #004B8B;
}

#content {
    line-height: 17px;
}

#content p {
    padding: 5px 0px;
}

#content a {
    color: #6295CA;
    text-decoration: none;
}

#content a:hover,
#content a:focus,
#content a:active {
    color: #6295CA;
    text-decoration: underline;
}


#content table tr td {
    font-size: 12px;
    line-height: 17px;
    padding-top: 7px;

}

#content table tr th {
    text-align: left;
    padding-right: 20px;
    padding-top: 7px;
    vertical-align: top;
    line-height: 17px;
}

#content hr {
    width: 100%;
    color: #CDD4E7;
    background-color:#CDD4E7;
    height:1px;
    border:1px;
    margin: 20px 0px 15px 0px;
}


#footer {
    padding-top: 0px;	
}

#footerLeft {
    float: left;	
    width: 200px;
    height: 30px;
}

#footerRight {
    background-color: #6295ca;
    color: #FFF;
    float: right;
    width: 940px;
    height: 30px;    
    line-height: 28px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}


#language .lang_selected {
    color: #000000;
}


.listItem {
    padding-top: 10px;
}

.listImage {
    float: left;
    padding-right: 10px;	
    padding-bottom: 20px;
}

.listText {
    margin-left: 130px; 
}

.listText h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px; 
    margin-bottom: 5px;
}

.listText a {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;  
    color: #0e3083; 
}


#reference_images {
    width: 310px;
    float: left;
}

#reference_description {
    margin-left: 310px;
}

#reference_images .main_image {
    background-color: #EFEFEF;
    width: 300px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 6px 0px 0px;
    float:left;
}

#reference_images .small_image {
    background-color: #EFEFEF;
    width: 96px;
    height: 96px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 6px 6px 0px 0px;
}

#reference_images .image_heap {
    display: none;
}


#presenter_column1 {
    width: 310px;
    float: left;
}

#presenter_column2 {
    margin-left: 310px;
}

#presenter_column1 .main_image {
    background-color: #EFEFEF;
    width: 300px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 6px 0px 0px;
    float:left;
}

#presenter_column2 .small_image {
    background-color: #EFEFEF;
    width: 96px;
    height: 96px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0px 6px 6px 0px;
}

#presenter_column2 .image_heap {
    display: none;
}

#presenter_text {
    margin-bottom: 20px;
}

/**** CMS ****/

.clear {
    clear: left;
}

.text_table {
    width: 100%;
    border-spacing:0px;
    border-collapse: collapse;
}

.text_table td {
 /*   border: 1px solid #CCCCCC;*/
    padding: 3px;
}

.document_table{
    border-spacing:0px;
    margin: 0px;
    border: 0px;
}

.document_table td{
    border: 0px;
    padding: 1px;
}

.link_table{
    border-spacing:0px;
    margin: 0px;
    border: 0px;
}

.link_table td{
    border: 0px;
    padding: 1px;
}

.image_left {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.image_leftclear {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    clear: left;
}

.image_right {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.image_rightclear {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    clear: right;
}

#content_left_wide > div.image_left {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
    position: relative;
}
#content_left_wide > div.image_leftclear {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
    position: relative;
}
#content_left_wide > div.image_right {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
    position: relative;
}
#content_left_wide > div.image_rightclear {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
    position: relative;
}

#content_right_wide > div.image_left {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
}
#content_right_wide > div.image_leftclear {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
}
#content_right_wide > div.image_right {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
}
#content_right_wide > div.image_rightclear {
    text-align: left;
    margin: 0px ! important;
    float: none ! important;
}


.rot {
    color: #FF0000;
}

img.test {
    margin: 0px;
}

.image_comment {
    font-size: 10px;
    line-height: 15px;
    color: #666666;
    margin: 1px;
}

#content_left_wide > div > div.image_comment {
    position: absolute;
    font-size: 12px;
    line-height: 17px;
    bottom: 0px;
    background-image: url(../../image/user/white_transparent70.png);
    color: #0E3083;
    margin: 0px;
    padding: 5px 50px 5px 50px;
    width: 550px ! important;
}

#content_right_wide > div > div.image_comment {
    font-size: 12px;
    line-height: 17px;
    color: #0E3083;
    margin: 0px;
    padding: 3px 20px 3px 20px;
    width: 260px ! important;
}

.gallery_entry {
    margin-left: 2px;
    margin-right: 2px;
}

.gallery_text {
    text-align: center;
    width: 126px;
    font-size: 10px;
    line-height: 15px;
    color: #666666;
    margin: 1px;
}

.gallery_image {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align:middle;
    height: 206px;
    width: 206px;
}

.gallery_show {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
}

.gallery_show_bar {
    background-color: #F0F0F0;
    border-top: 1px solid #CCCCCC;
}

.gallery_album_image {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align:middle;
    height: 206px;
    width: 206px;
}


.agenda_table {
    background-color: #F0F0F0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.agenda_table td{
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
}

.guestbook_header {
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
}

.newsletter_table {
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    width: 565px;
}

.news_date {
    font-style:italic;
    line-height: 20px;
}

.news_title {
    font-weight: bold;
    font-size: 12px;
    color: #FF3300;
    line-height: 20px;
}

.news_text {
    line-height: 20px;
}


.page_table {
    margin-top: 0px;
    width: 100%;
}

.page_table_td {
    padding: 0px;
}

.page_table_entry {
    margin-left: 0px;
    margin-right: 0px;

}

.page_table_text {
    text-align: center;
    width: 126px;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
}

.listbar_mouseover {
    background-color: #DDDDDD;
}

.listbar {
    background-color: #EEEEEE;
}

.keinrahmen {
   border:0px;
}

hr {
    width: 100%;
    color: #CDD4E7;
    background-color:#CDD4E7;
    height:1px;
    border:1px;
}












