

/* CSS Document */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-padding-start: 0;
	
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Macro */



body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
}


/* CSS Document */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

@charset "utf-8";
/* CSS Document */

#wrapper {
	padding:0 0 20px 0;
	background-color:#FFF;
}
#inner-wrapper, #inner-footer {
	width:980px;
	padding-left: 0;
}

#globalWrapper {
	width: 980px;
	display:inline-block !important;
}
body {
	padding: 0;
	margin: 0;
	background-color: #f1f1f1;
}
.invis {
	position: absolute;
	left: -9999px;
}
/* >>> .box */
.box, .box-simple {
	position: relative;
}
.box {
	border: 1px solid #a2a2a2;
	background-color: #fff;
}
.box.blue {
	background: #e0eaf3;
}
.box.box-grey {
	background-color: #f6f6f6;
}

.box .head {
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #a2a2a2;
	background: #ccddeb;
}

body .box .head.head-blue {
	background: #059;
	border-bottom: 1px solid #a2a2a2;
}

.box .subhead.subhead-blue {
	background-color: #3277ae;
	border-bottom: 1px solid #a2a2a2;
}

.box .head.orange {
	background: #f60;
}
.box .head a {
	color: #fff;
}
.box .head span.right {
	margin-top: 3px;
	font-size: 1.2em;
}
.box .head h2, .box .head h3 {
	margin: 0;
}

.box .head h2 {
	color: #2d2d2d;
	font-size: 1.5em;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
}

.box dd.body {
	margin: 0;
}
/* >>> Rounded corners */
.top-left, .top-right, .bottom-left, .bottom-right {
	display: block;
	position: relative;
	z-index: 1;
	width: 5px;
	height: 5px;
	line-height: 0;
	font-size: 0;
	background: url(http://static.myhammer.com/v3/live/structure/corners_A2A2A2_10x10.gif) no-repeat;
}
.box .top-left, .box .top-right, .box .bottom-left, .box .bottom-right {
	width: 5px;
	height: 5px;
	background: url(http://static.myhammer.com/v3/live/structure/corners_A2A2A2_10x10.gif) no-repeat;
}
.top-left, .bottom-left {
	float: left;
}
.top-right, .bottom-right {
	float: right;
}
.top-left, .top-right {
	margin-bottom: -5px
}
.top-left {
	margin-right: -5px;
}
.bottom-left {
	margin: -5px -5px 0 0;
}
.bottom-right {
	margin-top: -5px;
}
/* .top-left */
.top-left {
	top: 0;
	left: 0;
}
/* .box .top-left */
.box .top-left {
	top: -1px;
	left: -1px;
}
/* .top-right */
.top-right {
	top: 0;
	right: 0;
	background-position: right top !important;
}
/* .box .top-right */
.box .top-right {
	top: -1px;
	right: -1px;
}
/* .bottom-left */
.bottom-left {
	bottom: -1px;
	left: 0;
	background-position: left bottom !important;
}
/* .box .bottom-left */
.box .bottom-left {
	bottom: -1px;
	left: -1px;
}
/* .bottom-right */
.bottom-right {
	bottom: -1px;
	right: 0;
	background-position: right bottom !important;
}
/* .box .bottom-right */
.box .bottom-right {
	bottom: -1px;
	right: -1px;
}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
.col1 {
	width: 280px;
}
.col2 {
	width: 278px;
}


/* Buttons */
a.buttonType1.a:active,
a.buttonType1.b:active,
a.buttonType1.c:active,
a.buttonType1.d:active {
	padding: 2px 9px 0px 11px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


a.buttonType2.a:active,
a.buttonType2.b:active,
a.buttonType2.c:active,
a.buttonType2.d:active {
	padding: 3px 9px 1px 11px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


a.buttonType1 {
	background-repeat:repeat-x;
	display: inline-block;
	line-height: auto;
	padding: 1px 10px 1px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: white !important;
}
a.buttonType2 {
	background-repeat:repeat-x;
	display: inline-block;
	line-height: auto;
	padding: 2px 10px 2px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: white !important;
}

a.buttonType1 .buttonTriangle {
	background-position: 0 2px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 10px;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}

a.buttonType2 .buttonTriangle {
	background-position: 0 4px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 10px;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}

a.buttonType1.a {
	border: 1px solid #F60;
	background-position: 0 -350px;
	background-color: #F60;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType2.a {
	border: 1px solid #F60;
	background-position: 0 -280px;
	background-color: #f60;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}

a.buttonType1.b {
	border: 1px solid #059;
	background-position: 0 -490px;
	background-color: #059;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType2.b {
	border: 1px solid #059;
	background-position: 0 -420px;
	background-color: #059;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType1.c {
	border: 1px solid #666;
	background-position: 0 -630px;
	background-color: #666;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType2.c {
	border: 1px solid #666;
	background-position: 0 -560px;
	background-color: #666;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType1.d {
	border: 1px solid #a2a2a2;
	background-position: 0 -1120px;
	background-color: #a2a2a2;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
a.buttonType2.d {
	border: 1px solid #a2a2a2;
	background-position: 0 -1050px;
	background-color: #a2a2a2;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}
/* Standard Schrift */
.c0 {
	font-size: 1.4em;
	color: #2d2d2d;
}
.c1 {
	font-size: 1.2em;
	color: #2d2d2d;
}
.c2 {
	font-size: 1.1em;
	color: #2d2d2d;
}
/* Links */
.L1o {
	color: #f60;
	font-size: 1.2em;
}
.L2o {
	color: #f60;
	font-size: 1.1em;
}
.L1g {
	color: #2d2d2d;
	font-size: 1.2em;
}
.L2g {
	color: #2d2d2d;
	font-size: 1.1em;
}
/* Überschriften */
h1 {
	font-size: 2.1em;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
	color: #2d2d2d;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	color: #f60;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	line-height: 13px;
	padding: 0 0 10px 0;
	color: #2d2d2d;
}
.blue h3 {
	color: #fff;
}
.o {
	color: #f60;
}
.o80 {
	color: #ff8533;
}
.o70 {
	color: #ff944c;
}
.o40 {
	color: #ffc299;
}
.o30 {
	color: #ffd1b2;
}
.o20 {
	color: #ffe0cc;
}
.o12 {
	color: #ffece0;
}
.o5 {
	color: #fff7f2;
}
.b {
	color: #059;
}
.b80 {
	color: #3377ad;
}
.b70 {
	color: #4c88b7;
}
.b40 {
	color: #99bbd6;
}
.b30 {
	color: #b2cce0;
}
.b20 {
	color: #ccddeb;
}
.b12 {
	color: #e0eaf3;
}
.b5 {
	color: #f2f6fa;
}
.g {
	color: #000;
}
.g80 {
	color: #2d2d2d;
}
.g70 {
	color: #444;
}
.g40 {
	color: #666;
}
.g30 {
	color: #a2a2a2;
}
.g20 {
	color: #d9d9d9;
}
.g12 {
	color: #ebebeb;
}
.g5 {
	color: #f9f9f9;
}
.ul {
	text-decoration:underline;
}
.c1 {
	font-size: 1.2em;
}
.c2 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.box .footer {
	background-color: #d9d9d9;
	border-top: 1px solid #a2a2a2;
	text-align:right;
}

.box .footer a {
	text-decoration: underlined;
	font-style:italic;
	font-size: 1.1em;
	color: #2d2d2d;
	line-height: 23px;
	padding-right: 10px;
}
.box .head h3 {
	font-size: 1.5em;
	color: #FFF;
	font-weight:bold;
	padding: 0;
}

.top_link {
	margin-top: 10px;
	text-align:right;
	font-style:italic;
	padding-right: 12px;
	background-repeat:no-repeat;
	background-position: 100% -976px;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}

.margin10 {
	margin: 10px;
}
.margin10t {
	margin-top: 10px;
}
.margin10r {
	margin-right: 10px;
}
.margin10b {
	margin-bottom: 10px;
}
.margin10l {
	margin-left: 10px;
}

.margin20t {
	margin-top: 20px;
}
.margin20r {
	margin-right: 20px;
}
.margin20b {
	margin-bottom: 20px;
}
.margin20l {
	margin-left: 20px;
}

.noPadding {
	padding: 0;
}
.padding10 {
	padding: 10px;
}

.padding10l {
	padding-left: 10px;
}

.padding10t {
	padding-top: 10px;
}
.padding10b {
	padding-bottom: 10px;
}
.padding5t {
	padding-top: 5px;
}
.padding5l {
	padding-left: 5px;
}
.padding5b {
	padding-bottom: 5px;
}
.padding3b {
	padding-bottom: 3px;
}
.padding18b {
	padding-bottom: 18px;
}
.padding20r {
	padding-right: 20px;
}
.padding20l {
	padding-left: 20px;
}
.padding20b {
	padding-bottom: 20px;
}
.margin20b {
	margin-bottom: 20px;
}
.margin5r {
	margin-right: 5px;
}
a:hover {
	text-decoration:none;
}
.BannerHolder {
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
}
strong, .strong {
	font-weight: bold;
}
hr {
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	background-color: #a2a2a2;
	border: none;
}
ul.BulletList li {
	list-style: none;
	font-size: 1.2em;
	padding: 0 0 5px 10px;
	background-image: url(http://static.myhammer.com/v3/live/structure/pic_bullet-2D2D2D_5x5_tp.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.replaced {
	display: block;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
.invisible {
	position:absolute;
	left: -9999em;
}
.hideOverflowX {
	overflow-x:hidden;
}
#hpBackground {
	background-color: #FFF;
}
#SkyScraper {
	margin-top: 79px;
	height: 600px;
	width: 120px;
	background-color:#fff;
	float: left;
}

#MarketingContent {
	margin-bottom: 20px;
}

.footer .col1 {
	padding-left: 10px;
}
.townBox .footer a {
	padding-right: 0;
}
.townBox ul, .townBox li {
	margin: 0;
	padding: 0;
	list-style:none;
}
.townBox li {
	float: left;
	white-space:nowrap;
}


.box_content {
	height: 204px;
	width: 278px;
	overflow:hidden;
}

.box_content_w100 {
	width: 100%;
	overflow: hidden;
}

.box_content140 {
	height: 258px;
	width: 118px;
}

.box_content115 {
	height: 93px;
	overflow: hidden;
}

.box_content115f {
	height: 69px;
	overflow: hidden;
}

.box_content115f ul li {
	padding-left: 25px !important;

}

.box_content_big {
	height: 228px;
}

.box_content_h150 {
	height: 150px;
	overflow:hidden;
}

.textalignR {
	text-align:right;
}

.active {
	color: #2d2d2d !important;
}

/* Breadcrumb & Messageholder */
#TopContainer {
	height: 30px;
}

#BreadcrumbContainer {
	height: 11px;
}

#ThisWayContainer {
	height: 12px;
	line-height: 12px;
	text-align: right;
}

/* .box-red */
.box-red {
border-color: #a2a2a2;
color: #f00;
background: #ffd9d9;
font-weight: bold;
font-size: 1.5em;
}
/* .box-green */
.box-green {
border-color: #a2a2a2;
color: #090;
background: #ccebcc;
font-weight: bold;
font-size: 1.5em;
}

.meesage {
	
}

.message a {
	color: #2d2d2d;
}

.box-red .padding, .box-green .padding {
	padding: 0;
}

.box-red .body {
	padding: 10px 10px 10px 50px;
	background: url(http://static.myhammer.com/v3/live/structure/pic_achtung-rot_30x30_bgFFD9D9.gif);
	background-repeat: no-repeat;	
	background-position: 10px 10px;
}

.box-green .body {
	padding: 10px 10px 10px 50px;
	background: url(http://static.myhammer.com/v3/live/structure/pic_haken-gruen_30x30_bgCCEBCC.gif);
	background-repeat: no-repeat;	
	background-position: 10px 10px;
}


.box-green .multiMessage {

}

#messageBox .oneColumnFix {
	line-height: 30px;
}

#systemMessageHolder {
	display: none;
	padding-bottom: 20px;
}

#messageBox {
	margin-bottom: 10px;
}

#messageBox.last {
	margin-bottom: 0;
}

.InlineSuccessMessages{
	color:#009900; 
	background: url(http://static.myhammer.com/v3/live/structure/ico_haken-gruen-eckig_16x16_tp.gif) no-repeat left 8px;
	padding:0 0 0 20px;
}

.InlineErrorMessages{
	color:#FF0000;
	background: url(http://static.myhammer.com/v3/live/structure/ico_achtung-rot-eckig_16x16_tp.gif) no-repeat left;
	padding:0 0 0 20px;
}

/* FAQ List */
dl.faqList {
	font-size: 1.2em;
}

dl.faqList dt{
	color: #2d2d2d;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	cursor: pointer;
	background-repeat: no-repeat;	
	background-position: 0 5px;
	background-image: url(http://static.myhammer.com/v3/live/structure/pic_pfeil-closed-005599_7x7_tp.gif);
}

dl.faqList dt.active{
	background-image: url(http://static.myhammer.com/v3/live/structure/pic_pfeil-opened-005599_7x7_tp.gif);
}

dl.faqList dd {
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	display: none;
	color: #2d2d2d;
}

dl.faqList dd.active {
	display: block;
}

/*Breadcrumb*/
dl#breadcrumb {
	margin: 0;
}

dl#breadcrumb dt {
	float: left;
	text-indent: -9999px;
	display: inline-block;
	width: 1px;
}

dl#breadcrumb dd {
	float: left;
	font-size: 1.1em;
	color: #666;
	padding: 0 10px 0 5px;
	background-repeat:no-repeat;
	background-position: 100% -66px;
	background-image: url(http://static.myhammer.com/v3/live/structure/MH_global-elements_v2.gif);
}

dl#breadcrumb dd a {
	color: #666;
}

dl#breadcrumb dd.first {
	padding-left: 0;
}

dl#breadcrumb dd.last {
	background: none;
	font-weight: bold;
}


/* google */
#SkyScraper {
	height: 600px; 
	width: 160px; 
	float: left; 
	margin-bottom: 20px; 
	background-color:#FFF
}

#SkyScraperAdsense {
	overflow: hidden;
	width: 148px;
	border: 1px solid #004E9A;
	padding: 0 5px;
	background: #F6F6F6;
	text-align: left;
	font-size: 11px;
}
#SkyScraperAdsense .goggleLink {
	margin-bottom: 10px;
}
#SkyScraperAdsense .goggleLink a {
	color: #000;
}

#SkyScraperAdsense ul{
	list-style-type: none;
}
#SkyScraperAdsense ul li {
	margin-bottom: 10px;
}

#SkyScraperAdsense ul li a span b {
	color: #000;
	font-weight: bold;
}
/* error */

.errorMessage{
	color:#ff0000;
	padding:3px;
}

.errorBorder{
	border:2px solid #ff0000;
}

