@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------
CSS Styles for <Dr. Gassner>.

--------------------------------------------------------------------------------------------------------*/

/* General
--------------------------------------------------------------------------------------------------------*/
/* Removing margin/padding */
@import url(/font/roboto.css?family=Archivo+Narrow:400,400italic|Roboto+Condensed:400,300italic);
* {
  margin: 0;
  padding: 0;
}

/* Giving margin back to several elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
    margin: 10px 0;
}
p{
	margin: 2px 0 12px 0;
}
h2 {
    font-size: 18px;
    font-weight: normal;
}
/* Class for clearing floats */
.clear {
  clear: both;
}

body {
    color: #787878;
    font-family:  'Roboto Condensed', verdana sans-serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 2px;
	background: #e6e6e6;
	line-height:18px;
}
a{
	color: #f88e76;
	text-decoration: none;
}
a:hover{
	color: #f88e76;
	text-decoration: underline;
}
.active{
	color: #0000B6;
}

li>a {
	color: #787878;
}
li>a:hover{
	text-decoration: none;
}


.normal {
	color: #787878;
}
/* End General
--------------------------------------------------------------------------------------------------------*/

#MainLayout {
    background: url("../img/bgbody.png") no-repeat scroll right bottom #F4F4F4;
    box-shadow: 0 0 24px #B9B9B9;
	-moz-box-shadow: 0 0 24px #b9b9b9;
	-webkit-box-shadow: 0 0 24px #b9b9b9;
    left: 50%;
    margin-left: -503px;
    margin-top: -325px;
    position: absolute;
    top: 50%;
    width: 1025px;
}
#TopLayout{
	height: 270px;
}
#BottomLayout{
	height: 388px;
}
.left{
	float: left;
}
.right{
	float: left;
	width: 605px;
}
#TopLayout ul{

}
#TopLayout li {
    display: block;
    float: right;
    text-align: right;
    width: 100%;
	padding: 2px 17px 2px 0;
	position:relative;
}

#TopLayout .left{
	padding: 0 ;
	width: 420px;
	margin-top:70px;
}


#TopLayout .right{
	background: #fff;
	height: 271px;
}

.submenu {
	display:none;
	margin-left:0px;
	padding:10px 32px;
	position:absolute;
	left:420px;
	top:-20px;
}

.menu >li:hover {
	
}
.menu > li:hover .submenu, .submenu:hover, .submenu li:hover, .submenu a:hover {
	display:block;
}

ul.liste li {
	padding:0;
	margin:0;
}
#TopLayout .submenu li {
	text-align:left;
	width:180px;
}

.BlueBloc{
	background: #0000b6;
	height: 55px;
}
.topBlock {
	text-align:right;
	background-color:#7B7C7E;
}

.SiteTitle {
    letter-spacing: 8px;
    padding: 42px 12px 5px;
    position: absolute;
}

#TopLayout .BlueBloc{
	width: 246px;
	float: right;
}
#BottomLayout .BlueBloc{
	background: #0000b6;
	height: 55px;
}
#BottomLayout .left{
	width: 420px;
}
#BottomLayout .right{
	height: 271px;
}
#BottomLayout .left .leftBar1{
	width: 71px;
	height: 333px;
	background: #7b7c7e;
	display: block;
	float: left;
}
#BottomLayout .left .leftBar2 {
    background: none repeat scroll 0 0 #7B7C7E;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial;
    font-size: 8px;
    height: 149px;
    padding: 182px 7px 2px;
    width: 75px;
}
#BottomLayout .left .leftBar3 {
    background: none repeat scroll 0 0 #7B7C7E;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial;
    font-size: 8px;
    height: 60px;
    padding: 272px 9px 2px;
    width: 72px;
}

#BottomLayout .left .leftBar4 {
    background: none repeat scroll 0 0 #7B7C7E;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial;
    font-size: 8px;
    height: 333px;
    width: 127px;
}
#BottomLayout .left .leftBar5 {
    background: none repeat scroll 0 0 #7B7C7E;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial;
    font-size: 8px;
    height: 333px;
    width: 120px;
}

#BottomLayout .right {
    padding: 17px;
    width: 571px;
}

#BottomLayout .right ul{
	list-style: none outside none;
}

#BottomLayout .right ul li{
	padding: 2px 0;
}

.nowrap {
	white-space:nowrap;
}
td, th {
	vertical-align: top;
	padding:2px;
}
td:first-child{
	padding-right:12px;
}


/*******************Praxis Page Style ***************/
#praxis #BottomLayout .BlueBloc{
	height: 53px;
}
#praxis #BottomLayout .right{
	padding: 0;
}
#praxis #MainLayout{
	background: #F4F4F4;
}
/*******************Praxis Page Style end***************/

/*------------------Anfahrt Page Style ----------------*/
#anfahrt .left-right-bloc {
    float: left;
    width: 281px;
	margin-top: 15px;
}
#anfahrt .right-right-bloc {
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 15px;
    width: 269px;
}
#anfahrt .desclaimer-link {
    display: block;
    margin-top: 56px;
    position: relative;
    text-decoration: underline;
}
/*-------------Praxis Page Style end-------------*/
#impressum #BottomLayout .right {
    font-size: 12px;
    letter-spacing: 1px !important;
}
#impressum .desclaimer-link{
	display: block;
    margin-top: 40px;
    position: relative;
    text-decoration: underline;
}

/*--------------- Fancybox ----------------------*/
#fancybox-wrapper {
	height:0;
	display:none;
	visibility:hidden;
	
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#BottomLayout .left .leftBar2 {
		padding-top: 127px;
		height: 193px;

	}
 }
 
 @media \0screen {
  #MainLayout {border: 1px solid #d5d5d5;}
}














































