/*
# \css\style.css
#
# -------------------------------------- 
# Ulli Goschler <ulligoschler@gmail.com>
#        http://www.klangregen.de
# -------------------------------------- 
#
# For: http://www.hausinternational.de 
# Version: 
# Created: So, 25.11.2007 - 01:17:51 
# Last modified: Fr, 11.07.2008 - 08:04:51 
# Description: 
#       specific color: #0B71AF
*/

/*----------------------------------------------------
 						Basic 
----------------------------------------------------*/

html, body {
    margin: 0;
}
body { 
    font-size: 62.5%;
    font-family: Verdana, sans-serif;    
    background-color: #fff;
    color: #000;
}
* {
    padding: 0;
    font-size: 1.0em; /* should be removed */
}
img {
    border: 0;
    margin: 10px;
    overflow: hidden;
    border: 1px solid black;
}
ul {
    margin-left: 1em;
}
h1 {
    font-size: 1.2em;
    background-color: white; 
    padding-right: 0.5em; 
    float: left;
    font-weight: bold;
    margin: 0;
}
a           { text-decoration: none; color: #0B71AF; font-weight: bold; }
a:hover     { text-decoration: underline; color: #0D8FDF; font-weight: bold; }

#nav a          { text-decoration: none; color: #fff; }
#nav a:hover    { text-decoration: underline; color: #fff; }
/*----------------------------------------------------
 				    Site Layout 
----------------------------------------------------*/
#wrapper {
    margin: 0 auto; 
    width: 786px; 
    background-image: url(../img/bg.png);
}
#top_left {
    float: left; 
    width: 150px;
    border-left: 2px solid black;
   
}
#top_main {
    margin-left: 154px;
}
#head_left {
    border-bottom: 0.2em solid black; 
    height: 130px; 
    background: url(../img/headleft.png) scroll 0 no-repeat; }
#head_title {
    border-bottom: 0.2em solid black; 
    
    height: 130px; 
    background: url(../img/headtitle.png) scroll 0 no-repeat; }

#top_left #nav {
    list-style-type: square; 
    color: #fff;
    font-size: 1.4em;
    padding: 0.5em;
}
#top_left #nav li {
    font-weight: bold;
}
#top_left #nav .sub {
    list-style: none;
    margin-left: 1em;
    font-size: 0.9em;
    font-weight: normal;
}
#top_left #nav .sub li {
    font-weight: normal;
}
#footer {
    clear: left;
    background-image: url(../img/bg2.png);
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}
#footer_left {
    float: left; 
    width: 150px;
    border-right: 2px solid black;
}
#footer_main {
    text-align: center;
    margin-left: 154px;
    background-color: #0b71af;
    height: 4em;
}
#footer_main #table {
    display: table; 
    height: 100%; 
    width: 630px;
    text-align: center;
}
#footer_main #tblcell  {
    display: table-cell;
    vertical-align: middle;
}

#footer a {
    color: #fff; } 
/*----------------------------------------------------
 				    Site content 
----------------------------------------------------*/
#content {
    padding: 0.7em;
    font-size: 1.1em;
    line-height: 1.45em;
    text-align: left;
}
.notice {
    font-size: 1em; 
    border: 1px solid #2396BF; 
    margin-bottom: 3%; 
    padding: 5px; 
    background-color: #CFF2FF; 
    text-align: left;
}
.warning {
    font-size: 1em; 
    border: 1px solid #FF0000; 
    margin-bottom: 3%; 
    padding: 5px; 
    background-color: #FFE0E0; 
    text-align: left;
}
#titletxt {
    margin-bottom: 1.5em;
    background-color: #fff;

}
#titletxt #backgrd {
    background-color: #0b71af;
    height: 1.30em;
    margin-right: -0.5em;
}
#textsize {
    float: right;
    margin-top: -0.4em;
    height: 2em; 
}

/* -------------
 * specific
 * -------------
*/
#content ul {
    list-style-type: disc;
}
#nav .sub li a {
    font-weight: normal;
}

.WordSpacing {
    padding-right: 30px;
}

span.music {
     background: transparent url(../img/music.png) no-repeat scroll 0pt 50%;
     padding: 2px 0 2px 20px; }
