/* 

Theme Name: Kick Start
Theme URL: 
Description: Blueprint for Wordpress as a CMS
Author: Johannes Ippen
Author URI: http://johannesippen.com
Version: 0.1

*/

#inhalt-content {
   padding-top: 10px;
}

#header {
    background: #A5B4BB url(images/header_v1.jpg) no-repeat top center;
}
#header .container {
    height: 194px;
}

#navigation ul {
    margin-left: 10px;
    color: #002B3F; 
    line-height: 2.5em;
    list-style-type: disc;
    text-decoration: none;
    list-style-image: none;
}

#navigation ul .current_page_item {
    text-decoration: underline;

}

#navigation a {
    color: #002B3F;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}


/* Service-Hotline und OnlineCard und Trusted */

#navigation .nav_unternavi {
   line-height: 2em;
}

.nav_unternavi {
    padding: 0;
    margin: 0;
    font-weight: bold;

}

#servicehotline_ueb {
    color: #000;
    list-style: none;
}

#servicehotline_tel {
     padding-left: 10px;
     color: #002B3F;
     font-size: 1.2em;
     list-style: none;
}

#servicehotline_pre {
     line-height: 1em;
     padding-left: 10px;  
     color: #002B3F;
     font-size: 0.8em; 
     list-style: none; 
}

#trusted_ueb {
     color: #000;
     list-style: none;
}

#trusted_pic {
     color: #000;
     padding-left: 10px;
     padding-top:5px;
     text-align: left;
     list-style: none;
}

#trusted_tex {
     color: #000;
     padding-top: 0;
     font-size: 0.8em; 
     text-align: left;
     list-style: none;
}

/* ### Service-Hotline-Ende ### */

ul#poo {
        padding-top: 20px;
        padding-left: 15px;
}


ul#poo li ul {
        padding-left: 10px;
        font-style: italic;
}

ul#poo a {
        color: #002B3F;
        text-decoration: none;
	display:block;
}

ul#poo a:hover {
        color: #002B3F;
        text-decoration: underline;
	display:block;
}

#nav_container {
	background-color: #F9F7ED;
}

#inhalt-content {
	background-color: #E5EAED;
}

#content {
	background-color: #A5B4BB;
}

#content p {
     font-size:1.2em;
     line-height:1.6em;
     padding-left: 10px;
     padding-right: 20px;
}

#inhalt-content li a {
     font-weight: bold;
     font-size: 1.2em;
     text-decoration: none;
     line-height: 1.3em;
}

#inhalt-content li a:hover {
     text-decoration: underline;
}


#footer {
     width: 950px;
     background-color: #ccc;
     margin: auto;
     padding: 10px 0px;       
     text-align: center;
}

#footer li {
    list-style: none;
    display: inline;
    padding: 0 12px;
    border-right: 1px #000 solid;
}

a[target=_blank] {
background:url("images/link-icon_new.gif") no-repeat scroll right center transparent;

}

p a[target=_blank] {
background:url("images/link-icon_new.gif") no-repeat scroll right center transparent;
padding-right: 12px;
}

#post a[target=_blank] {
background:url("images/link-icon_new.gif") no-repeat scroll right center transparent;
padding-right: 12px;
}


/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

