/*  
Theme Name: Adelmann Bleith Isermann
Theme URI: 
Description: ...
Version: 1.6
Author: cmertens
Author URI: 


*/



/* Begin Typography & Colors */
/* *************************************** */
/* RESET */
/* *************************************** */

div, span, a, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

li, ul {
	list-style-type: none;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin:0;
	padding:0;
	display: inline;
}

/* *************************************** */
/* MAIN */
/* *************************************** */


html {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	background: #fbfbfb;
	color: #333;
}

body {
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Sans-serif;
	margin: 0;
	padding: 0;
	background: #FbFbFb;
}

#main {
	margin: auto;
	text-align: left;
	padding:0;
	width: 770px;
	background: #fff;
	border: 1px solid #f0f0f0;
	}

/* *************************************** */
/* FONTS  LINKS  HEADS */
/* *************************************** */

h1 {padding-left: 0;}

h1,h2,h3 {
	padding: 0.5em;
	
	font-size: 1.2em;
	color: #0164a7;
}

a {
	text-decoration: none; 
	color: #0164a7;
}

a:hover {
	text-decoration: underline;
}



/* *************************************** */
/* KONTEXTMENU */
/* *************************************** */
#kontextmenu {
	float: left;
	display: block;
	background: #0164a7;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	width: 770px;
}


/* *************************************** */
/* MENU */
/* *************************************** */
#menu {
	display: block;
	float: left;	
	width: 200px;
	font-weight: bold;
	margin: 0;
	padding: 1.45em 0 0 0;
}

#menu li {
	display: block;
	padding: 9px;
}


#menu li a {
	display: block;
	color:  #0164a7;
	font-size: 1.1em;
}

#menu li a:hover {
	text-decoration: underline;
}


/* Submenu */
#menu li ul  {
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

	#menu li.current_page_item ul,
	#menu li.current_page_parent ul  {
		padding: 0;
		margin: 0;
		visibility: visible;
		display: block;
	}

	#menu li ul li {
		display: block;
		font-size: 0.85em;
		padding: 4px 4px 4px 10px;
		margin: 0;
		font-weight: normal;
	}


/* *************************************** */
/* CONTENT */
/* *************************************** */


/* CONTENTSTANDARD */
#content, #contentSingle {
	float: left;
	font-weight: normal;
	color: #666;
	width: 548px;
	padding-left: 21px;
}

#content h2, #contentSingle h2 {
	padding-left: 0;
	margin-top: 1.2em;
	padding-bottom: 0;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#content h3, #contentSingle h3, #content a h3, #contentSingle a h3{
	padding-left: 0;
	margin-top: 1em;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 1em;
	border-bottom: 1px solid #e3e3e3;
}

#content a:hover h3, #contentSingle a:hover h3{
	border-bottom: 1px solid #0164a7;
	text-decoration: none;
}

#content h4, #contentSingle h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
} 

#content .entry, #contentSingle .entry{
	display: block;
	padding: 0px 5px 5px 0;
	clear: both;
}


#content p img, #contentSingle p img {
	padding: 5px;
} 
#contentSingle p img, #content p img {display: block; position: relative; float: right;}

#content a.imagelink, #contentSingle p a.imagelink{
	background: none;
	display: block;
	float: right;
	width: 200px;
	height: auto;
	clear: both;
}


#content a.imagelink img, #contentSingle a.imagelink img {
	padding: 5px 0px 15px 5px;
	border: 0;
	height: auto;
	background: #FFF url(images/but_zoom.gif) right bottom no-repeat;
} 

#content p, #contentSingle p{
	margin-top: 0;
	padding-top: 0;
	display: block;
	line-height: 1.35em;
}

#content ul, #contentSingle ul{
	display: block;
	
}

#content ul li, #contentSingle ul li {
	list-style-type: square;
	line-height: 1.6em;
	margin-bottom: 3px;
}

#content a.morelink, #contentSingle a.morelink {
	padding-left: 0.8em;
	background: #FFF url(images/a_link.gif) left center no-repeat;
	display: block;
	float: right;
}

#content table {
    border: 0;
    font-size: 0.90em;
	width: 100%;
}

#content table td {
    border: 0;    
    border-bottom: 1px solid #e4e4e4;
padding: 8px;
vertical-align:top;
}



/* *************************************** */
/* FOOTER */
/* *************************************** */

#QDB {
	position: absolute;
	left: 22px;
	bottom: 190px;
	}

#DAVLogo {
	position: absolute;
	left: 12px;
	bottom: 115px;
}

#schadenfix {
	position: absolute;
	left: 0px;
	bottom:-5px;
	border: none;
}

#bottom {
	padding-top: 3em;
	padding-bottom: 1em;
}

#footer {
	position: relative;
	display: block;
	text-align: center;
	color: #666;
	font-size: 0.85em;
	padding-top: 280px;
}

#kontakt {
	background: #A6AFC2;
	float: left;
	display: block;
	width: 8em;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#kontakt h3, #kontakt p {
	color: #FFF;
	margin: 0;
	padding: 0;
}
	

#footer a {
	color: #666;
}

.red {
	border: 1px solid red;
	margin-top: 150px;
	padding: 0.25em;
	color: #F00;
	font-size: 0.9em;
	font-style: italic;
	display: block;
	text-align: right;
}

/* End Various Tags & Classes*/

.standort {
width: 210px;
float: left;
}

.google-map-sc-canvas {
float: right;
}
