
/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    padding:0px;
    margin: 0px;
    background-image:url(../../image/user/body/hintergrund.gif);

}

/* for iePC */ td{
    font-size: 12px;
}

a {color: #1e1e1e;
text-decoration: none;}
a:visited {color:#1e1e1e;}
a:hover {color: #1f6ead;}
a:active { color:#1f6ead;}

p {
    margin:0px
    }

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

form input,select,textarea {
    font-size: 12px;
}

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


/* container to center the layout
-------------------------------------- */
#container {
    width: 950px;
    border: 1px solid #3399CC;
    margin: 0px;
    margin-top:7px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
    height:21px;
    padding: 0px 5px 0px 0px;
    margin: 1px 1px 0px 1px;
    background-color:#D6EBF5;
    text-align:right;

}

#banner span {
    color:#3399CC;
    font-size:9px;
    margin:0px;
    padding:0px;
    position:relative;
    top:-3px;
    margin-left:9px;
}


#banner a{
    color: #dde7e9;
    text-decoration:none;
}

#banner  a:hover {color: #ffffff;}

#banner h1 {
    font-size: 16px;
    padding:0px;
    margin: 0px 0px 7px 0px;
}
#banner h2{
    color: #ffffff;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    font-weight:normal;
}

#banner img {
    margin:0px;
    padding:0px;
    border:none;
    display: block;
}

#metanavi {
    padding: 0px 0px 0px 4px;
    margin: 0px 1px 0px 1px;
    background-color:#3399CC;
    height: 13px;
    font-size:11px;
    color:#D6EBF5;
}


#metanavi a {
    color:#D6EBF5;
}

#metanavi a:hover {
    text-decoration:underline;
    color:#FFFFFF;
}



#logo {
    position:absolute;
    height:101px;
    width: 291px;
    background-image:url(../../image/user/banner/logo.jpg);
    background-repeat:no-repeat;
    margin-top:11px;
    margin-left:658px;
}

*+ html body #logo,  {
    margin-top:10px;
}

* html body #logo {
    margin-top:10px;
}

#logo a {
display:block;
height:101px;
}




/*main-navi
-------------------------------------- */

/*#mainnavi a:active { color:#000000;}



#mainnavi {
    margin:0px;
    padding:0px;
    height:26px;
}

#mainnavi a {
    color:#ffffff;
    font-size:13px;
}


#mainnavi a:visited {
    color:#ffffff;
}


#container  #mainnavi a.selected {
    color: #000000;
}


#mainnavi ul li a {

}*/






/* content elements
-------------------------------------- */
#content {
    padding: 61px 16px 0px 16px;
    margin:0px 150px 20px 160px;
    background-color: #ffffff;
/*    height:449px;*/
    border:0px;
    color:#003366;
    line-height: 18px;
}


/* IE6 3-pixel bug */
* html body #content{
    margin:0px 147px 0px 157px;
}




#content img {
    margin:0px;
    padding:0px;
}

#content img.test {
    padding:1px;
}

#content p {
    margin: 0px 0px 17px 0px;
    line-height: 18px;
}

#content p.center{
    text-align:center;
}

#content h1, #content h2, #content h3, #content h4 {
    padding: 0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
}

#content h1 {
    font-size:17px;
    margin: 0px 0px 19px 0px;
}

#content h2 {
    font-size:17px;
    margin: 0px 0px 19px 0px;
}

#content h3 {
    font-size:13px;
}


#content a{
    color:#CC3333;
}

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


#content table {
    text-align:left;
    padding:0px;
    margin:0px;
}

#content table tr {
    height:17px;
}

#content table th {
    margin:0px;
    padding:0px;
}


#content ul{
    padding: 0px 50px 0px 29px;
    margin:0px 0px 15px 0px;
}

#content table.narrow {
    width: 400px;
}

#content .list_header {
    background-color: #D6EBF5;
}

#content .list_header a{
    color: #3399CC;
    font-weight: bold;
}

#content .message {
    color: #AF2323;
    font-weight: bold;

}

#content .big_text {
    font-weigth: bold;
    font-size: 40px;
    color: #CC3333;

}

#content .date tr td {
    padding-left: 0px;
    padding-right: 3px;
}

.common_text h2 {
    font-size:15px;
    font-variant:small-caps;
    color:#0063be;
    margin-top:10px;
    }

.common_text h3 {
    font-size:12px;
    line-height: 14px;
    margin:8px 0px 8px 0px;
    color: #999999;
    }

.common_text h4 {
    font-size: 12px;
    line-height: 14px;
    margin:8px 0px 8px 0px;
    }

.common_text {
    margin:10px 0px 0px 5px;
    font-size: 12px;
    line-height: 17px;
}


.clear {
    clear:left;
}


#content #topbox {
    height:206px;
}




/* elements for left and right navigation
-------------------------------------- */


#left {
/* float: left; */
position: absolute;
width: 160px;
min-height:400px;
height:auto!important;
height:400px;
margin: 0px;
padding: 0px;
background-color:#FFFFFF;
}

/* IE6 3-pixel bug */
* html body #left {
margin-right:-3px;
}


#left #innerleft {
margin: 1px 0px 0px 1px;
}

#left #innerleft img {
border: 0px solid #000000;
margin: 0px 0px 0px 0px;
padding:0px;
}


#left li a  {
display:block;
margin:0 0 0 5px;
padding:0px;
color:#D6EBF5;
font-size:11px;
line-height:16px;
}

#left li ul li a  {
margin:0 0 0 10px;
padding:0px;
}

#left li ul li ul li a  {
margin:0 10px 0 20px;
padding:0px;
}

#left a:hover {
color:#ffffff;
text-decoration:underline;
}

#left #innerleft ul {
margin:0px;
padding:0px;

}

#left #innerleft ul ul {
margin: 0;
}


#left #innerleft ul li {
list-style:none;
margin:0;
padding:0px;
font-weight:bold;
background-image:url(../../image/user/left/bg_li.gif);
background-repeat:no-repeat;
height:auto;
display:block;
border-top:1px solid #fff;
}

#left #innerleft ul li ul li {
font-weight:normal;
background-image:url(../../image/user/left/bg_li_li.gif);
background-repeat: no-repeat;
}

#left #innerleft ul li ul li ul li{
font-weight:normal;
background-image:url(../../image/user/left/bg_li_li.gif);
background-repeat: no-repeat;
border-top:1px solid #fff
}

#left #innerleft ul li ul li.selected {
font-weight:normal;
background-image:url(../../image/user/left/bg_li_li_selected.gif);
background-repeat: no-repeat;
}

#left #innerleft ul li ul li ul li.selected {
font-weight:normal;
background-image:url(../../image/user/left/bg_li_li_selected.gif);
background-repeat: no-repeat;
}




#left #innerleft ul li.selected {
background-image:url(../../image/user/left/bg_li_selected.gif);
background-repeat:no-repeat;
}


#left #innerleft ul li.selected a.selected {
color:#FFFFFF;
}

#left #innerleft ul li.selected ul li.selected a {
color: #006699;
}

#left #innerleft ul li ul li a {
color: #006699;
}

#left #innerleft ul li ul li.selected a.selected {
color: #006699;
}

#right {
float: right;
width: 150px;
margin: 0px;
padding: 0px;
background-color:#ffffff;
font-size:11px;
color:#006699;
}

#right a {
color:#CC3333;
}

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

#right #innerright {
margin-top:102px;
margin-right:1px;
}

/* IE6 3-pixel bug */
* html #right {
    margin-left:-3px;
}

#right .box {
margin:0px 0px 13px 0px;
}

#right .box .footer {
background-color:#3399CC;
height:3px;
line-height:1px;
    margin:1px 0px 0px 0px;
}


#right a img {
margin: 0px;
border:0px;
}

#right h3 {
font-size:11px;
display:block;
background-color:#3399CC;
color:#D6EBF5;
height:16px;
line-height:16px;
padding: 0px 0px 0px 5px;
margin:0px 0px 1px 0px;
}

#right p {
background-color:#D6EBF5;
padding:7px 10px 18px 7px;
}

#right ul {
background-color:#D6EBF5;
margin: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

/*footer
-------------------------------------- */
#footer {
width: 950px;
height:20px;
margin: 0px;
margin-left: auto;
margin-right: auto;
text-align:left;
font-size:11px;
 }

#footer a {
color:#CC3333;
}

#footer #footerleft {
float:left;
}

#footer #footerright {
float:right;
}

#footer #footerleft a {
padding:0px 0px 0px 13px;
background-image:url(../../image/user/footer/up.gif);
background-repeat:no-repeat;
background-position:0px 3px;
}

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

#footer p {
color:#FFFFFF;
margin:5px 0px 0px 0px;
}


/**** CMS ****/

.paragraph {
clear: both;
visibility: none;
}

.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 {
width: 102px;
height: 132px;
margin: 0px;
padding: 0px;
margin-left: 82px;
margin-right:82px;
border: 1px solid #CCCCCC;
background-color: #F0F0F0;
}

.image_left {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
}

.image_leftclear {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
    clear: left;
}

.image_right {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
}

.image_rightclear {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
    clear: right;
}

img.test {
    margin: 1px;
    padding: 1px;
}

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

.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: 126px;
}

.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: 126px;
    width: 126px;
}


.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-size: 12px;
    color: #FF3300;
    line-height: 20px;
}

.news_text {
    line-height: 20px;
}

hr {
    width: 100%;
    color: #CCCCCC;
    height:1px;
    border:1px
}

.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;
}

.link {
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:22px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

.linktype_web {
    background-image:url(../../image/icons/web.gif);
}
.linktype_pdf {
    background-image:url(../../image/icons/pdf.gif);
}
.linktype_word {
    background-image:url(../../image/icons/word.gif);
}
.linktype_ppt {
    background-image:url(../../image/icons/ppt.gif);
}
.linktype_excel {
    background-image:url(../../image/icons/excel.gif);
}
.linktype_zip {
    background-image:url(../../image/icons/zip.gif);
}
.linktype_mp3 {
    background-image:url(../../image/icons/mp3.gif);
}
.linktype_mov {
    background-image:url(../../image/icons/mov.gif);
}

.linktype_default {
    background-image:url(../../image/icons/default.gif);
}
.antifloat {
clear:both;
}



