@CHARSET "UTF-8";

/* reset styledefinitions for all elements */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	/*content: none;*/
    }
    
    /* remember to define focus styles! */
    :focus {
    	outline: 0;
    }
    
    /* remember to highlight inserts somehow! */
    ins {
    	text-decoration: none;
    }
    del {
    	text-decoration: line-through;
    }
    
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }

@charset "utf-8";

html { height: 101%; }
body {
    height: 100%;
}


/* xajax loading window */
#xajax_loading {
    padding: 5px 5px;
    margin: 0 5px;
    top: 0;
    width: 938px;
    position: relative;
}

/* wrapper */
#puk_wrap {
    width: 80em;
    width: 960px;
    height: auto;
    position: relative;
}

/* header */
#puk_header {
    border-width: 5px;
    border-bottom-width: 0;
    position: relative;
    width: 950px;
}

.sparkle-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

* html #puk_header { width: 960px; } /*ie6 hack*/

/* content */
#puk_content {
    position: relative;
    clear: both;
    background: url(../_img/design/puk_main_background.gif);
}

.content-box {
    margin: 0.5em 0 1.5em 0;
}

/* major content*/
#puk_major_content {
    width: 480px;
    float: left;
    margin: 15px 0;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 5px;
    display: inline;

}
* html #puk_major_content { margin-right: 12px; }

/* minor content */
#puk_minor_content {
    width: 255px;
    float: left;
    margin: 0 0 0 1em;
    margin-left: 13px;
    /*
    display: inline;
    */
    border-left-width: 0px;
}
#puk_minor_content.full{
    width: 410px;
}

/* keine elegante lösung, class basteln */
            #puk_minor_content div,
            .major-box {
                border-bottom-width: 1px;
                border-bottom-style: dashed;
                padding: 12px;
                padding-bottom: 20px;
            }

            #puk_side_content div {
                border-bottom-width: 1px;
                border-bottom-style: dashed;
                border-bottom-color: #C3C9D5;
                padding: 15px 0;
            }


            #puk_minor_content div div {
                border-bottom-width: 0;
                margin: 0;
                padding: 0;
            }

            #puk_side_content div div {
                border-bottom-width: 0;
                margin: 0;
                padding: 0;
            }

            #puk_minor_content div.last, #puk_side_content div.last {
                border-bottom-width: 0;
            }


#puk_birthdays {
    position: relative;
    height: 80px;
}
.slide {
    padding-top: 5px;
    position: absolute;
    background-image: url(/_img/bg_birthdays.gif);
    width: 100%;
    height: 100%;
}

.slide_gallery {
    overflow: hidden;
    position: relative;
    padding-top: 2px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1em;
}
.slide_container { overflow: hidden; }


/* side content */
#puk_side_content {
    width: 170px;
    float: left;
    padding: 0 10px;
    padding-right: 5px;
    display: inline;
    border-left-width: 0px;
}

/* footer */
#puk_footer {
    padding: 0.5em;
    clear: both;
    border-top-width: 1px;
}


.skiplink,
.puk_antiabuse,
.unseen {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.third-sized-box {
    float: left;
    /*width: 230px;*/
    width: 295px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 3em;
}

/* main navigation */
#puk_mainnav {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 1px;
    border-style: solid;
}
#puk_mainnav a {
    padding: 0 1em;
    float: left;
    height: 100%;
}

#puk_mainnav .last {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    text-align: center;
    border-right-width: 0;
}
* html #puk_mainnav .last{ /*ie6*/
    width: 17.2em;
}
/* main navigation */
#puk_mainnav {
    /*
    clear: both;
    margin: 0;
    float: left;
    display: block;
    */
    position: relative;
    width: 770px;
    width: 950px;
    overflow: hidden;
}

* html #puk_mainnav { width: 960px; } /*ie6 häck*/


/* lexikon */
.lexikon h2 {
    margin-top: 1em;
    padding-bottom: 0;
}

.lexikon {
    height: 50em;
    width: 100%;
    overflow: auto;
    border-top-width: 1px;
    border-top-style: dashed;
}
.lexikon ul.linklist {
    padding-bottom: 1px;
}
.lexikon ul.linklist li a{
    font-size: 1em;
}

.lexikon a {
    border-bottom-style: dashed;
    font-weight: bold;
}
.lexikon a:hover {
    border-bottom-style: solid;
}
.lexikon a.active {
    color: #080;
    font-weight: bold;
}

.lexikon .type {
    font-size: .9em;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

#puk_content .article, #puk_content .term_article{ overflow: hidden; margin-bottom: 1em; }
#puk_content .article h2, #puk_content .term_article h2 { margin-left: .5em; }
#puk_content .article h4, #puk_content .term_article h4 { margin-left: .5em; }
#puk_content .article h2 a:hover{ text-decoration: underline; }
#puk_content .article p{ padding: .5em; margin-left: .5em; }
#puk_content .article img { float: left; margin: 0 1em 1em 1em; border-style: solid; border-width: 1px; }
#puk_content .article span.date { font-size: 80%; display: block; }
#puk_content .article a.more:hover { text-decoration: underline; }
#puk_content .article dl { float: left; width: 370px; margin: 0; }
#puk_content .article dl.withmargin { margin-left: 1em; }
#puk_content .article dd, #puk_content .article dt { margin: 0; padding: 0; line-height: 1.2em; }
#puk_content .article dt { width: 35%; }
#puk_content .article dd { width: 65%; margin-bottom: .8em; }

#puk_content ul.linklist { margin: 0 0 0 0em; }
#puk_content a.morelink:hover { text-decoration: underline; }
#puk_content a.referencelink { display: block; margin: .5em 0 0 1em; }

#puk_content .list p { padding: 0; }
#puk_content .list dl dt, #puk_content .list dl dd { border-top-width: 1px; border-top-style: dotted;  }
#puk_content .list dl dd img { float: right; margin: 0; border-style: solid; border-width: 1px; }
#puk_content .list dl dd img.fright_veranstalter { float: right; margin: 0; border-style: solid; border-width: 0; }

.centertwitter {
    text-align: center;
    position: relative;
}
.centertwitter #bird {
    bottom: -3px;
    right: 1em;
}

#presseportal_news .news h3 {
    font-size: 11px;
    margin: 0;
    padding; 0;
    color: #333;
    line-height: 1.5em;
}

#presseportal_news .news h3 a {
    color: inherit;
    text-decoration: underline;
    display: block;
}

#presseportal_news .news h4 {
    font-size: 12px;
    margin: 0 0 .3em 0;
    padding: 0;
    color: #505F47;
}

#presseportal_news .news {
    border-bottom: 1px solid #ddd;
    padding: 1em 0;
}

#presseportal_news .news .date {
    color: #888;
}

#puk_minor_content #presseportal_navi {
    margin: 1em 0;
    position: relative;
    height: 16px;
    overflow: hidden;
}

#puk_minor_content #presseportal_navi .prev,
#puk_minor_content #presseportal_navi .next,
#puk_minor_content #presseportal_navi .pageNum {
    float: left;
    display: block;
    color: #505F47;
    position: absolute;
    font-weight: bold;
}

#puk_minor_content #presseportal_navi .prev {
    left: 0;
    background: #505F47 url(../_img/icons/arrow_left_transparent.gif);
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}

#puk_minor_content #presseportal_navi .next {
    right: 0;
    background: #505F47 url(../_img/icons/arrow_right_transparent.gif);
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}

#puk_minor_content #presseportal_navi .pageNum {
    left: 20px;
    right: 20px;
    text-align: center;
    line-height: 16px;
}
@charset "utf-8";
body { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#puk_body {
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 78%;
}


/* xajax loading window */
#xajax_loading {
    font-size: 0.8em;
    text-align: center;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: bold;
    letter-spacing: 2px;
}

/* header */
#puk_header {
    font-size: 0.9em;
	border-style: solid;
}

/* content */
/* major content*/
#puk_major_content {
    width: 480px;
    float: left;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 5px;
    display: inline;
    margin-top: 15px;
}

/* minor content */
#puk_minor_content {
    font-size: 85%;
	border-left-style: solid;
}

/* side content */ 
#puk_side_content {
    font-size: 85%;
	border-left-style: solid;
}

/* footer */
#puk_footer {
	border-top-style: solid;
}

#puk_content #puk_major_content .noSpace { margin: 0; }

#puk_major_content .full {
    padding: 1em 0;
}

.clear { clear: both; }
.acenter { text-align: center; }
.aleft { text-align: left; }
.aright { text-align: right; }
.ablock { text-align: justify; }

.noborder { border: 0; }

/* clearfix for floating elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.fleft { float: left; display: inline;}
.fright { float: right; display: inline;}

img.fleft,
img.fright { margin: 5px 10px; }
img.fright { margin-right: 0; }
img.fleft { margin-left: 0; }
img.bordered {
    padding: 3px;
    border-width: 1px;
    border-style: solid;
}
img.filled {
    padding: 1px;
    border-width: 3px;
    border-style: solid;
}
img.brwshot {
    padding: 1px;
	border-width: 1px;
	border-style: solid;
    border-top-width: 3px;
    border-top-style: solid;
	border-right-width: 3px;
    border-right-style: solid;
}

.email-icon, .extlink-icon, .info-icon {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
.email-icon { background-image: url(/_img/icons/envelope.gif); }
.extlink-icon {
	background-image: url(/_img/icons/external_link.gif);
	background-position: right top;
	padding-left: 0;
	padding-right: 16px;
}
.info-icon { background-image: url(/_img/icons/information.gif); }

.third-sized-box {
    font-size: 0.9em;
    line-height: 1.4em;
}


/* links */
a { text-decoration: none; }
p a { }
h2 a,
h2 a:hover { }
a:hover { }


.morelink, .referencelink, .archivelink, .backlink { 
	clear: both;
}
.morelink:before, .referencelink:before, .archivelink:before, .backlink:before {
    /*content: '»'; */
    padding-right: 0.5em;
}
.backlink:before {
	content: '«';
}

a.highlighted-link {
    font-size: 1.6em;
    line-height: 1.35em;
    padding: 0.15em 0;
    font-weight: bold;
}

/* main navigation */
#puk_mainnav a {
    padding: 0 1em;
    line-height: 2em;
    font-size: 0.9em;
    float: left;
    height: 100%;
    font-weight: bold;
}

#puk_mainnav #newsletter_button {
    text-align: center;
}

#puk_subnav a {
    padding: 0.25em 0.5em;
    display: inline;
    border-style: solid;
    border-width: 1px;
}
#puk_subnav a:hover {
}

/* archive navi, page-list */
.archiv_navi {
    display: block;
    width: 100%;
    clear: both;
    padding: 0.25em;
    margin: 0.25em 0;
    text-align: right;
    font-size: 0.85em;
}

.archiv_navi form {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
}
.archiv_navi form input {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
	width: 2em;
	font-family:  Vedana;
	text-align: center;
}

/* headlines */ 
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Fax", Georgia, "Times New Roman", serif;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans-Serif";
    font-family: Verdana, Arial, Helvetica, "MS Sans Serif";
    font-weight: normal;
    clear: both;
}

h1, h2 {
    font-weight: normal;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3em;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

h4 {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    font-size: 1.2em;
    font-weight: bold;
}

h5 {
	margin: 1em 0 0.25em 0;
    padding: 0.25em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.0em;
    font-weight: bold;
}

h6 {
    padding-bottom: 0.25em;
    font-weight: bold;
    letter-spacing: 2px;
}

/* künsterischer stil */ 
.artstyle {
	font-family: "Lucida Fax", Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
h2.artstyle { margin: 0.75em 0 0.25em 0; }
h3.artstyle {
    font-style: italic;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

/* technischer stil */
h2.techstyle, h3.techstyle { 
    margin: 0;
	background-color: #E1E4EA;
	letter-spacing: 1px;
	padding: 0.25em 0.5em;
    font-family: "Courier New", Courier, monospace;
}
h3.techstyle {
    font-size: 1.2em;
    padding-top: 0;
}

small { font-size: 0.9em; }
big {
   font-size: 1.6em;
   font-weight: bold;
   line-height: 1.05em;
}

input,
textarea {
    padding: 10px;
    padding: 1px 2px /*!important*/;
}

#puk_content input.bluewhite,
#puk_content textarea.bluewhite{
    border-width: 1px;
    border-style: solid;
}

input[type=text] { 
    border-width: 1px;
	border-style: inset; 
}
input[type=submit] { 
    border-width: 1px;
    border-style: outset; 
}

.copyfrom {
	margin: 0.5em 0;
	width: 24em;
	height: 12em;
}

/* lists and paragraphs */
ul, ol, dl, p { 
    margin: 0.25em 0 0.5em 0;
    line-height: 1.3em;
}
ul, ol { margin-left: 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

ul.inlined li{
    display: inline;
    padding: 0 0.5em;
    font-weight: bold;
    font-size: 0.9em;
}


p.info {
	font-size: 0.8em;
}

.linklist {
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    list-style-type: none;
}
.linklist li {
    clear: left;
}
.linklist a {
    font-size: 0.9em;
    line-height: 1.3em;
    display: inline;
}

#puk_content .deflist dt {
    display: block;
    width: auto;
    float: none;
}

#puk_content .deflist dd {
    display: block;
    float: none;
}

dl {
    font-size: 0.8em;
}

dt,
dd {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    empty-cells: hide;
}
dt {
    clear: left;
    float: left;
    width: 120px;
    padding: 0.25em 0.5em;
}
dd {
    float: left;
    width: 320px;
    padding: 0.25em 10px;
}

p,fieldset {
    margin: 0.25em 0 0.75em 0;
    line-height: 1.3em;
}

.type {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1.5em;
    padding: 0.25em 0;
    text-align: right;
    font-size: 0.75em;
    letter-spacing: 1px;
    clear: both;
    display: block;
    border-top-style: dashed;
    border-top-width: 1px;
}

.ad_major {
	margin: 10px 0;
	padding: 10px 0;
}

.ad_major span {
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
}

dt {
    display: block;
    font-weight: bold;
}

dfn {
    display: block;
    line-height: 1.3em;
    font-size: 1em;
    font-style: italic;
    padding: 0.5em;
    margin: 0.5em 0;
}

dfn a {
    font-style: normal;
}

del { text-decoration: line-through; }
ins {
    text-decoration: underline;
}

table td,
table th {
    padding: 0.25em 0.25em;
}

fieldset legend {
	font-weight: bold;
	display: block;
	font-size: 0.9em;
}

hr {
	clear: both;
	padding: 0;
	margin: 0.25em 0 0.25em 0;
	border-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}


/* main navigation */
#puk_mainnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#puk_mainnav li {
    float: left;
}

/* sub navigation */
#puk_subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    clear: both;
}
#puk_subnav li {
    float: left;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
}


/* SLOGANSPIEL */
#puk_content #puk_sloganspiel div {
    font-size: 1.0em;
    line-height: 1.3em;
    margin: 0.75em 0;
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
}

#puk_sloganspiel strong {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing:-1px;
    display: block;
}
#puk_sloganspiel form{
    padding: 0.5em;
}
#puk_sloganspiel fieldset {
    line-height: 1em;
    display: block;
    padding: 0.5em;
}

#puk_sloganspiel fieldset input {
    border: 0;
    margin-right: 1em;
}

	/* Newsletter archive */
#archive .archiveItem {
    position: relative;
    padding: 0.25em 0.5em;
    font-size: .9em;
}
#archive .archiveItem * {
    vertical-align: middle;
}
#archive .archiveItem .download{
    /*float: right;*/   
    position: absolute;
    left: 28em;
}
#archive .archiveItem .download a{
    border: 0;
}
div#career h1 {  }
div#career p.info { line-height: 1.5em; font-size: 1em; padding: .5em; }
div#career h2.year { padding: 2pt 0 2pt 1em; margin: 1em 0 0 0; font-size: 1.2em; }
div#career div { overflow: auto; margin: 0; padding: 0; }
div#career dl.monthlist { display: block; }
div#career dl.monthlist dt.date_range { width: 15em; text-align: right; font-size: 1.1em; padding: 0; margin: 0; font-weight: normal; }
div#career dl.monthlist dt.shorter { width: 10em; }
div#career dl.monthlist dd.links { width: 28em; padding: 0 0 0 1em; }
div#career dl.monthlist dd.longer { width: 33em; }
div#career dl.monthlist dd.links a.external { font-size: 1.2em; line-height: 1.2em; margin-bottom: .5em; display: block; font-weight: bold; }
div#career dl.monthlist dd.links a.external:hover { text-decoration: underline; }

#politikfoto_formular .userForm li{ list-style-type: none; margin-left: 0; }
#politikfoto_formular .userForm li input, .userForm li textarea{ margin-bottom: 1em; }
#politikfoto_formular .userForm .address{ display: none; }

#archiv div span{ font-size: .8em; }
#archiv div{ text-align: center; }
#archiv div a{ width: 100px; height: 100px; display: block; float:left; margin: .5em; text-align: center; border: 0; }
#archiv div a img{ float: none; margin: 0; }

#puk_content ul.pagination { overflow: auto; margin: 1em 0 1em 0; }
#puk_content ul.pagination li { display: block; float: left; list-style: none; text-align:center; margin: 0 .2em 0 0; }
#puk_content ul.pagination li a,
#puk_content ul.pagination li.actual { float: left; display: block; width: 2em; border-style: solid; border-width: 1px; }
#puk_content ul.pagination li.actual{ font-weight: bold; }
#puk_content ul.pagination li.previous a,
#puk_content ul.pagination li.next a{ width: 4em; font-size: .8em; }

/* KALENDER */
#puk_minor_content div table#calendar { margin:0; padding: 0; border-collapse: collapse; border:0 none; width: 200px; background: #FFFFFF; }
#puk_minor_content div table#calendar img { padding: 0; margin: 0; border: 0; }
#puk_minor_content div table#calendar thead tr th { border-bottom: 1px #fff solid;  padding: 2px; }
#puk_minor_content div table#calendar thead tr.days th {background: #C3C9D5; }
#puk_minor_content div table#calendar thead tr th a { font-size: 1.4em; color: #AA0000; }
#puk_minor_content div table#calendar tbody tr td { text-align: right; padding: 4pt 4pt 4pt 0pt; font-size: 100%; border-bottom: #FFFFFF 1px solid;border-right: #FFFFFF 1px solid; }
#puk_minor_content div table#calendar tbody tr td.term a { font-weight: normal; color: #000000; }
#puk_minor_content div table#calendar thead tr th.kw { border: 0; }
#puk_minor_content div table#calendar tbody tr td.kw { background: #C3C9D5; color: #fff; border: 0; }

#puk_minor_content div div.calendarsheet { width: 2.5em; }
#puk_minor_content div div.calendarsheet span { display: block; width: 100%; text-align: center; }
#puk_minor_content div div.calendarsheet span.month { background: #800;  color: #fff; border: 1px solid #800; }
#puk_minor_content div div.calendarsheet span.date { border: 1px solid #BFBFBF; border-top-width: 0px; background: #fff; color: #000; font-weight: bold; font-size: 1.2em; line-height: 1.5em; letter-spacing: -1px; color: #666; }

#puk_minor_content div div#calendarwrapper,
#puk_minor_content div div#legend { width: 200px; margin:10px auto;}

#puk_minor_content div ul.nostyle { margin: 0; padding: 0; }
#puk_minor_content div ul.nostyle li { margin: 0; padding: 0; list-style: none; }

#puk_minor_content div ul.leg { border: 1px #fff solid; background: #FFFFFF; border-width: 1px 0 1px 0; width: 95%; padding: 2.5%; }
#puk_minor_content div ul.leg img { padding: 0; border-width: 0; }
#puk_minor_content div table tr.term td.sheetholder { vertical-align: top; padding-top: .5em; }

#puk_minor_content div #legend span { text-align: center; line-height: 2em; display: block; border-bottom: 2px #fff solid; background: url(../_img/icons/calender-arrow-down.gif) top center no-repeat #CFCBC2; }
#puk_minor_content div #legend span a {  font-size: 100%; color: #6b6659; }

/* TERMINE MELDEN */
#puk_major_content form.termine_melden label{
	float:left;
	clear:left;
	width:175px;
}
#puk_major_content form.termine_melden span{
	float:left;
	clear:right;
	width:295px;
}
#puk_major_content form.termine_melden input, select{
	width: 295px;
	border: 1px solid #CCCCCC;
}
#puk_major_content form.termine_melden textarea{
	width: 295px;
	height:100px;
}
#puk_major_content form.termine_melden select.small{
	width: 60px;
}
#puk_major_content form.termine_melden input.check{
	width: auto;
	margin-right:15px;
}
#puk_major_content .red{
	color:#AA0000;
}

/* searchbox */
#puk_content .search,
#puk_content .search h4 {
    margin: 0;
}

#puk_content .search input {
    padding: 1px 2px;
    margin: 0;
    vertical-align: middle;
}

#puk_content .search fieldset {
    margin: 0.5em 0;
    padding: 0 0.5em;
    padding-bottom: 0.5em;
    border: 1px dashed #ccc;
}
#puk_content .search fieldset legend {
    padding: 0 0.5em;
    font-weight: bold;
}


#puk_content .tv ul li { line-height: 1.8em; }


/* sonntagsfrage */
#puk_content #puk_sonntagsfrage { height: 360px; }

#puk_major_content #puk_sonntagsfrage object,
#puk_major_content #puk_sonntagsfrage embed {border: 1px solid #ccc; padding: 0.25em; margin-top: 1em; }
#puk_content .sonntagsfrage .linklist li { padding-bottom: 1em; }
#puk_content .sonntagsfrage .linklist li a { font-size: 1em; font-weight: bold; }
#puk_content .sonntagsfrage .linklist small { color: #C3C9D5; }
#puk_content .sonntagsfrage .linklist var { padding: 1px 2px; margin: 2px; margin-left: 0; font-size: 0.8em; font-style: normal; float: left; width: 3em; text-align: right; }
#puk_content .sonntagsfrage .linklist var:hover { font-weight: bold; }

#genericSearch { width: 90%; font-size: 1.5em; margin: .4em; }

/** Styles für den Bookmarking Kram ... **/

ul#bookmarks                     { list-style: none; margin: 0; background: rgb(195, 201, 213); border: 1px solid #A4A8AF; position: absolute; width: 280px; }
ul#bookmarks li                  { padding: 0; float: left; width: 130px; padding: 0 5px; }
ul#bookmarks li:hover            { background: #E0E5EF; }
ul#bookmarks li a.bookmark       { display: block; background: url(../_img/bookmarks_sprite.gif) no-repeat; padding: .3em .1em .3em 1.6em; line-height: 1.4em; font-size: 1.2em; }
ul#bookmarks li a.bookmark:hover { text-decoration: underline; } 


ul#bookmarks li a.delicious      { background-position: 0 -228px; }
ul#bookmarks li a.digg           { background-position: 0 -359px; }
ul#bookmarks li a.netvibes       { background-position: 0 -132px; }
ul#bookmarks li a.webnews        { background-position: 0 -319px; }
ul#bookmarks li a.facebook       { background-position: 0 -41px; }
ul#bookmarks li a.MisterWong     { background-position: 0 -273px; }
ul#bookmarks li a.Google         { background-position: 0 -88px; }
ul#bookmarks li a.YiGG           { background-position: 0 -178px; }
ul#bookmarks li a.mySpace        { background-position: 0 -401px; }

#bookmarkBackground {
    position: fixed;
    background: #ffffff;    
}

/** make position:fixed workable for ie6 
 * **/
* html #bookmarkBackground {
     position: absolute; 
     top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
     left: expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
}



/**
 * Kandidatencheck
 */


/** detailansicht **/

#left {
    float: left;
    width: 28%;
    border: 1px solid #ddd;
}

#middle {
    float: right;
    width: 70%;
}

#left, #middle {
    margin: 0;
    padding: 0;
}



/* generisch */

a.blocklink {
    display: block;
    text-align: right;
    padding: .5em;
    margin-right: .5em;
}

a.blocklink:hover {
    background: #f0f0f0;
}

a.blocklink img {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}

a.blocklink strong {
    line-height: 1.7em;
    font-weight: bold;
    font-size: .9em;
    color: #000;
    display: block;
}

a.blocklink .name {
    text-align: left;
    line-height: inherit;
    padding: .5em 0 0 0;
}

.kandidatencheck img {
    border: none;
    margin: 0;
    padding: 0;
}

#puk_wrap .kandidatencheck .adlink {
    background: #B53635;
    color: #fff;
    text-align: center;
    padding: .5em;
}
#puk_wrap .kandidatencheck .adlink p {
    font-weight: bold;
    font-size: 1.2em;    
}
#puk_wrap .kandidatencheck a:hover {
    text-decoration: underline;
}
#puk_wrap .kandidatencheck .block {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    margin: .5em 0 .5em 0;
}

#puk_wrap .kandidatencheck .adlink small {
    fonz-size: .7em;
    font-weight: normal;
}

#puk_wrap .teaserlink {
    clear: both;
}

#puk_wrap .teaserlink a {
    background: #B53635;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: .5em;
}

.kandidatencheck th {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ddd;
    text-align: left;
}

.kandidatencheck td {
    padding: 1em .5em 1em .5em;    
}

.kandidatencheck .even td {
    background: #eee;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ddd;
}

.kandidatenSuche ul  {
    list-style: none;
    margin: 0;
}

.kandidatenSuche .submit {
    border: 0;
}

.kandidatencheck p.small {
    font-size: 0.8em;
}

.kandidatencheck #left {
    overflow: hidden;
}


#puk_wrap #puk_content .kandidatencheck pagination li {
    border-width: 0 !important;
}

#puk_wrap #puk_content .kandidatencheck pagination li a {
    border-width: 0 !important;
    text-decoration: underline;
}

.fleft {
    float: left;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w33 {
    width: 33%;
}
.w50 {
    width: 50%;
}
.w66 {
    wdith: 66%;
}
.w75 {
    wdith: 75%;
}

div.index {
    /*
    margin: 0 0 0 2em;
    */
}

div.index h6 {
    margin-top: 2em;
    /* font-family: Trebuchet MS, Helvetica; */
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: -1px;
}

div.index p {
    /*
    position: relative;
    */
}

div.index p em {
    font-size: .9em;
}

div.index span.pagenumber {
    /*
    position: absolute;
    left: -2.3em;
    background: url(../_img/icons/book.png) no-repeat;
    width: 30px;
    height: 23px;
    color: #0E2557;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    font-size: 1.3em
    */
}


#puk_minor_content #tweets {
    margin-top: 2em;
}

#tweets .tweet {
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    border-bottom: 1px solid #ccc;
}

#tweets .tweet p {
    color: #444;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#tweets .tweet .date {
    color: #777;
    line-height: 2em;
}

#tweets .tweet a {
    color: #26A7CF;

}

.voting   form, .voting   form h1, .voting form .info {
    color: #40464F !important;
}

.voting form .info {
    font-weight: normal!important;
}

.voting   form > div {
    margin-top: 2em;
}

.voting   form > div.h2 {
    font-size: 1.3em;
}

.voting   form > div label {
    font-weight: bold;
    line-height: 1.5em;
}


























@charset "utf-8";

/* used colors 

	dunkles blau     #0E2557
	zwischending     #3E588F
	helles blau      #C3C9D5
	blasses blau     #E1E4EA
	helles grau      #f8f8f8
	weiss            #ffffff
	schwarz          #000000
	helles gelb      #ffffee
	rot              #aa0000
	anderes rot      #B53635

*/
 




body {
    background-color: #C3C9D5;
    color: #0E2557;
}


/* xajax loading window */
#xajax_loading {
    color: #000000;
    background-color: #ffffee;
}

/* header */
#puk_header {
    border-color: #ffffff;
    background-color: #0E2557;
    color: #ffffff;
}

/* content */
#puk_content { background-color: #ffffff; }

/* major content*/
/* minor content */
#puk_minor_content { border-left-color: #C3C9D5; }

/* side content */ 
#puk_side_content { border-left-color: #C3C9D5; }

/* footer */
#puk_footer {
    border-top-color: #C3C9D5;
    background-color: #E1E4EA;
}

.slide_gallery {
	border-color: #C3C9D5;
	background-color: #E1E4EA;
}



img.bordered { border-color: #ddd; }
img.filled { border-color: #000; }
img.brwshot { border-color: #C3C9D5; }

.false { color: #c00; }
.info { color: #0E2557; }

/* links */
a { color: #0E2557; }
p a { border-bottom-color: #E1E4EA; }

a:hover {
    color: #0E2557;
    border-bottom-color: #C3C9D5;
}

.referencelink:before { color: #aa0000; }
.morelink:before { color: #0E2557; }
a.highlighted-link { color: #aa0000; }
.morelink{ color: #B53635; }
/* main navigation */
#puk_mainnav { 
    background-color: #C3C9D5;
    border-color: #ffffff;
    border-top-color: #ffffff;
}

#puk_mainnav a,
#puk_mainnav a:link { 
	color: #ffffff;
	border-right-color: #E1E4EA;
}
#puk_mainnav a:hover,
#puk_mainnav a.active {
    color: #ffffff;
    background-color: #0E2557;
}

#puk_mainnav #newsletter_button {
    background-color: #aa0000;
    color: #ffffff;
}

/* sub navigation */
#puk_subnav a { background-color: #fff; border-color: #0E2557;  }
#puk_subnav a:hover {
    background-color: #C3C9D5;
    color: #fff;
}


/* archive navi, page-list */
.archiv_navi a { color: #0E2557; }
.archiv_navi a.active, .archiv_navi a.inactive, .archiv_navi a:hover { color: #C3C9D5; }
.archiv_navi form input {
	border-color: #E1E4EA; 
	color: #a00;
}





/* headlines */ 

h1,h2 { color: #0E2557; }
h2.artstyle { color: #aa0000; }
h3 { color: #0E2557; }
h4 { color: #0E2557; }
h5 { 
   color: #0E2557;
   background-color: #E1E4EA; 
   border-bottom-color: #C3C9D5;
}


input,
textarea { border-color: #C3C9D5; }
input[type=text]:focus,
textarea:focus { background-color: #ffe;}

#puk_content input.bluewhite,
#puk_content textarea.bluewhite{
    border-color: #C3C9D5;
    background: url(../_img/design/greywhite_gradient.gif) left bottom repeat-x #ffffff;
}
#puk_content input.bluewhite:hover{
    border-color: #1A86B3;
}

input[type=text] { border-color: #ccc; }
input[type=submit] { border-color: #ccc; }
/* lists and paragraphs */
.linklist a {
    color: #0E2557;
    border-bottom-color: #E1E4EA;
}

.article .linklist a {
    color: #0E2557;
}
.article .linklist a:hover, .linklist a:hover { text-decoration: underline; }

dt,
dd { border-top-color: #C3C9D5; }
.type {
    border-top-color: #C3C9D5;
    color: #0E2557; /*color: #a00;*/
}

p.info { color: #C3C9D5; }


.ad_major span { color: #C3C9D5; }

dfn { background-color: #E1E4EA; }
dfn a {
    color: #0E2557;
    border-bottom-color: #0E2557;
}

ins { background-color: #ffffee; }

hr {
   border-bottom-color: #E1E4EA;
   background-color: #fff;
}

#puk_minor_content div { 
	border-bottom-color: #C3C9D5;
}

/* SLOGANSPIEL */
#puk_content #puk_sloganspiel div {
    color: #0E2557;
    background-color: #E1E4EA;
    border-color: #C3C9D5;
}

#puk_sloganspiel fieldset {
    border-color: #C3C9D5;
    background-color: #f8f8f8;
}


/* Newsletter archive */
.color0{
    background: #F8F8F8;
}
.color2{
    background: #E1E4EA;
}


div#career h2.year { background: #E1E4EA; }
div#career div.color1{ background: #f8f8f8; }
div#career div.color2{ background: none; }
div#career p.info { color: #0E2557;  }
div#career dl.monthlist dd.links a.external:visited { color: #7F7F7F; }
div#career dl.monthlist dd.links a.external:focus { color: #880000; }

#puk_content ul.pagination li.previous,
#puk_content ul.pagination li.next,
#puk_content ul.pagination li.first,
#puk_content ul.pagination li.last,
#puk_content ul.pagination li.page_link{ border-color: #C3C9D5; }
#puk_content ul.pagination li.actual{ background: #0E2557; color: #ffffff; border-color: #0E2557; }
#puk_content ul.pagination li.previous,
#puk_content ul.pagination li.next{ background: #C3C9D5; }
#puk_content ul.pagination li a:hover{ border-color: #1A86B3; }


#puk_content .article { background: #f8f8f8; }
#puk_content .article p { color: #0E2557; }
#puk_content .article h2 a:focus{ color: #880000; }
#puk_content .article img { border-color: #666666; } 
#puk_content .article span.date { color: #888888; }
#puk_content .article a.more { color: #B53635; }
#puk_content a.morelink:hover { color: #3E588F; }
#puk_content li a.morelink { color: #0E2557; }

#puk_content .list dl dt, #puk_content .list dl dd { border-top-color: #C3C9D5; }
#puk_content .list dl dt { color: #0E2557; } 

#puk_content .lexikon { background: #ffffff; border-top-color: #C3C9D5; }/******* internet exploder fixes *******/
html * input,
html * textarea { border: 1px solid #ccc; }