* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #535353;
    font-size: 95%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

#container {
    background: #fff;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    border: 0px solid #ddd;
}

#header {
    height: 100px;
    border-bottom: 0px solid #ddd;
    background: #fff url(images/header_bg.jpg) left 10px no-repeat;
    padding: 10px 0;
    position: relative;
}

#header_left {
    height: 100px;
    width: 680px;
    float: left;
}

#header_right {
    width: 200px;
    margin-left:680px;
    height: 100px;
    position: relative;
}

#content {
    clear: both;
    overflow:hidden;
    background: #fff;
    border-bottom: 0px solid #ddd;
    margin: 0;
    padding: 0 0 20px 0;
    background: #fff url(images/main_bg.jpg) left top no-repeat;
}

#main {
    float:left;
    width: 650px;
    margin: 0px 20px;
    min-height: 350px;
    height: auto !important;
    height: 350px;
}

#sidebar {
    width: 200px;
    margin-left:700px;
}

#sidebar ul {
    list-style: none;
    padding: 5px;
}

#sidebar ul li {
    display: block;
}
#footer {
    padding: 0;
    padding-top: 20px;
    margin: 0;
    background: #fff url(images/divider.jpg) top center no-repeat;
}


/* Horizontal menu */

#modernbricksmenu {
    padding: 0;
    width: 100%;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#modernbricksmenu ul {
    font: bold 11px Arial;
    margin:0;
    margin-left: 20px; /*margin between first menu item and left browser edge*/
    padding: 0;
    list-style: none;
}

#modernbricksmenu li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform:uppercase;
}

#modernbricksmenu a {
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover {
    background-color: #535353; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a { /*currently selected tab*/
    background-color: #186777; 
    border-color: #186777; 
}

#modernbricksmenuline {
    clear: both;
    padding: 0;
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: #186777; 
}

#myform { /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput {
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: #fff;
color: #186777;
width: 50px;
border: 1px outset #186777;
}


/* end horizontal menu */

/* &Uuml;berschriften */
h1, h2, h3, h4 {
    margin: 1em 0 .5em 0;
    font-size: 1.3em;
}

h2 {
    font-size: 1.1em;
}

h3, h4 {
    font-size: 0.9em;
}

#header h1 {
    font-size: 1.7em;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: .5em 20px;
}

#header h1 a,#header h1 a:visited {
    text-decoration: none;
    color: #535353;
    border-bottom: 0 none;
}

#header h1 a:hover {
    color: #186777;
}

#header h2 {
    font-size: 1.2em;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    margin: .5em 20px;
    color: #186777;
}

#sidebar h2 {
   font: bold .8em Arial;
    /* text-transform:uppercase; */
    letter-spacing: 1px; 
    background:#186777 url(images/back.gif) center left repeat-x; 
    padding: 2px 20px 2px 20px;
    border:1px solid #535353;  
    color: #fff;
}
/* Ende &Uuml;berschriften */

/* Listen und Links */
#header_right ul {
    list-style: none;
}

#header_right ul li a {
    border-bottom: 0px solid #186777;
    display: block;
    color: #186777;
    text-decoration: none;
    padding: 0 20px;
    text-align: right;
}

#header_right ul li a:hover {
    color: #494949;
    border-bottom: 0px solid #494949;
}

#header_right ul li.contact {
    background: transparent url(images/email.png) left center no-repeat;
    position: absolute;
    top: 40px;
    left: 100px;
    width: 120px;
}

#header_right ul li.rss {
   background:transparent url(images/rss.png) no-repeat center left;
    position: absolute;
    top: 60px;
    left: 80px;
    width: 140px;

}

#header_right ul li.login {
   background:transparent url(images/key.gif) no-repeat center left;
    position: absolute;
    top: 20px;
    left: 120px;
    width: 100px;
}

#sidebar ul  {
    list-style: square;
}

#sidebar ul li a,
#sidebar ul li a:visited {
    background: transparent url(images/bullet.gif) left center no-repeat;
    padding: 2px 0 2px 15px;
    display: block;
    text-decoration: none;
    color: #186777;
    border-bottom: 1px dotted #ccc;
    font-size: .8em;
}

#sidebar ul li a:hover {
    color:#535353;
    background: #f2f2f2 url(images/bullet.gif) left center no-repeat;
}

a, a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #186777;
    color: #186777;
}
a:hover {
    color: #131313;
    border-bottom: 1px dotted #131313;
}

a.w3c, a:visited.w3c, a img, a:visited img {
    border: 0 none;
}

/* Ende Listen und Links */



/* Text Formatierungen */
p {
    font-size: .9em;
    margin: .5em 1em .5em 0;
    line-height: 1.3em;
}

/* MY ADDITIONS */

blockquote {
    font-size: .8em;
    margin: 0 20px 5px 20px;
    line-height: 1.3em;
}



#footer p {
    text-align: center;
    padding: 10px;
    margin: 0;
}
#footer p.link {
    text-align: right;
    padding: 5px;
    font-size: .8em;
    color: #999999;
}
#footer p.link a {
    border: 0 none;
}
address {
    font-style: normal;
    line-height: 1.3em;
    
}
/* Ende Text Formatierungen */



/* Formular */
form {
    margin-left: 20px;
    }
fieldset {
    width: 550px;
    }
legend {
    margin: 10px;
    padding: 5px;
    color: #186777;
    }
input, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
width:500px;
color: #494949;
background: #f4f4f4;
border: 1px inset #999;
padding-left: 1px;
}
input:hover, textarea:hover {
background: #ccc;
}
.submit {
    background: #ccc;
    color: #131313;
    width: 150px;
    border: 1px solid #999;
}
.submit:hover {
    background: #999;	
    color: #f2f2f2;
}
form p {
    margin: 5px 20px;
}
/* Ende Formular */

/* verschiedene Klassen */
/* applied for whole document, adding class to html tag */

.align-right {
    float:right;
    margin: 5px 0 5px 10px;
}

.align-left {
    float:left;
    margin: 5px 10px 5px 0;
}

