

/*********************************************************************************

	Project		:	HANDWERK-IN-FORM.COM	
	Copyright	:	Design - GRAFIK MAX LEGLER - www.maxlegler.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
/*h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding: 0px; vertical-align:bottom; }
address { font-style: normal;}

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}



ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }



/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android rules here */
  
}
/* ### some new basic style ###################################################################### */
h1,h2,h3,h4,h5,h6 { margin:0px 0px 5px 0px; padding: 0px 0px 5px 0px}

h2 { }

h1 {font-size: 1.2em;}

h2 {font-size: 1em;}

p {
	line-height: 1.5em;
	/*padding-left: 10px;*/
	margin-bottom: 1em;
}

a { text-decoration: none;
	color: #5E5E5E;
}
a:hover { text-decoration:none; color: #7CB746;}

.gal-links{
	text-decoration: none;
	color: #5E5E5E;
}

.image{
    background-color: #F6F6F6;
    box-shadow: 0 0 5px rgba(10, 10, 10, 0.3);
}

.eingerueckt {
	padding: 10px 80px;
}
/* ### BODY ###################################################################### */
body {
	background: #ffffff;
	color: #5E5E5E;
	font-family: 'Ruda', helvetica, sans-serif;
	font-size: small;
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: #fff;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 10000;
    background-image: url("http://www.handwerk-in-form.com/files/pics/hif_logo_intro.png");
    background-position:50% 35%;
}

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */

#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:800px;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin: 0 auto;
	width: 926px;
	height:100px;
}

/* ### Logo ####################################################################### */

#logo{
	padding-top: 30px;
}


/* ### Navigation ####################################################################### */

#nav_block{
	float: right;
	height: 100%;
}


#nav {
	outline: 1px ;
	width: 798px;
	height: 27px;
}

.navactive{
	float: left;
	padding: 5px 20px 0 20px;
	color: #7CB746;
	border-top: 1px solid #7CB746;

}

.navinactive{
	float: left;
	padding: 5px 20px 0 20px;
	color: #5e5e5e;
	border-top: 1px solid #ffffff;

}



/* ### Content #################################################################### */

#column {
	width: 798px;
	height: 100%;
	display: block;
}

#content {
	/*border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;*/
	height: 500px;
	display: block;
	position: relative;
	padding:0;
	
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#content-main {
	width: 798px;
	/*outline: 2px solid #f9f9f9;*/
	margin: 0;
	padding: 0;
	background-color: #fdfdfd;
	/*box-shadow:inset 0 0 7px  rgba(50, 50, 50, 0.1);*/
	box-shadow: 0 10px 30px -15px #333333;
	/*background: #E4E4E4;*/
}

#content-main a {
	color: #7CB746;
}

#content-main a:hover {
	color: #669939;
}

#main-content-left{
	height: 420px;
	padding: 40px 40px;
	float: left;
	width: 250px;
	/*border: 1px solid #ccc;*/
	display: block;
}

#content-block-right{
	height: 400px;
	padding: 20px 30px;
	margin: 30px 0;
	float: left;
	width: 350px;
	border-left:1px solid #d5d5d5;

	/*border: 1px solid red;
	display: block;*/
}

.radius {
    border-radius: 0 0 7px 7px;
}


.schatten {
    /*background-color: #F6F6F6;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 15px 30px -15px #333333;
}


#content-footer{
	vertical-align: bottom;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	width: 740px;
	height: 45px;
	margin: 0 30px;
}

#info{
	padding: 9px 0 0 60px;
	text-align: center;
}

#main {
	clear: both;
	display:block;
	
}

#map-canvas{
	margin: 0 auto;
	display:block;
	box-shadow: 0 0 15px  rgba(160, 160, 160, 0.5);
	/*border: 2px solid #e3e3e3;*/
}

.team{
	width: 500px;
}

#impressum{
	padding: 7px 0 0 10px;
	width: 100px;
}

#copyright{
	float: right;
	padding: 7px 10px 0 7px;
}

/* ### main-block => MainContent ################################################### */

#main-block {
	color: #666666;
	display:block;
}


#main-content-block {
	padding: 40px;
	display:block;
	height: 400px;
	overflow: auto;
}

#content-impressum {
	padding: 40px;
	display:block;
	height: 1600px;
}

#main-content-gallery {
	padding: 15px 40px;
	display:block;
}


.gal-list {
	padding: 0px 20px;
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

#gallery{
	padding-left: 100px;
	padding-top: 15px;
}

.ad-image{
    background-color: #bababa;
	box-shadow: 0 0 15px  rgba(10, 10, 10, 0.5);
}


/* ### Footer ###################################################################### */

#footer {
	color: #c9c9c9;
	display:inline-block;
	width: 798px;
	height: 30px;
	margin: 0 auto;
	vertical-align: bottom;
	outline: 1px solid #e6e6e6;
	background-color: #efefef;
}

#footer p {
	padding: 20px 0;
	color: #dfdfdf;
	background:inherit;
	display: inline-block;
}

#footer div {
	display: inline-block;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}

/*### Extras ##########################*/

box-shadow: 0 15px 30px -15px #333333;


#nav_block:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


