body {
    margin: 0;
    padding: 0;
    
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.clear
{
    clear: both;
}

.quote
{
    quotes: '\201E' '\201C' '\201A' '\2018';
    
    background-color: #F0F7FF;
    padding: 20px 20px;
}

.quote .quote-text,
.quote .quote-author
{
    font-family: Georgia, "Times New Roman", serif;
}

.quote .quote-text
{
    margin: 0 0 10px 0;
    font-size: 20px;
}

.quote .quote-author
{
    font-size: 13px;
    font-style: italic;
    text-align: right;
    margin-bottom: 20px;
}

.quote .quote-conclusion
{
    font-size: 24px;
    text-align: right;
}

.quote .quote-text:before
{
    content: open-quote;
}

.quote .quote-text:after
{
    content: close-quote;
}






#container {
    margin: auto;
    width: 940px;
}

#banner {
    position: relative;
    height: 182px;
    background-image: url(images/header_940x182.png);
    border-bottom: 1px solid #808080;
}


#banner>a {
    display: block;
    width: 540px;
    height: 152px;
    position: absolute;
}

#schriftzug {
    position: relative;
	left: 130px;
	top: 30px;
	width: 400px;
	color: #000000;
	font-family: "trebuchet MS"
}

#schriftzug>a {
	display: block;
	width: 540px;
    height: 152px;
    position: absolute;
}


#Hnavi {
    position: absolute;
    bottom: 2px;
    right: 0px;
	text-align: right;

}

#Hnavi ul {
	margin: 0;
	padding: 0;
}

#Hnavi li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#Hnavi a {
    color: #190648;
	text-decoration: none;
	font-size: 12px;
 	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px;
	border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px 1px 0;
	background-color: #F0F0F0;
	
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#Hnavi a:link,
#Hnavi a:visited
{
    border-bottom-color: transparent;
}

#Hnavi a:focus,
#Hnavi a:active,
#Hnavi a:hover {
	background: #FAFAFA;
    border-bottom-color: #CCCCCC;
}

#Hnavi a.selected {
	background-color: #FAFAFA;
    color: #900000;
	border-color: #808080;
    border-bottom: 1px solid #FAFAFA;
	font-weight: bolder;
}





#subnavi ul {
    margin: 0;
    padding: 12px 0 0;
}

#subnavi li {
    margin: 7px 10px 7px 0;
    padding: 0;
    list-style-type: none;
}

#subnavi li:first-child {
    margin-top: 0;
}

#subnavi li a {
    font-size: 13px;
    display: block;
    font-weight: bold;
}

#subnavi li a:link,
#subnavi li a:visited {
    color: #900000;
    text-decoration: none;
}

#subnavi li a:hover,
#subnavi li a:focus,
#subnavi li a:active
{
    color: #900000;
    text-decoration: underline;
}

#subnavi li a.selected
{
    color: #000000;
}

#side
{
    width: 180px;
}

#content-body
{
    float: right;
    width: 710px;
    border-left: 1px solid #C0C0C0;
    padding-left: 10px;
}





#content {
    border-bottom: 1px solid #C0C0C0;
    
    background-color:#FAFAFA;
        
    padding: 20px 20px;
}

#content p,
#content li
{
    line-height: 20px;    
}

#footer {
    height: 55px;
    
    font-size: 10px;
}

#sponsoren
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sponsoren li
{
    margin: 0 10px;
    padding: 0;
    display: inline;
}


#footer .right {
    float: right;
    padding: 20px 10px;
}



/* headers */

h2 {
    font-size: 22px;
    font-weight: normal;
}

h3 {
    margin: 40px 0 0;
    font-size: 15px;
    font-weight: bold;
}


/* lists */

ul
{
    list-style-type: square;
}




/* links */

a {
    color: #900000;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}


a.image-link img
{
    border: 0;
}





code
{
    color: #900000;
}




.image-left
{
    float: left;
    margin: 12px 12px 12px 0;
    padding: 0;
}

.image-right
{
    float: right;
    margin: 12px 0 12px 12px;
    padding: 0;
}


.image-left img,
.image-right img
{
    margin: 0;
    padding: 0;
}




/* forms */
/* edit form layout carefully, it is pixel based */

.form
{
    width: 600px;
    margin: auto;
    
    padding: 5px;
    
    background-color: #FEFEFE;
    
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    
    line-height: 15px;
}

.form p.form-text
{
   margin: 5px 5px 10px;
}

.form table.form-table
{
    width: 100%;
}

.form td.form-input input,
.form td.form-input textarea,
.form td.form-input select
{
    margin: 0;
    padding: 0;
    
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.form th.form-label,
.form td.form-input
{
    vertical-align: top;
}

.form th.form-label
{
    text-align: right;
    padding: 8px 5px;
    width: 120px;
}

.form .form-label-note
{
    font-size: 11px;
    font-weight: normal;
    color: #404040; 
}

.form td.form-input
{
    padding: 5px;
    width: 460px;
}

.form td.form-buttons
{
    padding: 5px;
    text-align: right;
    width: 580px;
}

.form .form-buttons-status
{
    padding: 2px;
    font-size: 11px;
    color: #404040;
    display: none;
}

.form .form-buttons-status-error
{
    color: #800000;
}

.form .form-message
{
    text-align: center;
    padding: 30px 10px;
    
}

.form .form-message-text
{
    font-size: 20px;
}

.form .form-input-auto-expand
{
    min-height: 100px;
    line-height: 15px;
}




#feedback td.feedback-first-col
{
    width: 195px;
}

#feedback th.feedback-second-col
{
    width: 50px;
}

#feedback td.feedback-second-col
{
    width: 195px;
}

#feedback-captcha-container
{
    text-align: center;
    font-style: italic;
    width: 250px;
}

#feedback-captcha-note
{
    padding-left: 10px;
    float: right;
    width: 200px;
    font-size: 11px;
    color: #404040;
}

#feedback-success
{
    display: none;
    
}






#team
{
    line-height: 15px;
}



#team-first-row
{
    width:  522px;
    margin: auto;
}

#team-second-row
{
    width: 696px;
    margin: auto;
}

#team .team-member
{
    float: left;
    
    width: 152px;
    
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #FEFEFE;
    
    padding: 5px;
    margin: 5px;
    
    text-align: center;
}

#team .team-member-image
{
    border: 1px solid #C0C0C0;
    width: 150px;
    height: 200px;
}

#team .team-member-name
{
    font-size: 12px;
    margin-top: 2px;
    font-weight: bold;
}

#team .team-member-position
{
    font-size: 10px;
}

#team .team-member-link
{
    font-size: 10px;
}




/* portfolio */

#portfolio
{
    margin: auto;
    width: 620px;
}

#portfolio h3
{
    margin: 12px 0;
    
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    
    clear: left;
}

#portfolio .portfolio-box
{
    margin: 5px;
    width:300px;
    height:210px;
    float: left;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#portfolio-box-IN
{
	background-image: url(images/portfolio-in-bg.png);
}

#portfolio-box-MK
{
	background-image: url(images/portfolio-mk-bg.png);
}

#portfolio-box-WI
{
	background-image: url(images/portfolio-wi-bg.png);
}

#portfolio-box-SS
{
	background-image: url(images/portfolio-ss-bg.png);
}



/* projektablauf */

#projektablauf-image
{
    margin: 0 auto 20px;
    /*width: 599px;*/
}

#projektablauf-legend
{
    width: 100%;
}

#projektablauf-legend th.projektablauf-heading,
#projektablauf-legend td.projektablauf-content,
#projektablauf-legend td.projektablauf-details
{
    padding: 5px 5px;
    vertical-align: top;
    line-height: 20px;
}

#projektablauf-legend th.projektablauf-heading
{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
}

#projektablauf-legend td.projektablauf-content
{
    font-weight: bold;
    height: 40px;
}

#projektablauf ul.projektablauf-details
{
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 10px;
}

#projektablauf ul.projektablauf-details>li
{
    margin: 0;
    padding: 0;
}










/* netzwerk */

.netzwerk-item
{
    margin: 20px 0;
}

.netzwerk-item .netzwerk-item-image
{
    float:left;
    margin-right:20px;
}

.netzwerk-item .netzwerk-item-heading
{
    font-weight: bold;
}