@charset "utf-8";

@media screen,projection {

html {
height : 100%;
background : #f0f9d9;
text-rendering: optimizeLegibility;
}
body {
position : relative;
width : 780px;
_height : 100%;
min-height : 100%;
margin: 0 auto;
padding: 0;
color : #444;
font : 13px/18px 'candara',sans-serif;
text-shadow : 0px 1px 1px rgba(255,255,255,1);
background: #fff;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
a {
color : #0084cb;
text-decoration : none;
}
a:hover {
color : #000;
}
#content a {
border-bottom : 1px solid #0084cb;
}
#content a:hover {
background-color : #f7faec;
border-bottom-color : #000;
}
h1, h2 {
margin : 0 0 18px 0;
color: #0084cb;
font-size: 22px;
font-weight: normal;
letter-spacing : 1px;
}
h1 {
line-height : 36px;
border-bottom : 1px solid #b0d9ef;
}
h2 {
font-size : 110%;
}
h3, h4, h5, h6 {
margin : 0;
font-size : 1em;
}
ul {
margin : 0;
padding : 0;
list-style : square;
}
ol {
margin : 0;
padding : 0;
}

/* Layout */

#skip {
display: none;
}

html body * .clear {
display : block;
width : 0;
height : 0;
clear : both;
overflow : hidden;
visibility : hidden;
float : none;
margin : 0;
padding : 0;
font-size : 0;
line-height : 0;
list-style : none;
background : none;
border : 0;
}

h1#top {
position : relative;
height : 130px;
margin : 0;
background : url(/media/shared/bg_top.jpg) no-repeat left top white;
}
#top span {
display : block;
position : absolute;
top : 28px;
left : 12px;
width : 286px;
height : 74px;
text-indent : -999em;
background : url(/media/shared/bremer_rat_fuer_integration.png) no-repeat left top transparent;
}
* html #top span {
background-image : url(/media/shared/bremer_rat_fuer_integration.gif);
}
#menu {
overflow : hidden;
width : 100%;
padding : 0;
line-height : 26px;
list-style : none;
background : #0084cb;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
#menu li {
float : left;
}
#subbar {
height : 26px;
line-height : 26px;
padding : 0;
background : #f0f9d9;
}
#subbar ul {
overflow : hidden;
list-style : none;
}
#subbar li {
float : left;
}
#subbar form {
float : right;
width : 140px;
height : 26px;
margin : 0;
padding : 0;
line-height : 26px;
}
#content {
margin : 36px 20px 40px 240px;
}

#breadcrumbs {
float : left;
width : 540px;
margin : 0 0 0 240px;
font-size : 86%;
font-style : italic;
line-height : 36px;
}
* html #breadcrumbs {
margin-left : 120px;
margin-bottom : -36px;
}
#meta {
position : absolute;
top : 0;
right : 20px;
height : 22px;
line-height : 22px;
list-style : none;
background : #f0f9d9;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
#meta li {
display : inline;
font-size : 92%;
}

/* Navigation */

#menu a, #menu span {
float : left;
padding : 0 10px;
margin : 0 10px;
color: white;
border : none;
text-shadow : 0 1px 1px rgba(0,0,0,.6);
}
#menu span,#menu a:hover, #menu li.current a {
height : 24px;
line-height : 24px;
margin-top : 2px;
color : #0084cb;
text-shadow : 0 1px 1px rgba(255,255,255,1);
background : #f0f9d9;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-box-shadow : 2px 1px 2px rgba(0,0,0,.4);
-moz-box-shadow : 2px 1px 2px rgba(0,0,0,.4);
box-shadow : 2px 1px 2px rgba(0,0,0,.4);
}
#menu a:hover {
color : #000;
text-shadow : 0px 1px 1px rgba(255,255,255,1);
}
#subbar a, #subbar span {
float : left;
padding : 0 10px;
margin : 0 10px;
color : #333;
border : none;
}
#subbar a:hover, #subbar span {
height : 24px;
line-height : 22px;
margin-top : 2px;
color : #000;
text-shadow : 0 1px 1px rgba(255,255,255,1);
background : #fff;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-box-shadow : 1px 1px 3px rgba(0,0,0,.4);
-moz-box-shadow : 1px 1px 3px rgba(0,0,0,.4);
box-shadow : 1px 1px 3px rgba(0,0,0,.4);
}
#subbar a:hover {
background : #f5fbe7;
}
#subbar fieldset {
padding : 0;
margin : 0;
border : 0;
}
#subbar label {
display: none;
}
#subbar #q {
width : 134px;
margin: 0;
padding: 2px;
color : #000;
font-size : 100%;
font-family : inherit;
border : 1px solid #ccc;
-webkit-border-radius : 4px;
-moz-border-radius : 8px;
border-radius : 4px;
}
#subbar #q.blur {
color : #ccc;
}
#subbar input#find {
display : none;
}

#meta a {
color : #444;
float : left;
padding : 0 20px;
}
#meta li:first-child a, #meta a.first {
border-right : 1px solid #0084cb;
}
#meta li a.current {
cursor : default;
color : #666;
}

/* Content */

#content {
padding: .6em 0 2em 0;
}
em.mit {
font-style : normal;
text-transform : uppercase;
}

#content li {
margin : 0 0 0 16px;
padding : 0;
}

#content img {
margin : 0 20px 18px 0;
}
#content img.left, #content img.links {
float : left;
-webkit-box-shadow : 2px 2px 4px rgba(0,0,0,.8);
-moz-box-shadow : 2px 2px 2px rgba(0,0,0,.8);
box-shadow : 2px 2px 2px rgba(0,0,0,.8);
}
#content img.right, #content img.rechts {
float : right;
margin : 0 0 18px 20px;
-webkit-box-shadow : 2px 2px 4px rgba(0,0,0,.8);
-moz-box-shadow : 2px 2px 2px rgba(0,0,0,.8);
box-shadow : 2px 2px 2px rgba(0,0,0,.8);
}

.sidebar, #content img.side {
position : relative;
float : left;
clear : left;
overflow : hidden;
max-width : 200px;
*width : 200px;
height : auto;
margin-left : -220px;
margin-top : 4px;
font-size : 88%;
line-height : 1.3;
}
* html .sidebar {
margin-left : -110px; /* Double Float Margin Bug */
}

.sidebar p {
margin : 0;
}
#content .sidebar img {
display : block;
max-width : 200px;
height : auto;
margin : 0;
-webkit-box-shadow : 2px 2px 4px rgba(0,0,0,.8);
-moz-box-shadow : 2px 2px 2px rgba(0,0,0,.8);
box-shadow : 2px 2px 2px rgba(0,0,0,.8);
}
#content .sidebar img.no-shadow {
-webkit-box-shadow : none;
-moz-box-shadow : none;
box-shadow : none;
}
.sidebar .caption {
font-style : italic;
margin : 9px 0;
}
.margin {
width : 190px;
margin-top : 20px;
margin-left : -230px;
padding : 10px 10px 10px 10px;
line-height : 16px;
}
* html .margin {
margin-left : -115px; /* Double Float Margin Bug */
}

#grusswort {
line-height : 1.4;
border : 1px solid #ddd;
}
#grusswort img {
display: block;
margin : 14px 0;
}

.naechste_sitzung {
position : relative;
margin: 18px 0;
border: 1px solid #8b8c8e;
}

.naechste_sitzung h3 {
padding: 0 10px;
color : #fff;
font-weight : normal;
line-height: 27px;
text-shadow : 0px 1px 1px rgba(0,0,0,1);
background: #8b8c8e;
}

.naechste_sitzung p {
margin: 18px 10px;
}

img.align-right {
float : right;
margin : 0 0 1em 1em;
border : 1px solid #333;
}


.hr {
height: 24px;
margin: 15px 0;
background: url(/media/shared/bg-hr.gif) 50% 0 no-repeat;
}

.hr hr {
display: none;
}
.backlink {
padding-top : 18px;
border-top : 1px solid #ccc;
}

/* MITeinander */

.miteinander img {
float: left;
padding:4px;
border: 1px solid #ccc;
}

.miteinander div {
margin-left: 120px;
}

.miteinander div p:first-child {
margin-top: 0;
}

.miteinander h3 {
margin-bottom: 18px;
}

#content p.download a {
display: block;
height: 36px;
padding-left: 40px;
line-height: 36px;
color: #0084cb;
text-decoration: none;
font-size: 120%;
background: url(/media/shared/bg-miteinander-download.gif) no-repeat;
border : 0;
}

#content p.download a:hover {
color: #444;
}

/** Pressebilder **/

#presse_pix {
margin: 18px 0;
overflow : hidden;
}

ul#presse_pix li {
float: left;
width : 100%;
list-style: none;
margin: 0;
padding: 9px 0;
border-bottom: 1px solid #ccc;
}
ul#presse_pix li:last-child {
border : none;
}
ul#presse_pix img {
display: block;
float : left;
margin-bottom: 0;
border: 0;
}
ul#presse_pix a, ul#presse_pix a:hover {
color : #000;
background : none;
border-bottom : none;
}

/** News, Archiv **/

ul#archives p {
margin-top : 0;
}

#content p.pubdate {
margin : 0;
color : #999;
font-size : 92%;
text-align : right;
}

/** Fotogalerie **/

.album {
margin: 1em 0 0;
}

.album img {
margin: 0!important;
padding: 3px;
border: 1px solid #C6C7C9;
float: left;
}

.album div {
margin-left: 110px;
}

.album h4 {
margin: 0 0 .6em;
font-size: 1.2em;
}

.album h4 span {
color: #293D00;
font-size: .9em;
font-weight: normal;
}

.album h4 a {
text-decoration: none;
}

.album p {
}

ul.galerie {
width: 100%;
margin: 1em 0;
padding: 0;
float: left;
list-style: none !important;
}

ul.galerie li {
margin: 0 5px 5px 0;
padding: 0;
float: left;
}

ul.galerie li a img {
display: block;
margin: 0!important;
padding: 3px;
border: 1px solid #C6C7C9;
float: left;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}

/* Suchseite */

#search_form dt {
margin-top : 1em;
}

#search_form dd {
margin-left : 0;
}
#search_form span {
color : #999;
}

}

/**
* end media screen,projection
*
*/

/**
* @media print
*
*/

@media print {


body {
font : 9pt/1.5 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
* {
color : #000;
background : #fff;
}
#skip, #header, #navigation, #breadcrumb, #sidebar, #footer {
display : none;
}
hr {
border : 0;
border-bottom : 1px solid #666;
}


}

/**
* end media print
*
*/

