/******************** global ********************/
body
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

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


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


p{
	margin: 15px 0px;
}

img {border: 2px solid white; }

h1, .contentheading, .componentheading
{
    color: #28556B;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #28556B;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
*:first-child+html h1 {  /* ie7 hack */
    font-weight: normal;
  }
h2
{
    color: #28556B;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 20px 0;    

}
h3
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

input { margin: 0 0 2px 0;}

fieldset { border: 0;}

label { line-height: 20px;}

/* klassen */

.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.small
{
font-size: smaller;
}
.space
{
    height: 10px;
}
.pdf { background: url(../images/pdf.gif) no-repeat 0 0; padding: 0 0 0 20px;}

.submit { font-weight: bold;}

/* joomla anpassungen */
.contentpaneopen, td
{
    font-size: 12px;
    line-height: 16px;
}

.contentpaneopen, .searchintro
{
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 16px; width: 100%;
}


.inputbox 
{
  width: 150px;
}

/* ids */



/******************** header ********************/

#logo
{
    font-size: 2.0em;
    font-style: italic;
    line-height: 26px;
    color: #5A84A6;
    padding: 0 0 0 20px;
    height: 73px;
}

#header
{
    display:none;
}


.headline
{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 40px 0 0 20px;
}
.subheadline
{
    font-size: 13px;
    font-weight: bolder;
    line-height: 25px;
    color: #28556B;
    margin: 0 0 0 20px;
}

/******************** content ********************/
#main
{
    /*border: 1px solid green;*/
    width: 840px;
}

#subnav
{
    display: none;
}



#search
{
    padding: 0 0 20px 15px;
}
input.search
{
    width: 104px;
    margin: 0 5px 0 0;
}

#content
{
    float: left;
    width: 630px;
    padding: 30px 20px 30px 20px;
}

#content ul
{
    list-style-image: url(_img/list_item.gif);
    padding: 0 0 0 17px;
}

.contact img { margin: 0 10px 0 0; }

form .left { width: 140px; }

#mainBottom
{
    width: 840px;
    height: 15px;
}


/******************** footer ********************/
#footer
{
    display: none;
}


.left
{
    float: left;
}
.right
{
    float: right;
}