@charset "UTF-8";
/* CSS Document */


/* Copyright: */
/* Boschmedia Kommunikationsdesign */
/* Oliver Bosch */
/* www.boschmedia.de */
/* Alle Rechte vorbehalten */
/*-------------------------------------------------------------------------*/


/* Globaler Reset */
* {
	padding: 0;
	margin: 0;
}

/* Standard-Elemente */
/*-------------------------------------------------------------------------*/

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	color:#FFFFFF;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow-y: scroll;
    zoom: 1;
}
	
body {
	background-color: #FFFFFF;
	color: #373737;
	}
	
p {
	margin-bottom: 8px;
}
a  {
	color: #808080;
    border-bottom: none;
	text-decoration: underline;
}

#wrapper    {
    max-width:100%;
}

#portraitfoto #left    {
        display:block;
    }

.kontaktunten    {
    display:none;
}


a:hover {
	color: #000000;
}

#flyer {
	margin-right: 8px;
}
ul {
	list-style-position: inside;
	margin-top: 0px;
	margin-left: 20px;
}
#footer div.inside {
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}


#portraitfoto_unten    {
    float:left;
    margin-right:30px;
}

.kontaktunten    {
    margin-top:80px;
}

#logo    {
    margin-bottom: 48px!important;
	margin-top:48px;
}

h1 {
	font-size: 2em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color: #0068a9;
	margin-bottom: 48px!important;
	margin-top:48px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #0068a9;
	margin-top: 24px;
	margin-bottom: 8px;
	/*line-height:24px;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}
h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 4px;
	/*line-height:24px;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}
strong {
	font-style: normal;
	font-weight: bold;
	color: #0068a9;
	margin-top: 16px;
	margin-bottom: 0px;
	/*line-height:24px;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}

#vertical_container {
	/*margin-bottom: 20px;*/
	/*padding-bottom: 20px;*/
	display:block;
}

#vertical_container div p {
	/*margin-bottom: 20px;*/
	padding-bottom: 16px!important;
	display:block;
	
	
	
}

h2 a {
	color: #0068a9;
	boder-bottom: none;
	text-decoration: none;
	font-weight:bold;
}
h2 a:hover {
	color: #808080;
	boder-bottom: none;
	text-decoration: none;
}

ul  {
    margin-left:12px;
    list-style-position: outside;
}

ul li   {
       
   }
.acc-section {
    margin-top:16px;
}


/* Layout und Bereiche */
/*-------------------------------------------------------------------------*/
 
 #header
 {
	margin: 0 auto 0;
	height: 30px;
	position: relative;
	width: 100%;
	margin-top: 0px;
	background-repeat: repeat-y;
	color: #969696;
	background-color: #E3E3E3;
}
#header div.inside {
	padding: 5px 20px 0px 20px;
	margin:0 auto 0;
	max-width:960px;
	
}

#wrapper	{
	margin: 0 auto 0;
	max-width: 980px;
	background-repeat: repeat-y;
	min-height: 700px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height: auto !important;
	position: relative;
}

#wrapper div.inside {
	padding-left:214px;
	padding-right:214px;
	padding-top:12px;
}



img.portrait	{
	margin-bottom:12px;
	margin-top:3px;
}


div.clear	{
	clear:both;
}





#nav {
	margin: 0 auto 0;
	max-width: 980px;
	height: 20px;
	position: relative;
	font-size: 1em;
	margin-top:20px;
	display:block;
	background-repeat: no-repeat;
	text-align: right;
}
/*#footer div.inside	{
	margin: 0 auto 0;
	width: 980px;
	height: 20px;
}*/
#bilderbereich {
	padding: 0px 10px 0px 10px;
}
#bilderschatten {
	height: 10px;
	padding: 0px 10px 0px 10px;
	background-repeat: no-repeat;
	background-position-x: 10px;
}
#content {
	padding: 40px 120px 20px 420px;
}
#left {
	width: 220px;
	position: absolute;
	left: 60px;
	top: 366px;
}

#portraitfoto {
	position: absolute;
	top: 81px;
	left: 41px;
}




/* Footer-Navigation */
/*-------------------------------------------------------------------------*/


#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-left:24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:1em;
}
#nav ul li a {
	color: #808080;
	text-decoration: none;
	border: none;
	font-weight: normal;
}
#nav ul li a:hover {
	color: #666666;
	border: none;
}
#nav .footeraktiv    a {
	color: #666666;
	cursor: default;
}




/* Sonstige Klassen */
/* ------------------------------------------------------------------------- */

.clearelement {
	clear: both;
	height: 10px;
}

.displaynone	{
display:none	}

/* Es folgt die Clearfixlösung. Siehe  http://little-boxes.de/?p=149 */
/* ------------------------------------------------------------------------- */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }


/*Lightbox*/

div#lbCenter div#lbImage div a#lbNextLink, div#lbCenter div#lbImage div a#lbPrevLink,div#lbBottomContainer div#lbBottom a#lbCloseLink	{
	border-bottom:none;
}



/* Mobilversion */
/* ------------------------------------------------------------------------- */

@media only screen and (max-width:1024px) { 
    
    html    {
        -webkit-text-size-adjust: none;
        width: 100%;
        
            }
    
    body {
        width: 100%;
}
    
    .kontaktunten    {
        display: block;
        border-top: 1px dotted black;
        padding-top: 50px;
           }
    div#portraitfoto, div#left    {
        display:none!important;
    }
    #content    {
        padding: 50px 30px 20px 30px;
        width: auto;
    }
    #wrapper, #nav, #header    {
    width: auto;
}
    #wrapper    {
        min-height: auto;
        margin-top:50px;
    }
    #header    {
        display:none;
    }
    #logo    {
        display: block;
    }
    
    
    
    #nav div.inside, #header div.inside    {
        width: auto;
    }
    
    #nav div.inside    {
        padding: 20px 0px 0px 8px;
        text-align: left;
        font-size:90%;
    }
    #nav div.inside ul {
        padding: 0px;
        margin: 0px;
            }
    
    #header div.inside {
        text-align: center;
        font-size: 80%;
    }
    
    #vertical_container    {
        display: block;
        width: auto;
    }
    
}
