/* Alle Abstände global auf 0 setzen */
*
{
padding:	0;
margin:		0;
}

html, body
{
height: 100%
}

body
{
background:	#7A90A7;
text-align:	center;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{
background:	#354356;
width: 960px;
height: 712px;
overflow: hidden;
margin:	20px auto;
text-align: left;
border: 2px #fff solid;
}

#contentbox
{
width: 640px;
float: left;
background: #BAC7D0;
}

#picturebox
{
width: 320px;
float: right;
}

#picturebox img
{
float: right;
margin: 0;
padding: 0;
/* border-left: 2px #fff solid; */

}

/* ::: Logo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#logotext
{
background:	#354356;
height: 120px;
border-bottom: 2px #fff solid;
display: block;
text-decoration: none;
}

#logotext h1
{
color: #fff;
padding: 20px 20px 0px 15px;
font-size: 2.8em;
font-weight: 100;
}

#logotext h2
{
color: #fff;
padding: 0px 20px 30px 17px;
font-size: 1.4em;
font-weight: 100;
}

/* ::: Navi ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#naviwrap
{
width: 600px;
height: 26px;
background: #7088A0;
padding: 0px 20px 0px 20px;
border-bottom: 2px #fff solid;
color: #fff;
}

#navigation
{
float: left;
}

#navigation a
{
color: #fff;
font-size: 0.9em;
line-height: 1.8em;
text-decoration: none;
}

#navigation a:hover
{
color:	#354356;
}

#navigation a.active {
    font-weight: bold;
}

#search
{
float: right;
}


#search fieldset
{
padding: 0 !important;
width: 130px;
border: 0;
}

#search input.input
{
margin: 3px 0 0 0;
width: 100px;
float: left;
border: 1px solid #ccc;
font: .8em/20px;
height: 16px;
padding: 1px;
}

#search input.submit
{
margin: 3px 0 0 2px;
border: 1px solid #ccc;
font: bold 10px/20px;
color: #fff;
text-align:left;
height: 20px;
border: 0;
}

/* ::: Breadcrumb ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#breadcrumb
{
width: 600px;
height: 26px;
background: #D5DFE3;
color: #354356;
font-size: 0.8em;
line-height: 1.8em;
padding: 0px 20px 0px 20px;
border-bottom: 2px #fff solid;
line-height: 1.8em;
}

#breadcrumb a
{
color: #666666;
font-size: 0.9em;
line-height: 1.8em;
text-decoration: none;
}

#breadcrumb a:hover
{
color:	#354356;
}


/* ::: Content ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenthome
{
float: left;
background: #BAC7D0;
width: 350px;
padding: 20px;
height: 464px;
overflow: hidden;
border-right: 1px solid #fff;
}

#content
{
background: #BAC7D0;
width: 600px;
padding: 20px;
height: 464px;
overflow: hidden;
}

#content h1, #contenthome h1
{
font-size: 1.1em;
color: #354356;
font-weight: 100;
margin: 0 0 10px 0;
}

#content p, #contenthome p
{
font-size: 0.8em;
color: #354356;
margin: 0 0 10px 0;
}

#content p a, #contenthome p a
{
font-size: 1em;
color: #354356;
margin: 0 0 10px 0;
}

#content p a:hover, #contenthome p a:hover
{
color: #fff;
text-decoration: none;
}


#content img, #contenthome img
{
float: left;
border: 1px solid #fff;
margin: 0 10px 0 0;
}

#content img.noborder, #contenthome img.noborder
{
float: left;
border: none !important;
margin: 0 10px 0 0;
}


#content table, #contenthome table
{
border: none;
}

#content table tbody tr td, #contenthome table tbody tr td
{
border: none;
font-size: 0.8em;
color: #354356;
}

#content table tbody tr td a, #contenthome table tbody tr td a
{
font-size: 1em;
color: #354356;
margin: 0 0 10px 0;
}

#content table tbody tr td a:hover, #contenthome table tbody tr td a:hover
{
color: #fff;
text-decoration: none;
}


#newsbox
{
padding: 20px;
background: #BAC7D0;
float: right;
width: 209px;
overflow: hidden;
}

#newsbox h4
{
font-size: 1.0em;
color: #354356;
}

#newsbox h5
{
padding: 20px 0 0 0;
margin: 20px 0 0 0;
border-top: 1px solid #fff;
font-size: 1.0em;
color: #354356;
}

#newsbox ul
{
list-style-type: none;
}

#newsbox ul li
{
width: 169px;
padding: 5px 5px 0 15px;
font-size: 0.8em;
color: #354356;
}

#newsbox ul li a
{
display: block;
font-size: 1em;
color: #354356;
background: url(/layout/img/arrow.jpg) 0px 4px no-repeat;
margin-bottom: 5px;
margin-left: -15px;
padding: 0 15px;
}

#newsbox ul li img
{
max-width: 75px;
max-height: 50px;
}

#newsbox ul li a:hover
{
text-decoration: none;
color: #fff;
}

/* ::: Footer ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer
{
border-top: 2px #fff solid;
clear: both;
width: 960px;
height: 30px;
}

#footer p
{
width: 600px;
float: left;
padding: 5px 20px;
color: #fff;
font-size: 0.8em;
line-height: 1.4em;
}

#footer #servicenav
{
float: right;
background: #fff;
width: 280px;
text-align: right;
height: 30px;
padding: 0 20px 0 20px;
}

#footer a
{
font-size: 0.8em;
color: #354356;
line-height: 2em;
text-decoration: none;
}

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


/* ::: IMPORT :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */


#projektpopups
{
width: 610px;
padding: 10px 0 0 0;
margin: 0;
}

#projektpopups ul
{
width: 45px;
padding: 0;
margin: 0;
float: left;
list-style-type: none;
}


#projektpopups ul li
{
height: 46px;
margin-bottom: 5px;
padding: 0 !important;
}

*+html #projektpopups ul li
{
height: 46px;
margin-bottom: 2px;
padding: 0 !important;
}


#projektpopups ul li a
{
display: block;
text-decoration: none;
background-repeat: no-repeat;
}

#projektpopups ul li a img
{
width: 45px;
height: 45px;
border: 1px solid #E2E7EC;
margin: 0 !important;
padding: 0 !important;
}

#placeholder
{
background-position: center;
background-repeat: no-repeat;
float:right;
width: 546px;
height: 249px;
margin-left: 5px !important;
}

.crechts
{
float: right !important;
margin: 0 10px 0 0 !important;
}

#inhaltsbox
{
width: 550px;
float: right;
padding: 0px !important;
margin-left: 0px !important;
}

#inhaltsbox h2
{
font-size: 1.1em;
color: #354356;
font-weight: 100;
margin: 0 0 10px 10px;
}

#inhaltsbox p
{
font-size: 0.8em;
color: #354356;
margin: 5px 10px;
}

#inhaltsbox a
{
color: #354356;
}

#inhaltsbox a:hover
{
color: #000;
text-decoration: none;
}

#inhaltsbox img
{
margin: 0;
padding:0;
border: 1px solid #E2E7EC;
}

#inhaltsbox table
{
font-size: 1em; /* reset */
line-height: 1.2em;
border: none;
color: #354356;
margin: 0 0 1em 0;
}

#inhaltsbox table td
{
border: none;
padding-right: 14px;
}

#inhaltsbox ul
{
font-size: 0.8em;
color: #fff;
padding: 0 0 5px 40px;
}

#inhaltsbox ul li
{
line-height: 1.5;
}

a.pdficon  {
    background: url(/layout/img/pdficon_small.gif) 0px 1px no-repeat;
    padding-left: 20px;
    line-height: 20px;
    /*display: block;*/
}

a.www {
    background: url(/layout/img/icon-www.png) 0px 1px no-repeat;
    padding-left: 20px;
    line-height: 18px;
    /*display: block;*/
}

a.film {
    background: url(/layout/img/icon-film.gif) 0px 1px no-repeat;
    padding-left: 20px;
    line-height: 18px;
    /*display: block;*/
}

/* ::: Suchergebnisse ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
fieldset
{
color: #354356;
font-size: 0.8em;
border-color: none;
padding: 4px;
border-color: white;
}
legend
{
color: #354356;
font-weight: bold;
}

#suchergebnisse
{
margin-left:20px;
}

#suchergebnisse a
{
color: #fff;
}

/* ::: Seitenauflistung ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content ul.seitenauflistung
{
list-style-type: none;
}

#content ul.seitenauflistung li
{
padding: 5px 5px 0 5px;
/* margin-bottom: 20px; */
float:left;
}

#content ul.seitenauflistung li img
{
/*width:101px;
height:76px;*/
}

#content ul.seitenauflistung li a
{
display: block;
font-size: 0.8em;
color: #354356;
padding: 0 5px;
/* margin-left:98px; */
}

#content ul.seitenauflistung li a:hover
{
text-decoration: none;
color: #fff;
}

/* ::: Kurzbeschreibung ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content ul.seitenauflistung .kurzbeschreibung
{
font-size: 0.8em;
width: 350px;
margin-left:5px; 
margin-top:5px;
}

.sitemap
{
font-size: 0.9em;
color: #354356;
}

.sitemap li
{
margin-left:15px;
}

.sitemap a
{
text-decoration: none;
color:#354356;
}

.sitemap li a:hover
{
text-decoration: underline;
color: #fff;
}

#contactForm
{
font-size: 0.9em;
color: #354356;
}

#contactForm #senderName
{
margin-left:80px;
}

#contactForm #senderEmail
{
margin-left:77px;
}

#contactForm #msg
{
margin-left:57px;
}

#contactForm #subject
{
margin-left:74px;
}


