@charset "utf-8";

/*======================================================================
	BLITZBLANK CSS Document
	--------------------------------------------------------------------
	Website by:
	-
	Thomas Bertram
	web: Thommey.com
	mail: info@thommey.com
======================================================================*/


/*======================================================================
	GLOBAL
======================================================================*/

 * {
	margin: 0;
	padding: 0;
	}

 a:focus { outline:none }

 img { border: none; }

 body {
	margin: 0;
	padding: 0;
	color: #004171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	background: url("../img/background.jpg") repeat-x #e8edf1;
	}


/*======================================================================
	TEXT
======================================================================*/

 a:link, a:visited {
	color: #004171;
	text-decoration: underline;
	}

 a:hover, a:active {
	color: #004171;
	text-decoration: none;
	}

 p.info {
	padding: 5px 10px 5px 10px;
	border: 1px dotted #004171;
	margin: 0 10px 12px 0;
	}


/*======================================================================
	TEXT  ( Title )
======================================================================*/

 h1 {
	margin-bottom: 8px;
	height: 37px;
	color: #f6c53c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	text-indent: 11px;
	background: url("../img/h1.jpg") 0px 0px no-repeat;
	}

 h2 {
	margin-bottom: 8px;
	color: #004171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
	background: url("../img/arrow.gif") 0px 8px no-repeat;
	border-bottom: 1px solid #e6e6e6;
	}

 h3 {
	color: #004171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	}


/*======================================================================
	STRUCTURE  ( 00 | Misc )
========================================================================
	00	->			00  =  Misc
	01	-->			01  =  Menu
	02	--->		02  =  Menupoints
	03	---->		03  =  Header
	04	----->		04  =  Content
	05	------>		05  =  Footer
	06	------->	06  =  Footmenu
======================================================================*/

 #page {
	margin: 0px auto;
	width: 756px;
	text-align: left;
	}


/*======================================================================
	STRUCTURE  ( 01 | MENU )
======================================================================*/

 #menu {
	margin: 22px 0 0 0;
	padding: 0;
	height: 44px;
	width: 756px;
	background: url("../img/bg_menu.png") top left no-repeat;
	}

 #menu ul {
	margin: 0 0 0 286px;
	padding: 0;
	height: 44px;
	width: 462px;
	list-style: none;
	}

 #menu li {
	margin: 0;
	padding: 0;
	height: 44px;
	list-style: none;
	display: inline;
	float: left;
	}


/*======================================================================
	STRUCTURE  ( 02 | MENUPOINTS )
======================================================================*/

 #menu #m-01 a { /* Startseite */
	height: 44px;
	width: 74px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") 0px 0px no-repeat;
	}
 #menu #m-01 a:hover { background-position: 0px -44px; }
 #menu #m-01 a:active, #menu #m-01 a.active { background-position: 0px -88px; }

 #menu #m-02 a { /* Firmenprofil */
	height: 44px;
	width: 86px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") -74px 0px no-repeat;
	}
 #menu #m-02 a:hover { background-position: -74px -44px; }
 #menu #m-02 a:active, #menu #m-02 a.active { background-position: -74px -88px; }

 #menu #m-03 a { /* Leistungen */
	height: 44px;
	width: 79px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") -160px 0px no-repeat;
	}
 #menu #m-03 a:hover { background-position: -160px -44px; }
 #menu #m-03 a:active, #menu #m-03 a.active { background-position: -160px -88px; }

 #menu #m-04 a { /* Referenzen */
	height: 44px;
	width: 79px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") -383px 0px no-repeat;
	}
 #menu #m-04 a:hover { background-position: -383px -44px; }
 #menu #m-04 a:active, #menu #m-04 a.active { background-position: -383px -88px; }

 #menu #m-05 a { /* Kontakt */
	height: 44px;
	width: 64px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") -239px 0px no-repeat;
	}
 #menu #m-05 a:hover { background-position: -239px -44px; }
 #menu #m-05 a:active, #menu #m-05 a.active { background-position: -239px -88px; }

 #menu #m-06 a { /* Impressum */
	height: 44px;
	width: 80px;
	text-indent: -777777px;
	display: block;
	background: url("../img/menu.gif") -303px 0px no-repeat;
	}
 #menu #m-06 a:hover { background-position: -303px -44px; }
 #menu #m-06 a:active, #menu #m-06 a.active { background-position: -303px -88px; }


/*======================================================================
	STRUCTURE  ( 03 | HEADER )
======================================================================*/

 #header {
	width: 756px;
	height: 176px;
	background: url("../img/header.jpg") top left no-repeat;
	}

/*======================================================================
	STRUCTURE  ( 04 | CONTENT )
======================================================================*/

 #content {
	width: 756px;
	background: url("../img/bg.gif") 252px 0px repeat-y #fff;
	}

 #content #left {
	width: 234px;
	padding: 10px 0 25px 8px;
	float: left;
	}

 #content #right {
	width: 484px;
	margin: 10px 0 25px 20px;
	float: left;
	}

 #content #right .txt { padding: 0 0 0 11px; margin-bottom: 18px; line-height: 16px; }

 #content #right .refbox { width: 220px; height: 70px; float: left; }

 #content #right #innung { width: 460px; height: 66px; margin: 35px 0 0 0; font-size: 9px; line-height: 14px; background: url("../img/logo_innung.jpg") top right no-repeat; }

 #content #right #innung p { padding: 19px 0 0 0; }

 #content #right #foto { width: 140px; margin: 0 15px 0 20px; background: url("../img/maria_baeker.jpg") top center no-repeat; float: right; }

 #content #right #foto p { width: 140px; margin: 166px 0 0 0; text-align: center; float: none; }


/*======================================================================
	STRUCTURE  ( 05 | FOOTER )
======================================================================*/

 #footer {
	width: 756px;
	height: 55px;
	color: #afb1c3;
	text-align: center;
	font-size: 10px;
	background: url("../img/bg_footer.png") bottom left no-repeat;
	}

 #footer p { padding-top: 12px; line-height: 15px; }
 #footer a:link, #footer a:visited { color: #afb1c3; text-decoration: none; }
 #footer a:hover, #footer a:active { color: #9496a7; text-decoration: none; }


/*======================================================================
	STRUCTURE  ( 06 | FOOTMENU )
======================================================================*/

 #footmenu {
	width: 756px;
	line-height: 40px;
	color: #afb1c3;
	text-align: center;
	}

 #footmenu a:link, #footmenu a:visited { color: #004171; text-decoration: none; }
 #footmenu a:hover, #footmenu a:active { color: #004171; text-decoration: underline; }


/*======================================================================
	CONTENT  ( INFO LIST )
======================================================================*/

 #content #left ul {
	margin: 0;
	padding: 0;
	width: 236px;
	list-style: none;
	background: #dae2e8;
	}

 #content #left li {
	margin: 0 0 5px 5px;
	padding: 0;
	width: 226px;
	height: 26px;
	line-height: 25px;
	text-indent: 28px;
	list-style: none;
	background: url("../img/bg_list.png") top left no-repeat;
	}

 #content #left li a { text-decoration: none; }
 #content #left li a:hover { text-decoration: underline; }
 #content #left li a.aktiv { text-decoration: underline; }

 #content #left li.title1 { /* Leistungen */
	margin: 0 0 5px 0;
	width: 236px;
	height: 28px;
	background: url("../img/list_leistungen.jpg") top left no-repeat;
	}

 #content #left li.title2 { /* Kontaktdaten */
	margin: 0 0 5px 0;
	width: 236px;
	height: 28px;
	background: url("../img/list_kontaktdaten.jpg") top left no-repeat;
	}

 #content #left li.end {
	margin: 0;
	width: 236px;
	height: 5px;
	line-height: 5px;
	background: url("../img/list_end.jpg") bottom left no-repeat;
	}

/*======================================================================
	CONTENT ( FORMULAR )
======================================================================*/

 .formerror {
	background: #ffdada;
	border: 1px solid #de9b9b;
	}

 .formfeld {
	width: 190px;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	color: #9d9d9d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #d4d4d4;
	}
 .formfeld:hover, .formfeld:focus { background: #f1f1f1; }

 .formfeld2 {
	width: 200px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 10px;
	color: #9d9d9d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #d4d4d4;
	}
 .formfeld2:hover, .formfeld2:focus { background: #f1f1f1; }

 .fb { margin-bottom: 5px; }

 .formsenden {
	padding: 5px 10px 5px 10px;
	color: #9d9d9d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: pointer;
	}
 .formsenden:hover { color: #004171; background: #f1f1f1; }

/*======================================================================
	JTIP
======================================================================*/

 .bt-info a {
	margin-top: 5px;
	height: 19px;
	width: 79px;
	text-indent: -777777px;
	display: block;
	background: url('../img/bt_info.gif') 0 0 no-repeat;
	}
 .bt-info a:hover, .bt-info a:active, .bt-info a.active { background-position: 0 -19px; }

 .bt-web a {
	margin-top: 5px;
	margin-left: 5px;
	height: 19px;
	width: 31px;
	text-indent: -777777px;
	display: block;
	background: url('../img/bt_web.gif') 0 0 no-repeat;
	}
 .bt-web a:hover, .bt-web a:active, .bt-web a.active { background-position: 0 -19px; }

#JT_arrow_left{
	background-image: url('../img/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url('../img/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	text-align: left;
	z-index:100;
	border: 2px solid #dae2e8;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
}

.JT_loader{
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #dae2e8;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #dae2e8;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy span.taetigkeiten {
margin:10px 0 0 0;
color: #666;
font-weight: bold;
display: block;
}

#JT_copy p{
margin:2px 0;
color: #666;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #dae2e8;
}

.jTip{
cursor:help;
}

/*======================================================================
	END OF STYLE
======================================================================*/
