/*
  Author: Christian Krause http://www.iloader.de
*/

/* Basic Stuff */

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

body
{
background-color: #006f9f;
color: #585858;
font-size: 9pt;
font-family: "Lucida Grande",Verdana,Arial,Helvetica,"sans serif";
margin: auto;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h1
{
font-size: 14pt;
padding-bottom: 15px;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

a
{
text-decoration: underline;
color: #006f9f;
}

a:hover
{
text-decoration: none;
}

ul
{
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
}

li
{
margin: 0;
padding: 0;
line-height: 0.5em;
}

p
{
line-height: 1.5em;
}

/* Container */

#container
{
width: 910px;
background-image: url(../img/bg_mitte.gif);
background-repeat: repeat-y;
margin: auto;
}

/* Mittelteil */

#header
{
background-image: url(../img/bg_oben.jpg);
background-repeat: no-repeat;
width: 910px;
height: 300px;
}

#header_short
{
background-image: url(../img/bg_oben_short.jpg);
background-repeat: no-repeat;
width: 910px;
height: 180px;
}

#logo
{
position: absolute;
top: 28px;
margin-left: 52px;
}

ul.gruppenbild
{
position: absolute;
width: 400px;
height: 285px;
margin-left: 506px;
list-style-type: none;
background-image: url(../img/gruppenbild_alle.jpg);
background-repeat: no-repeat;
}

ul.gruppenbild li img
{
position: absolute;
opacity: 0;
filter: Alpha(opacity=0);
}

* html ul.gruppenbild li img
{
left: 0px;
top: 0px;
}

/* IE 7 Hack */

*+html ul.gruppenbild li img
{
right: 0px;
bottom: 0px;
}

#mainmenu
{
position: absolute;
width: 250px;
top: 115px;
margin-left: 65px;
line-height: 0;
}

#mainmenu_short
{
position: absolute;
width: 570px;
top: 105px;
margin-left: 65px;
line-height: 0;
}

#submenu
{
position: absolute;
width: 500px;
top: 258px;
margin-left: 25px;
line-height: 0;
}

#submenu_short
{
position: absolute;
width: 500px;
top: 138px;
margin-left: 25px;
line-height: 0;
}

#submenu li
{
float: left;
}

#submenu_short li
{
float: left;
}

/* Text in der Mitte */

#content
{
top: 280px;
padding-left: 63px;
padding-right: 250px;
padding-top: 30px;
padding-bottom: 50px;
width: 597px;
min-height: 300px;
height:  auto !important; 
height: 300px;
background-image: url(../img/bg_unten.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

.portrait
{
float: right;
width: 250px;
}

#content_short
{
top: 160px;
padding-left: 63px;
padding-right: 250px;
padding-top: 30px;
padding-bottom: 50px;
width: 597px;
min-height: 300px;
height:  auto !important; 
height: 300px;
background-image: url(../img/bg_unten.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#content li
{
margin-left: 14px;
margin-bottom: 10px;
list-style-type: square;
line-height: 15px;
}

#content_short li
{
margin-left: 14px;
margin-bottom: 10px;
list-style-type: square;
line-height: 15px;
}

/* Emailadressen auf persoenlicher Seite */
#content .email
{
font-size: 8pt;
line-height: 15px;
position: absolute;
top: 330px;
padding-left: 600px;
width: 200px;
}

/* Linkliste */

#links li
{
margin-left: 0px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
width: 290px;
height: 230px;
list-style-type: none;
list-style-image: none;
}

#links img
{
width: 250px;
border: 1px solid #ccc;
}

#links clear
{
clear: both;
width: 100%;
}

/* AJAX-Suche */

fieldset
{
border: 0px solid blue;
display: inline;
margin: 0px;
}

#ajaxSearch_form
{
display: inline;
}

#ajaxSearch_input
{
font-size: 11px;
padding-left: 30px;
padding-top: 7px;
width: 150px;
height: 20px;
border: 0px solid #ccc;
color: #999;
float: left;
background-color: transparent;
}

#ajaxSearch_submit
{
display: inline;
width: 31px;
height: 27px;
border: 0px solid #ccc;
}

#ajaxSearch_intro
{
display: none;
}

#ajaxSearch_output
{
padding: 0px;
display: block;
height: auto;
vertical-align: top;
}

p.ajaxSearch_resultsInfo
{
font-weight: bold;
margin-bottom: 10px;
}

.AS_ajax_result
{
color: #444;
margin-bottom: 3px;
}

.AS_ajax_resultLink
{
text-decoration: underline;
}

.AS_ajax_resultDescription
{
color: #555;
}

.AS_ajax_more
{
color: #555;
}

.searchTerms
{
margin-top: 10px;
}

a.ajaxSearch_removeHighlight
{
font-size: 8pt;
}

.ajaxSearch_highlight
{
background-color: #ffffcc;
}

/* Fussnote */

#copyright
{
font-size: 8pt;
color: #80b7cf;
width: 847px;
margin-left: 36px;
margin: auto;
padding-left: 63px;
}

#copyright li
{
float: left;
margin-right: 10px;
margin-top: 10px;
list-style-type: none;
list-style-image: none;
}

#copyright a
{
color: #80b7cf;
}