﻿/* css reset */
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* General stuff */
a:link, a:visited, a:hover, a:active{
    color: #dd8800;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
}
a.readmore img {
    float: none;
    margin: 0 0 0 6px;
    border: none;
    }
    
.clear {
    clear: both;
    visibility: hidden;
    }
    
.clr-st {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:0;
    padding:0;
    }
    
strong {
    font-weight: 700;
    }    

p {
    margin: 0 0 15px 0;    
    }
h1, h1 a {
    color:#666;
    font-size:1.8em;
    font-weight:700;
    line-height:1.2em;
    margin:0 0 12px;
    }
h2 {    
    font-weight: 700;
    margin: 0 0 10px 0;
    }
h4 {
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.9em;
    margin: 15px 0;
    }
blockquote {
    font-weight: 400;
    font-style: italic;
    margin: 30px 0;
    }
a.pdf {
    display:inline-block;
    padding: 2px 0 2px 24px;
    background: transparent url(/img/lay/linkicon_pdf.gif) center left no-repeat;
    }
a.external {
    display:inline-block;
    padding: 2px 0 2px 24px;
    background: transparent url(/img/lay/linkicon_external.gif) center left no-repeat;
    }
a.internal {
    display:inline-block;
    padding: 2px 0 2px 24px;
    background: transparent url(/img/lay/linkicon_internal.gif) center left no-repeat;
    }
a.audio {
    display:inline-block;
    padding: 2px 0 2px 24px;
    background: transparent url(/img/lay/linkicon_audio.gif) center left no-repeat;
    }
.more {
    margin: 30px 0 0 0;
    }
.more ul li {
    margin: 0 0 8px;
    }
.more ul li a{
    color: #6e6e6e;
    text-decoration: underline;
    }
.more ul li a:hover {
    color: #dd8800;
    }
.article a:link {
    color: #6E6E6E;
    }

         
body {
    height: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    background: #fff url(/img/lay/bg.png) top left repeat-x;
    width: 100%;
    text-align: center;
    font-size: 76%;
    line-height: 150%;
    color: #6e6e6e;
    }

#wrapper {
    width: 960px;
    margin: 0 auto;
    }
#head {
    height: 290px;
    z-index: 5;
    /* change */
    text-align: left;
    }
#logo {
    background: transparent url(/img/lay/090813-am-logo.png) top left no-repeat;
    width: 300px;
    height: 49px;
    z-index: 30;
    position: relative;    
    top: 10px;
    left: 686px; 
    }
#logostart {
    background: transparent url(/img/lay/090813-logo.png) top left no-repeat;
    width: 300px;
    height: 49px;
    z-index: 30;
    position: relative;    
    top: 10px;
    left: 686px; 
    }

#head_image {
    z-index: 10;
    margin: -49px 0 0 0; /* height of logo */
    }
#content {
    text-align: left;
    }
#leftcolumn {
    width: 719px;
    float: left;
    margin: 0 0 0 15px;
    }
#rightcolumn {
    width: 180px;
    float: left;
    margin: 0 0 0 30px;
    }
#left {
    width: 180px;
    float: left;
    margin: 0 30px 0 0;
    }
#right {
    float: left;
    width: 509px;
    }


img.left, .container_right img, .mitarbeiter img , .article img, .article-image {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #adadac;
    }
.article-image img { float: left; }
/* change */
.video {
    margin: 0 0 10px 0;
    }



/* Hauptnavigation */
#hauptmenu {
    text-align: left;
    margin: 0 0 60px 0;
    float: left;
    width:100%;
    }
#hauptmenu ul {
    white-space:nowrap;
    list-style-type:none;
    margin: 0 0 0 14px;
    }
#hauptmenu ul li {
    float: left;
    background: transparent url(/img/lay/nav_bg_right.gif) top right no-repeat;
    height: 51px;
    overflow: hidden;
    display: inline;
    width: auto;
    }
#hauptmenu ul li a {
    display:block;
    padding: 20px 20px 0;
    color: #6e6e6e;
    height: 51px;
    /* change */
    font-size: 1.1em;
    }

/* Mit Dank an den IE6 */
* html #hauptmenu ul li a {
    text-align: center;    
    width: 6em;
    }
#hauptmenu ul li a.firstchild {    
    background: transparent url(/img/lay/nav_bg_firstchild.gif) top left no-repeat;
    }
#hauptmenu ul li a.lastchild {    
    background: transparent url(/img/lay/nav_bg_lastchild.gif) top right no-repeat;
    }

#hauptmenu ul li a:hover, #hauptmenu ul li a.navi-activechild  {
    color: #dd8800;
    }
/* change */
#hauptmenu ul li a.navi-activechild  {
    font-weight: 700;
    }
/* Hauptnavigation Ende */



/* Subnavigation */
#subnavigation ul{
    list-style-type:none;
    }
#subnavigation ul li {
    float: left;
    background: transparent url(/img/lay/subnav_bg.png) bottom left no-repeat;
    width: 180px;
    overflow: hidden;
    }
#subnavigation ul li a {
    display:block;
    padding: 10px 10px;
    color: #6e6e6e;
    }
#subnavigation ul li a.firstchild {    
    background: transparent url(/img/lay/subnav_firstchild.png) top left no-repeat;
    }
#subnavigation ul li a.lastchild {    
    background: transparent url(/img/lay/subnav_lastchild.png) bottom left no-repeat;
    }

#subnavigation ul li a:hover, #subnavigation ul li a.navi-activechild  {
    color: #dd8800;
    }
/* Subnavigation Ende */




/* Mitarbeiter */
div.mitarbeiter {
    border-bottom: 1px solid #dcdcdc;
    margin:30px 0;
    padding:0;
    }
div.mitarbeiter-img {
    border:0 none;
    float:left;
    height:134px;
    margin:3px 20px 0 0;
    padding:0;
    width:192px;
    }
    
div.mitarbeiter-img img{
    border: 1px solid #ababab;
    }    
div.mitarbeiter-text {
    float:left;
    margin:0;
    padding:0;
    width:295px;
    }

div.mitarbeiter strong {
    font-weight: 700;
    font-size: 1.4em;
    }
/* Mitarbeiter Ende */





/* Bildergalerie */
    
.article {
    border-bottom:1px solid #dcdcdc;
    width: 509px;
    float:left;
    margin:10px 0;
    padding:0 0 10px;
    }
   
.article-noborder {
    float:left;
    margin:20px 0;
    padding:0 0 10px;
    }    

.article .galerie h2 {
    margin: 0 0 8px 0;
    color: #6e6e6e;
    font-weight: 700;
    }    
.galerie img {
    float: left;
    border: 1px solid #ababab;
    margin:0 10px 10px 0;
    }
.thumb {
    float:left;
    margin:0 20px 20px 0;
    }
    
.thumb img{
    background: #ababab;
    padding: 1px;
    }    
.thumb img:hover {
    background: #333;
    padding: 1px;
    }    
/* Ende Bildergalerie */





/* News  + Gruende */
.ul_zweispaltig {
    /* change */
    margin: 0;
    }
.ul_zweispaltig ul li {
    /* change */
    margin: 0 0 0px 0;
padding-top: 40px;
    float:left;
    background:transparent url(/img/lay/border.gif) no-repeat scroll left top;
    padding-bottom: 1px;
    width: 100%;
    }
.ul_zweispaltig ul li:first-child { padding-top: 0; background: transparent; }
.container {
    float: left;
    overflow: hidden;
    width: 100%;
    }
.container_left {
    width: 180px;
    margin: 0 30px 0 0;
    float: left;
    line-height: 120%;
    }
.container_left h2, .article h2 {
    /* change */
    margin: 0 0 4px 0;
    color: #adacac;
    font-weight: 400;
    }
    
/* change */
#unterstuetzer     .container_left h2 {
    font-weight: 700;
    }
    
.container_left p.abstract {
    color: #6e6e6e;
    font-size: 1.1em;
    }
    
.container_right {
    width: 509px;
    float: left;
    padding: 0 0 10px 0;
    }
.container_right  h1 a.title {
    color: #666;
    }
.container_right  h1 a.title:hover {
    color: #dd8800;
    }


#gruende p.abstract {
    text-align: center;
    color:#666666;
    font-size:1.8em;
    font-weight:700;
    line-height:1.2em;
    margin:0 0 12px;
}


    

/* Ueberzeugungen */
#textcontentfull {
    border-top: 1px solid #dcdcdc;
    margin: 30px 0;
    }
#textcontentfull div.article {
    border-bottom: 1px solid #dcdcdc;
    margin:30px 0 0;
    padding:0;
    float: left;
    width: 509px;
}




/* Unterstuetzer */
#unterstuetzer {
    margin: 20px 0 30px 0;
    font-size: 0.9em;
    }
    
.leftbox_unterstuetzer {
    background: transparent url(/img/lay/bg_unterstuetzer.png) top left no-repeat;
    width: 180px;
    height: 275px;
    margin: -7px 0 0 0;
    }
.container_left .leftbox_unterstuetzer p {
    padding: 10px;
    font-size:1.2em;
    line-height: 1.3em;
    }
#unterstuetzer h1 {
    background: #f69b06 url(/img/lay/bg_orangegradient.gif) center left repeat-x;
    color: #FFF;
    margin: 0 0 10px 0;
    padding : 0 0 10px 10px;
    font-size: 1.3em;
    width: 499px; /* column width - padding */
    }
    
    
#unterstuetzer .container_left h2 {
    background: #f69b06 url(/img/lay/bg_orangegradient.gif) top left  
   repeat-x;
    color: #FFF;
    margin: 0 0 10px 0;
    padding : 0 0 10px 10px;
    font-size: 1.3em;
    }    
#kronomy_wrap {
    background: transparent url(/img/lay/bg_unterstuetzer_right.png)  
bottom left no-repeat;
    height: 275px;
    font-size: 1.2em;
    margin: -10px 0 0 0;
}
#kronomy {
    margin: 0 0 0 5px;
    padding: 10px;
    }
    


/* Kontaktformular */
.csearch {
    text-align:left;
    display: block;
    }
.csearchl{
    width: 10em;
    float:left;
    text-align:left;
    }
.csearchr{
    margin-left: 1em;
    text-align:left;
    }

.frmTextSearch, textarea {
    width: 320px;
    padding: 3px;
    color: #888;
    border: 1px solid #CCC;
    /*background: transparent;*/
    }

.frmTextSearch:focus, textarea:focus {
    border: 1px solid #666;
    color: #333;
    background: #FFF;
    }
textarea {
    width: 322px;
    }
input[type="radio"] {
    border:0px;
    margin: 2px 0 0 5px;
    vertical-align:middle;
    }
.pflichtfelder {
    margin: 2px 0 10px 0;
    }
fieldset {
    margin: 0 0 20px 0;
    width: 100%;
    }
    
#kontakt p.abstract {
    font-size: 9pt;
    }    
    
#kontakt .container {
    background:transparent url(/img/lay/border.gif) no-repeat left bottom;
    margin-bottom: 15px;
    }

#contactSend {
    cursor: pointer;
    padding: 0 0 0 7px;
    border: 0px solid #efefef;
    width: 101px;
    height: 40px;
    background: transparent url(/img/lay/absenden.png) 0 0 no-repeat;
    overflow: hidden;
    text-align: left;
    color: #6E6E6E;
    }

#contactSend:hover {
    color: #dd8800;
    background: transparent url(/img/lay/absenden.png) bottom left no-repeat;
    }


#back {
    padding: 1px 0 0 36px;
    width: 85px;
    height: 40px;
    background: transparent url(/img/lay/090813-back.png) 0 0 no-repeat;
    overflow: hidden;
    text-align: left;
    color: #6E6E6E;
    display: block;
    line-height: 40px;
    }

#back:hover {
    color: #dd8800;
    background: transparent url(/img/lay/090813-back.png) bottom left no-repeat;
    }

/* Ende Kontaktformular */



/* sitemap */
table.sitemap {
    width: 100%;
    border-collapse:collapse;
    }
table.sitemap tr {}
table.sitemap tr td {
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
    }
table.sitemap td.ebene1 {
    width: 30%;
    font-size: 1.1em;
    vertical-align: top;
    }
table.sitemap td.ebene2 {
    vertical-align: top;
    padding: 26px 0 20px;
    }
table.sitemap a {
    color: #6e6e6e;
    }

table.sitemap a:hover {
    color: #dd8800;
    }

table.sitemap td.ebene1 a {
    background: #efefef;
    border: 1px solid #dcdcdc;
    display: block;
    padding: 3px 10px;
    }
    
table.sitemap td.ebene1 a:hover {}    

table.sitemap td.ebene2 ul {
    margin: 0 0 0 20px;
    }
table.sitemap td.ebene2 ul li {
    padding: 0 0 7px;
    }
table.sitemap td.ebene2 a {}
/* Ende sitemap */
    
    
    




#rightcolumn .rightbox h2 {
    background: #f69b06 url(/img/lay/bg_orangegradient.gif) top left repeat-x;
    color: #FFF;
    margin: 0 0 10px 0;
    padding : 0 0 10px 10px;
    font-size: 1.1em;
    }
#rightcolumn .rightbox h3 {
     color: #F69B06;
     font-weight: 700;
     font-size: 0.9em;
     margin: 0 0 5px 0;
     }

#right .article-detail h2 {
    margin: 30px 0
    }
#rightcolumn .rightbox ul {
    list-style-type:none;
    }

#rightcolumn .rightbox ul li {
    background: transparent url(/img/lay/btn_bg_180x52.png) top left no-repeat;
    height: 52px;
    overflow: hidden;
    margin: 0 0 8px 0;
    position: relative;
    }

#rightcolumn .rightbox ul li a {
        color: #777;
        height: 40px;
        /* DIFF */
        width: 110px;
        padding: 0 0 0 58px;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        margin: 5px 0 0 10px;
        /* DIFF */
        line-height: 38px;
        }
    
#rightcolumn .rightbox ul li#link_cdutv a {
    background-image: url(/img/lay/icon_cdutv.png);
    }
#rightcolumn .rightbox ul li#link_teamdeutschland  a {
    background-image: url(/img/lay/icon_teamdeutschland.png);
    }
#rightcolumn .rightbox ul li#link_facebook  a {
    background-image: url(/img/lay/icon_facebook.png);
    }
#rightcolumn .rightbox ul li#link_meinvz a {
    background-image: url(/img/lay/icon_studivz.png);
    }
#rightcolumn .rightbox ul li#link_wahlprogramm a {
    background-image: url(/img/lay/icon_wahlprogramm.png);
    }
#rightcolumn .rightbox ul li a:hover {
    color: #f39b06;
    background-position: 0 bottom;
    }

/* DIFF */
#rightcolumn .rightbox ul li#link_teamdeutschland a {
        line-height: 18px;
        }
        
#rightcolumn .rightbox ul li#link_wahlprogramm a {
    line-height: 38px;
    }






/* Linkbox */
#linkbox {
    border-top: 1px solid #dcdcdc;
    margin: 30px 0 0;
    padding: 30px 0 0 0;
    }
#linkbox ul {
    list-style-type:none;
    }
#linkbox ul li{
    display: inline;
    }
#linkbox ul li a {
    padding: 0 2px 0 0;
    }




/* Footer */
#footer-box {
    margin: 30px 0 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 15px;
    float: left;
    width: 100%;
    }
    
#copyright{
    float: left;
    }
    
#menu-unten {
    float: right;
    }
    

/* Footernavigation */
#menu-unten ul {
    white-space:nowrap;
    list-style-type:none;
    }
#menu-unten ul li{
    display: inline;
    }
#menu-unten ul li a{
    color: #6e6e6e;
    padding: 5px;
    margin: 0 5px;
    }
    
#menu-unten ul li a:hover, #menu-unten ul li a.navi-activechild  {
    color: #dd8800;
    }    
    
/* Footernavigation Ende */
 
/* Kalender Anfang */
div#calendar {
    background:  url('/img/lay/calendarbox-top-719.gif') left 0 no-repeat;
    padding-top: 13px;
    }
div#calendar div {
    background:  url('/img/lay/calendarbox-bottom-719.gif') left 100% no-repeat;
    padding-bottom: 13px;
    }
div#calendar div div {
    background: url('/img/lay/calendarbox-middle-719.gif') left 50% repeat-y;
    padding: 0 10px;
    }
 
/* Kalender Ende */
