

/* default elements */
* {margin: 0; padding: 0;}
*:focus { outline: none; }
.clearing {clear: both;}

body {
	background: #FFFFFF;
	background-image:url(img/hg_main_02.png);
	background-repeat: repeat-x;
	font-family:Gill Sans, Gill Sans MT, Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
}

globalnav {
	width: 980px;
    height: 40px;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

a:link {
    text-decoration:none;
    outline: none;
}
a:visited {
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}

h1 {
	font-size: 20px;
	font-family:Gill Sans, Gill Sans MT, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:none;
		
}

h3 { font-size: 150%;
		font-family:Gill Sans, Gill Sans MT, Helvetica, Arial, Verdana, sans-serif;
		font-weight:normal;
}


/* structure */
#wrapper {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 980px;
}

#main {
	background: #FFFFFF;
	background-image:url(img/hg.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 980px;
	float:none;
}

#home {
	background: #FFFFFF;
	background-image:url(img/hg.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 980px;
	float:none;
}

#about {
	width: 960px;
	padding-left:20px;

}
#taoist {
	width: 589px;
	padding-left: 197px;
	font-style: normal;
}

#abouttext {
	width: 550px;
	padding-left:20px;
	float:left;
	
}

#contactbild {
	width: 390px;
	padding-left:180px;
	float:left;
	
}

#intro {
	width: 616px;
	padding-left:20px;
	padding-top:10px;
	font-size: 100%;
	padding-right: 10px;
	float: left;
}

#introright {
	width: 293px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 100%;
	padding-right: 10px;
	float: left;
	background: #7491c5;
	color: #FFFFFF;
}
#startbild {
	background: #d5deed;
	width: 293px;
	height:340px;
	font-size:16px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	float:left;
	
}

#test {
	background: #d5deed;
	width: 303px;
	height:303px;
	font-size:11px;
	padding-left:10px;
	margin-left:10px;
}


#footer {
	
	background: #d8dbdc;
	background-image:url(img/footer_11.png);
	background-repeat:x-repeat;
	margin: 0 auto;
	width: 940px;
	font-size:11px;
	padding-left:20px;
	clear:both;
}


form {
	background-color:#d5deed;
	/**background-image:url(img/hg_main_02.png);
	background-repeat: repeat-x;**/
	width: 549px;
	padding: 20px;
}
	
label {
	display:inline-block;
	cursor: pointer;
	width: 200px;
	padding: 5px;
	margin-top: 0px;
}

input {
	display:inline-block;
	cursor: pointer;
	width: 200px;
	padding: 2px;
}	

input:focus {
	background-color:#7390c4;
}	

embed:focus {outline:none;}

classes {
	font-size: 18px;
	font-family: Gill Sans, Gill Sans MT, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: none;
}

.button {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font: 800;
    color: #CCCCCC;
    background: #242424; /* Old browsers */
    background: -moz-linear-gradient(top,  #71c6d1 0%, #6ab9c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #707070 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #707070 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #707070 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(top,  #707070 0%,#242424 100%); /* W3C */
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.button:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 2px rgba(0,0,0,.5);
    -mox-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 2px rgba(0,0,0,.5);
}

.button:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,.8);
    -mox-box-shadow: inset 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0,.8);
}

.big {
    color: #000000;
    padding: 0 40px;
    margin: 10px;
    padding-top: 10px;
    height: 45px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    background: #6ab9c4; /* Old browsers */
    background: -moz-linear-gradient(top,  #A3F4FF 0%, #6ab9c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3F4FF), color-stop(100%,#6ab9c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #A3F4FF 0%,#6ab9c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #A3F4FF 0%,#6ab9c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #A3F4FF 0%,#6ab9c4 100%); /* IE10+ */
    background: linear-gradient(top,  #A3F 0%,#6ab9c4 100%); /* W3C */
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}