/*   
Theme Name: Aufbruch
Theme URI: http://www.aufbruch.de
Description: a custom template for wordpress made by °visualcosmos
Author: °visualcosmos
Author URI: http://www.visualcosmos.com
Version: 0.3
.
.
*/ /* {{{ general config and resets */
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;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    /* min-width: 900px; */
    /*	   position:relative;  IE 7 */
}

ol,ul,dl {
    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: "" "";
}

/* }}} */
html {
    min-height: 101%;
}

body {
    padding: 0;
    margin: 0px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    background: url("images/bg.png") #ee9508;
}

#colorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background: url("images/bg_top.png") repeat-x;
}

#globalWrapper {
    text-align: left;
    vertical-align: middle;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 65px;
    width: 840px;
}

#topShadow {
    background: url("images/shadowTop.gif") no-repeat;
    height: 15px;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#header {
    /*	background: url("images/shadowContent.gif") repeat-y; */
    background: url("images/header-bg.gif") no-repeat left top transparent;
    height: 150px;
    position: relative;
}

#header #logo {
    height:62px;
    position:absolute;
    right:40px;
    top:20px;
    width:181px;
}

#contentWrapper {
    background: url("images/shadowContent.gif") repeat-y;
    padding: 20px 0 14px 23px;
}

#content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin: 0 20px 0 0;
    width: 775px;
}

#footer {
    background: url("images/shadowBottom.gif") no-repeat;
    height: 34px;
}

.dotBorder {
    background: url("images/pixelborder.png") no-repeat;
    height: 4px;
    margin: 5px 0;
}

.dotBorderContent {
    clear: both;
    background: url("images/pixelborder.png") no-repeat;
    height: 4px;
    margin: 10px 0 17px 0;
}

#header .dotBorder {
    margin-left: 23px;
}

#header .borderTopNavi {
    position: absolute;
    background: url("images/pixelborder.png") no-repeat;
    top: 100px;
    left: 0;
    width: 775px;
}

/** navigation **/
ul#nav {
    padding: 5px;
    margin: 0 40px 0 23px;
    font-size: 15px;
    height: 15px;
    background-color: #ff5a00;
}

ul#nav li {
    display: inline;
    float: left;
    font-weight: bold;
    margin-right: 45px;
}

ul#nav li ul { /*	position: relative; */
               width: auto;
               margin-top: 35px;
               /*	top: 35px; */ /*	left: 25px; */
}

ul#nav li ul.subNavPosition_1 {
    position: absolute;
    left: 28px;
    top: 100px;
}

ul#nav li ul.subNavPosition_2 {
    position: absolute;
    left: 156px;
    top: 100px;
}

ul#nav li ul.subNavPosition_3 {
    position: absolute;
    left: 280px;
    top: 100px;
}

ul#nav li ul.subNavPosition_4 {
    position: absolute;
    left: 386px;
    top: 100px;
}

ul#nav li ul.subNavPosition_5 {
    position: absolute;
    left: 497px;
    top: 100px;
}

ul#nav li ul li {
    font-size: 14px;
    margin-right: 20px;
    font-weight: normal;
}

ul#nav li ul#subContact {
    left: 465px;
    width: 200px;
}

a,ul#nav a {
    color: #fff;
    text-decoration: none;
}

ul#nav li ul a {
    color: #989898;
}
ul#nav li ul a:hover {
    color: #000;
}

ul#nav li.current_page_parent a,
ul#nav .active {
    color: #fff;
}

ul#nav li ul li .active {
    color: #000;
}

ul#nav li.current_page_parent li.page_item a {
    color: #fff;
}

ul#nav li.current_page_parent li.current_page_item a,ul#nav li.current_page_parent li.page_item a:hover
{
    color: #fff;
}

a:hover{
    color: #FF5A00;
}

ul#nav a:hover {
    color: #000;
}

/** content container **/
.two-third,.two-two-one,.four-fifth,.one-third-centered {
    margin: 0 0 17px 0;
}

.one-third-centered {
    padding: 0 0 0 155px;
}

.four-fifth {
    width: 612px;
}

.two-third-centered {
    padding: 0 0 0 155px;
    width: 459px;
}

.fifth {
    width: 769px;
}

.one,.two,.third,.four {
    min-height: 153px;
    height: auto !important;
    height: 153px;
    margin: 0 17px 0 0;
    float: left;
    position: relative;
}

.one {
    width: 143px;
    /*	background-color: #baae79;	*/
}

.two {
    width: 299px;
    /*	background-color: #ffa748; */
}

.third {
    width: 459px;
    /*	background-color: #d786d3; */
}

.four {
    width: 615px;
    /*	background-color: #bcd91f;	*/
}

in-bottom










:
17
px










;
}
#content .third.post h3 {
    margin: 17px 0 10px 0;
}

#content .third textarea {
    width: 459px;
}

#content h2 .light {
    font-weight: normal;
}

.clear-post {
    clear: both;
    margin: 0;
    padding: 0;
}

/** font stuff **/
#content h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

#content h2.no-margin-top {
    margin-top: 0;
}

#content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

#content h4 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

#content h5,h6 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 20px;
    font-weight: bold;
}

#content p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

#content p .highlightLarge {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#content p .highlightOrange {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #FF5A00;
}

#content p a.more-link {
    font-size: 11px;
}

#content p a {
    color: #FF5A00;
}

#content p.blog-date {
    font-weight: bold;
}

#content .post-comment-link,#content .post-trackback {
    display: block;
    float: left;
    width: 150px;
}

/** defaults **/
.line-space {
    height: 17px;
    clear: both;
}

.no-margin {
    margin: 0;
}

.clear-left {
    clear: left;
    width: 0;
    height: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* FACEBOOK AND AWARD ADDON
 * date: 19.04.2011
*/

.rightStaticContent{
    float: left;
    position: fixed;
    margin: -150px 0px 0px 837px;
}

.facebookLink{
    display: block;
    width: 55px;
    float: left;
}

.facebookDiv{
    float: left;
    width: 55px !important;
    height: 104px;
    background: url('http://www.aufbruch.de/images/facebookDiv-bg.jpg') no-repeat;
    display: block;
}
.facebookDiv:hover{
    background: url('http://www.aufbruch.de/images/facebookDiv-bg.jpg') -55px 0px no-repeat;
}
.facebookDivRight{
    float: left;
    width: 7px !important;
    height: 104px;
    background: url('http://www.aufbruch.de/images/facebookDiv-right.png') no-repeat;
}

.noDisplay{
    display: none;
}
.clr{ clear: both; }

.divBottom{
    width: 62px !important;
    height: 7px !important;
    background: url('http://www.aufbruch.de/images/div-bottom.png') no-repeat;
    display: block;
}
.space{
    margin-bottom: 18px;
}

.awardDiv{
    float: left;
    width: 55px;
    height: 279px !important;
    background: url('http://www.aufbruch.de/images/awardDiv-bg.jpg') no-repeat;
    display: block;
}
.awardDivRight{
    float: left;
    width: 7px;
    height: 279px !important;
    background: url('http://www.aufbruch.de/images/awardDiv-right.png') no-repeat;
    display: block;
}
