@charset "utf-8";

h1 , h2 , h3 , p , ul , ol , li , div , td , th , address , blockquote , nobr , b , i
{
    font-family : Georgia, Times, Verdana, sans-serif;
}
h1
{
    font-size: 20px;
    /*font-size: 1.2em;*/
    margin-top: 0;
    padding: 0;
    color: #000;
    /*font-family: 'Times New Roman',Times,serif;*/
    font-weight: bold;
}
h2
{
    font-size: 16px;
    /*font-family: 'Times New Roman',Times,serif;*/
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    padding-left: 4px;
    padding-top: 10px;
    color: #000;
}
.clear
{
    clear: both;
}
br
{
    clear: left;
}
.hide, .divider
{
    display: none;
}
.inside
{
    padding: 0 1em;
}
html[xmlns] .mozclear
{
    border-bottom: 1px solid;
    border-color: transparent;
    margin-bottom: -1px;

}
html
{
    background-color: #f8f7f2;
    height: 100%;
}
body
{
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #f8f7f2;
    height: 100%;
}
a, a:link, a:visited, a:active
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: none;
    color: #34fcc3; 
}
.invertLink
{
    color: #fff;    
}
.invertLink a
{
    color: #fff;
    text-decoration: none;  
}
.invertLink a:hover 
{
    color: #34fcc3; 
}
.invertMove
{
    margin-left: -10px; 
}
.sourceBlog
{
    margin-left: 5px;
    padding: 4px;
    background-color: #333; 
}
.uppercase
{
    text-transform: uppercase;  
}
hr
{
    background-color: #000;
    color: #000;
    margin: 5px;
    border: medium none;
    height: 1px;
}
#main
{
    position: relative;
    top: 0px;
    width: 975px;
    margin: 0px auto;
    text-align: center;
    background-color: #f8f7f2;
    border: 0;
    color: #000;
    z-index: 20;    
}
#editMain
{
    position: relative;
    top: 0px;
    width: 975px;
    margin: 0px auto;
    text-align: left;
    background-color: #f8f7f2;
    border: 0;
    color: #000;
    z-index: 20;    
}
#mainContent
{
    width: 750px;
    margin-right: 25px;
    padding-top: 10px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    float: right;
}
#leftContent
{
    float: left;
    border: 0px solid #933;
    width: 230px;   
}
#leftContent img
{
    margin-left: 10px;
    margin-top: 2px;    
}
#rightContent
{
    float: right;
    text-align: left;
    border: 0px solid #933;
    width: 650px;
}
.scroller
{
    height: 325px;
    overflow: auto; 
}
.blogContent div
{
    font-size: 12px;
}
p, pre
{
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 5px;
}
#hnav
{   
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    width: 190px;   
    text-align: left;
    border: 0px solid #000;
}
ul
{
    font-size: 12px;    
}
#hnav ul
{
    
    list-style-type: none;
    line-height: 0;
    line-height: 2em;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 12px;
    position: relative;
    z-index: 99;
}


#hnav ul li
{
    margin: 0;
    font-size: 14px;
    font-family: Georgia, Times, Verdana;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#hnav ul li a, #hnav ul li a:link, #hnav ul li a:visited, #hnav ul li a:active
{
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#hnav ul li a:hover
{
    text-decoration: none;
    color: #34fcc3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#hnav ul li img
{
    width: 130px;   
}
.hnavUlTop
{
    position: absolute;
    z-index: 10;
    top: -122px;
    left: 2px;  
}
.hnavUlBottom
{
    position: absolute;
    top: 0px;
    z-index: 5;
}
.ulBg
{
    width: 130px;
    margin: 0;
    padding: 0;
    height: 24px;   
}
.liHome
{
    background-image: url(../images/bg_home.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.bold
{
    font-weight: bold;
}
.kursiv
{
    font-style: italic;
}
/*
input
{
    display: block;
    width: 200px;
    float: left;
    background-color: #e0e0e0;
    margin: 0 2px 4px 0;
    padding: 2px;
    border: 1px solid #999;
}*/
/*
label
{
    width: 70px;
    margin: 0 2px 4px 0;
    padding: 2px;
    padding-right: 5px;
    float: left;
    text-align: right;
    border: 0;
}*/
textarea
{
    border: 1px solid #999;
    background-color: #e0e0e0;
    font-size: 1em;
    width: 270px;
    height:119px;
    color: #000;
}
#contactFormID
{
    width: 150px;
    float: left;
    margin-right: 26px;
    cursor: pointer;
    margin-top: 5px;
}
.formError
{
    border: 1px solid #f00;
}
#contactForm
{
    font-size: 12px;
}
#footer
{
    width: 900px;
    margin: 0px auto;
    text-align:center;
    padding: 0;
    margin-top: -3px;
    margin-bottom: 0;
    height:20px;
}
#mainContentTxt
{
    width: 898px;
    border: 1px solid #933;
    border-top: 0;
    margin-top: -14px;
    padding-top: 10px;
}
#logo
{
    text-align: center;
    border: 0px solid #000;
    margin-left: 170px;
    margin-bottom: 15px;
    margin-top: -5px;
}
#logo img
{
    border: 0;
    margin-top: 20px;
    height: 100px;
}
#sourceHint
{
    position: absolute;
    top: 30px;
    margin-top:-20px;height:47px;background-color:#fff;width:750px;text-align:left;
    /*
    height: 47px;
    background-color: #fff;*/
}
#sourceHint img
{
    width: 130px;
    /*
    padding-top: 5px;
    padding-bottom: 5px;*/  
}
#sourceOfTheDay
{
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 10px;
    padding-left: 7px;  
}
#sourceOfTheDayTeaser
{
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 12px;
    padding-left: 7px;
    font-style: italic; 
}
#homeContent
{
    width: 750px;
    text-align: center;
    margin-left: 0px;
    height: 370px;
    overflow: auto;
    margin-top: 50px;  
}
.blogFormat
{
    width: 590px;
    text-align: left;
    margin-left: 70px;  
}
.headerBlogWrapper
{
    margin: 0;
    padding: 0;
    text-align: left;  
    display: block;
}
.headerBlog
{
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;  
}
#headLine
{
    margin-left: 200px;
    margin-bottom: -2px;
    width: 748px;
    overflow: hidden;   
}
.homeHeader
{
    color: #666;
    font-size: 20px;
    font-family: 'Times New Roman',Times,serif;
    font-weight: bold;
    margin: 0;
    padding: 0; 
}
.red
{
    color: #f00;    
}
.home
{
     width: 680px;
     margin-right: 10px;
     margin-top: -5px;  
}
.homeLeft
{
    width: 200px;   
}
.homeLeft img
{
    width: 174px;   
}
.green
{
    color: green;   
}
.blogSources
{
    /*position: fixed;
    top: 230px;
    left: 0px;*/
    width: 190px;
    margin: 0;
    margin-top: -100px;
    color: #000;
    text-transform: none;
    letter-spacing:0;
}
.blogSources ul
{
    list-style-type: none;
    margin-left: -35px; 
    line-height: 0;
    line-height: 10px;
    color: #000;
    text-transform: none;
    letter-spacing:0;
}
.blogSources ul li
{
    text-align: left;
    margin-left: 0;
    padding-left: 0;    
    font-size: 20px;
    color: #000;
    text-transform: none;
    letter-spacing:0;
}
.blogSources ul li a, .blogSources ul li a:link, .blogSources ul li a:visited, .blogSources ul li a:active
{
    text-decoration: none;
    color: #000;
}
.blogSources ul li a:hover
{
    text-decoration: none;
    color: #34fcc3;
}
.sourcesLink
{
    color: #000;    
}
.blogContent
{    
    /*width: 650px;
    text-align: justify;
    margin-left: 50px;*/
    
    
    padding: 30px;
    padding-top: 0;
    height: 370px;
    overflow: auto;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    width: 689px;
    border: 0px solid #000;
}
.blogBody
{
     width: 590px;
     margin-bottom: 20px;
     text-align: left;
     margin-left: 40px; 
}
.blogBody h2
{
    font-size: 24px;
    text-transform: uppercase;
}
.alignLeft
{
    text-align: left;   
}
.kontaktContent
{
     padding: 30px;
     padding-top: 0;    
}
.kontaktContent img
{
     width: 480px;
     border: 0px solid #000;
     margin-top:110px;  
}
.kontaktAdresse
{
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-top: 0;
}
.portfolioContent
{
    padding: 30px;
    padding-top: 0;
    text-align: left;
}
.portfolioContent cite
{
    font-size: 16px;
    font-weight: bold;  
}
.portfolioInteresse
{
    text-align: center;
    border: 0px solid #000;
    margin-left: 180px;
    margin-top: 50px;   
}
.portfolioInteresse img
{
    width: 100px;
    border: 0px solid #000; 
}
.portfolioInteresse p
{
    margin-top: 7px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 25px;  
}
.ueberunsContent
{
    padding: 30px;
    padding-top: 20px;
    text-align: left;
}
.ueberunsContent h1, .portfolioContent h1
{
    font-size: 14px;
    padding-left: 3px;
}
.top
{
    padding-top: 0;
    text-align: justify;    
}
.impressumContent
{
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.impressumLink
{
    text-align: left;
    padding-left: 230px;
    margin-top: 10px;
    font-style: italic;
    font-size: 10px;
}
.showPages
{
    position: absolute;
    left: 0px;
    top: 0;
    margin: 0;
    padding: 0; 
}
.portfolioCite
{
    margin-left: 230px;
    width: 250px;
    margin-top: 40px;    
}
.portfolioCite cite
{
    font-size: 12px;
    font-weight: bold;
}
.portfolioTexter
{
    margin-left: 220px;
    width: 250px;
    text-align: right;
    
    margin-bottom: 10px;
}
.portfolioTexter p
{
    text-align: right;
    padding-right: 70px;    
}
#availableBlogs img
{
	display:block;		
}





/* MIN BLOG HACKS */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 1px 1px 3px 8px;
    display: inline;
}

a:hover img.alignright  {
    margin: 0px 0px 2px 7px;
}

img.alignleft {
    padding: 4px;
    margin: 1px 8px 3px 1px;
    display: inline;
}

a:hover img.alignleft  {
    margin: 0px 7px 2px 0px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* MIN BLOG HACKS */

/* SUPERSTRUDEL HACKS */
.td_big
{
    font-weight: bold;	
}









/* IE6 Hacks */

* html #hnav ul
{
    line-height: 27px;
}

* html .hnavUlTop
{
    top: -141px;
}

* html #mainContent
{
    width: 750px;
    margin-right: 6px;
    padding-top: 58px;
}
* html .ueberunsContent, * html .portfolioContent, * html .kontaktContent, * html .impressumContent
{
    margin-top: -42px; 
}
* html .portfolioCite
{
    margin-top: 80px;
}
* html .blogContent
{
    position: relative;
    top: -30px;
}

* html #slogan
{
    left: 175px;
    width: 380px;
}
* html #mainContentTxt
{
    margin-top: -14px;
}
* html textarea
{
    width: 402px;
    margin-left: -3px;
}


* html #sourceOfTheDay
{
    padding-left: 0px; 
    margin-left: -127px; 
}
* html #sourceOfTheDayTeaser
{
    padding-left: 0px;
    margin-left:-127px;
}

/* IE7 Hacks */

*:first-child+html #mainContent
{
    padding-top: 58px;  
}

*:first-child+html .ueberunsContent, *:first-child+html .portfolioContent, *:first-child+html .kontaktContent, *:first-child+html .impressumContent
{
    margin-top: -42px;
}
*:first-child+html .portfolioCite
{
    margin-top: 80px;
}
*:first-child+html .blogContent
{
    position: relative;
    top: -30px;
}
*:first-child+html #slogan
{
    left: 175px;
    width: 380px;
}
*:first-child+html #mainContentTxt
{
    margin-top: -20px;
}
*:first-child+html textarea
{
    width: 250px;
}
*:first-child+html .kontaktLeft
{
    margin-bottom: -35px;   
}
*:first-child+html .kontaktRight
{
    margin-bottom: -35px;
}
*:first-child+html .requiredFields
{
    margin-bottom: -10px;
    margin-top: -20px;
}


*:first-child+html .homeLeft img
{
    width: 180px;   
}
*:first-child+html .hnavUlTop
{
    top: -141px;
    left: 2px;
}
*:first-child+html #hnav ul
{
    line-height: 0;
    line-height: 27px;
}
*:first-child+html #homeContent
{
    width: 750px;
}
*:first-child+html #mainContent
{
    margin-right: 13px;
}
*:first-child+html #sourceOfTheDayTeaser, *:first-child+html #sourceOfTheDay
{
    margin-left: -135px;
}
*:first-child+html .blogSources ul
{
    margin-left: 5px;
    margin-top: 0;
}

