/*
Theme Name: Polen.net Default
Theme URI: http://www.polen.net
Description: The default polen.net theme
Version: 1.0
Author: polen.net
Author URI: http://www.polen.net
*/


/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 *
*/

/* import core styles | Basis-Stylesheets einbinden */
@import url(css/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(css/screen/basemod.css);
@import url(css/screen/content_default.css);

/* import print layout | Druck-Layout einbinden */
@import url(css/print/print_draft.css);

#header{
    height:80px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    padding-top:20px;
    padding-left:60px;
}
#header h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#header h1 a {
    width: 220px;
    height: 60px;
    display: block;
    text-decoration: none;
}
#header h1 a span {
    display: none;
}

.box_menu{
    width:180px;
    background-image: url(images/heads.gif);
    background-repeat: no-repeat;
    margin-bottom:10px;

}
.box_imprint{
    width:180px;
    background-image: url(images/head_imprint.gif);
    background-repeat: no-repeat;
    margin-bottom:10px;
    padding-top:8px;
}

.box_menu_head{
    padding-top:3px;
    height:20px;

}

.box_menu h1{
    display:inline;
    font-size: 14px;
    color: #FFFFFF;
    font-family:  Arial;



}

.box_menu  li, ul, .box_imprint  li, ul{
    list-style:none;
    padding:0;
    margin:0;

}
.box_menu li a, .box_imprint li a{
    padding-left:10px;
    color:#000000;
    text-decoration:none;
    background:#C6C6C6;
    padding-top:3px;
    padding-bottom:3px;
    width:170px;
    display:block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.box_menu li a:hover, .box_imprint li a:hover{
    color: #BD1603;
    background:#fff;

}
.menu_footer{
    background-image: url(images/abschluss_unten.gif);
    background-repeat: no-repeat;
    height:8px;
}
.content_box{
    width:100%;
    margin-bottom:15px;

}
.box_head_grey{
    background-image: url(images/head-gr.gif);
    background-repeat: no-repeat;
    background-color: #bababa;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
}
.box_head_grey h1{
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin:0;
    padding:0;
}
.box_head_yellow{
    background-image: url(images/head-yellow.gif);
    background-repeat: no-repeat;
    background-color: #FBD52C;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
}
.box_head_yellow h1{
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin:0;
    padding:0;
}
.box_head_redmid{
    background-image: url(images/head-red.gif);
    background-repeat: no-repeat;
    background-color: #BE1D01;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
}
.box_head_redmid h1{
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin:0;
    padding:0;
}
.box_head_red{
    background-image: url(images/balken_rechts.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #3D3D3D;
    height:19px;
    width:200px;
    padding-top:3px;
}

.box_head_red h1{
    display:inline;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;


}


.cox_content{
    background:#ffffff;
    padding:10px;
    margin-bottom:10px;

}

.img_right{
    float:right;
    padding:5px;
}
.img_left{
    float:left;

}

.float_left{
    margin-top:-3px;

}


/* Actual menu CSS starts here */
.menu,
.menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu {width:150px;}
.menu li {
    display:block;
    margin:0;
    padding:0;

    margin-bottom:1px;

}
.menu a {
    display:block;
    padding:0;
    color:#000;
    background:#81bdff;
    text-decoration:none;


}
.menu a:hover,
.menu a:focus,
.menu a:active {background:#d9dcb0;}
.menu ul li {}
.menu ul a {background:#fff;
            width:160px;
            padding-left:20px;}
.hidden {display:none;}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

img.alignleft {
    margin: 0 10px 10px 0;
}
img.alignright {
    margin: 0 0 10px 10px;
}

.wp-caption {
    
}
.wp-caption.alignright {
    text-align: right;
}
.wp-caption-text {
    margin: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

a.speziell:link {
  background-color: #FFFFFF;
  color:            #050507;
}

a.speziell:visited {
  background-color: #FFFFFF;
  color:            #050507;
}

a.speziell:hover {
  background-color: #FFFFFF;
  color:            #050507;
}

a.speziell:active {
  background-color: #FFFFFF;
  color:            #050507;
}