/**
 * Basic tags
 */

*
{
    margin:0px;
    padding:0px;
}
 
html
{
    background-color: #2c2320;
}

img
{
    border:0px;
}

p,
pre,
form
{
    margin:0px;
    padding:0px;
}

h1
{
    margin:0px 0px 12px 0px;
    padding:0px;
    font-weight:bold;
    font-size:13px;
    color:#555;
}

h2
{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-weight:bold;
    font-size:14px;
    color:#b73e17;
}

h3
{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-weight:bold;
    font-size:18px;
    color:#b73e17;
}


optgroup
{
    padding-top:3px;
    padding-bottom:3px;
}


/**
 * Body
 */
body
{
    margin:0px;
    padding:0px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
    font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
    font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
    font-size:11px;
    color:#888;
}


/**
 * Links
 */
a
{
    text-decoration:none;
    color:#BBB;
}

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



/**
 * Layout tags
 */


#wrapper {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    border: 0px solid #FFF;
}

#header{
    
}

#startpage{
    height: 520px;
}

#ghostMenu{
    position: absolute;
    width: auto;
    height: auto;
    top: 30px;
    background-color: none;
    border: 0px solid #EFEFEF;
    border-collapse:collapse;
}

#ghostMenuButton{
    float:left;
    height:15px;
    width:50px;
}

#ghostMenuButton img{
    border: none;
}

#ghostMenuContents{
    float: left;
    /*overflow:hidden ! important;*/
    height:10px;
    width:800px;
}

#ghostMenuContentsInner{
  height: 30px;
}

#ghostMenu ul{
}

#ghostMenu li {
    display:inline;
    list-style-type:none;
    background-color:none;
}

#ghostMenu li a{
}

#ghostMenu li a:link,
#ghostMenu li a:visited{
    color:#AAA;
    font-family:verdana;
    font-size:10px;
    text-decoration:none;
    display:inline;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

#ghostMenu li a:hover{
    color:#b73e17;
    text-decoration:none;
    border-top: 0px solid #b73e17;
}

#name {
    position: relative;
    top: 28px;    
}

#name h1 {
    display: inline;
    color: #c94218;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}

#name h2 {
    display: inline;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}    

#content {
    position: relative;
    top: 30px;
    border: 1px solid #EEE;
    width: 800px;
    min-height: 520px;
    /*background-image: url("../img/bg-verlauf.gif");*/
    background-repeat: repeat-x;    
    /*background-color: #352a27;*/
    background-color: none;
}


#contentInner{
    margin: 10px;
}

#contentInner table {
    padding: 0px;
    margin: 0px;
    
}

#footer {
    position: relative;
    top: 30px;
    font-size: 10px;
    color: #888;
    text-align: center;
    margin-top: 7px;
}

div.imgcontainer {
    border: 1px solid #AAA;
    margin: 0px 8px 8px 0px;
    padding: 0px;
    text-align: center;
    line-height:145px;
    height: 150px;
    width: 150px;
    float: left;
}

div.imgcontainer img {
    vertical-align: middle;
}

h2.toggler {
	cursor: pointer;
	margin: 5px 0 5px 0;
	padding: 0px 0px 0px;
    border-bottom: 1px solid #AAA;
}

#accordion .element {
    text-align: justify;    
}
