/*--------------------------------------------------------------*/
/* 		HOEHENWERKSTATT																						*/
/* 		STYLESHEET									        											*/
/*--------------------------------------------------------------*/
/* 		DESIGN AND PROGRAMMING by JNSM	    											*/
/* 		http://www.jnsm.at																				*/
/* 		martin@jnsm.at & mattias@jnsm.at						              */
/*--------------------------------------------------------------*/

/*		enough Bla Bla... let's get to work!!!										*/

/*--------------------------------------------------------------*/
/*		E L E M E N T S
/*--------------------------------------------------------------*/

* {margin:0;padding:0;}

html,body {
	height: 100%;
}

body {
	background-image: url(../images/bgbody.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #DFDED8;
	color: #3f3f3f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

body.sub {
	background-image: url(../images/bgbody_sub.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 184px;
	height: 85px;
	position: absolute;
	top: 60px;
	text-indent: -9999px;
}

body.sub h1 {
	background-image: url(../images/logo_sub.gif);
	top: 18px;
}

h3 {
	background-color: #DBD9D3;
	border-bottom: 1px solid #9C9A95;
	font-size: 11px;
	color: #BC1C10;
	padding: 10px 0 3px 10px;
	margin-bottom: 25px;
}

h3.short {
	width: 150px;
}

h3 span {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;

}

h4 span {
	font-size: 10px;
	font-weight: normal;
}

a {
	color: #3497C2;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

img {border:0;}

/*--------------------------------------------------------------*/
/*		D I V S
/*--------------------------------------------------------------*/

#wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-image: url(../images/bgheader.jpg);
	background-repeat: no-repeat;
	height: 207px;
	position: relative;
}

#header p {
	position: absolute;
	top: 0;
	right: 32px;
	font-size: 10px;
}

#header p a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#header_sub {
	background-image: url(../images/bgheader_sub.jpg);
	background-repeat: no-repeat;
	height: 127px;
	position: relative;
}

#header_sub div {
	position: absolute;
	top: 0;
	right: 32px;
	font-size: 10px;
}

#header_sub div p a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#navi {
	background-image: url(../images/bgnavi.gif);
	background-repeat: no-repeat;
	height: 26px;
}

.subcontent {
	background-image: url(../images/bgnavi2.gif) !important;
}

#navi ul {
	margin-left: 20px;
	list-style-type: none;
}

#navi ul li {
	float: left;
	height: 26px;
}

#navi ul li a, #navi ul li p {
	display: block;
	height: 26px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding:0;
}

#navi ul li a:hover {
	background-position: 0 -26px;
}

#navi ul li.active p, #navi ul li.active a, #navi ul li.trail a {
	background-position: 0 -26px;
}

li.linkhome a, li.linkhome p {background-image:url(../images/linkhome.gif);width:50px;}
li.linknews a, li.linknews p {background-image:url(../images/linknews.gif);width:55px;}
li.linkleistungen a, li.linkleistungen p {background-image:url(../images/linkleistungen.gif);width:85px;}
li.linkuntern a, li.linkuntern p {background-image:url(../images/linkuntern.gif);width:101px;}
li.linkref a, li.linkref p {background-image:url(../images/linkref.gif);width:150px;}
li.linkgalerie a, li.linkgalerie p {background-image:url(../images/linkgalerie.gif);width:86px;}
li.linklinks a, li.linklinks p {background-image:url(../images/linklinks.gif);width:51px;}
li.linkpresse a, li.linkpresse p {background-image:url(../images/linkpresse.gif);width:62px;}
li.linkkontakt a, li.linkkontakt p {background-image:url(../images/linkkontakt.gif);width:73px;}
li.nl_hide { display:none;}

#bigteaser {
	background-image: url(../images/bgbigteaser.gif);
	background-repeat: no-repeat;	
	position: relative;
	padding-top: 45px;
	padding-left: 30px;
	height: 247px;
	margin-bottom: 20px;
}

#bigteaser p {
	width: 380px;
	color: #C7C6C1;
}

#bigteaser p.claim {
	background-image: url(../images/claim.gif);
	background-repeat: no-repeat;
	width: 348px;
	height: 101px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#bigteaser p a.button1 {
	display: block;
	width: 91px;
	height: 26px;
	background-image: url(../images/btn_bigteaser.gif);
	text-indent: -9999px;
}

#flash {
	position:absolute;
	top: 0;
	left: 420px;
}

#headitems {
	background-image: url(../images/bgheaditems.gif);
	background-repeat: no-repeat;
	height: 52px;
	position: relative;
	color: #C2C0BC;
}

#headitems p {
	position: absolute;
	top: 22px;
	left: 253px;
	font-size: 10px;
}

#headitems form {
	position: absolute;
	top: 21px;
	right: 20px;
}

#headitems form input.input {
	width: 158px;
	color: #C2C0BC;
	font-size: 10px;
	border: 1px solid #646464;
	padding: 2px 2px 2px;
	background-color: #737373;
}

.subtitle {
	background-color: #CECDC7;
	border-bottom: 1px solid #757470;
	position: relative;
	height: 70px;
	margin: 0 10px;
}

.subtitle h2 {
	position: absolute;
	top: 34px;
	left: 240px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.subtitle h2 span {
	font-weight: normal;
	color: #3497C2;
}

#newsletter {
	margin-top: 30px;
	border-top: 1px solid #9C9A95;
	font-weight: bold;
}


#facebook {
	margin-top: 30px;
	border-top: 1px solid #9C9A95;
	font-weight: bold;
}

#abbestellen #newsletter {
	width: 300px;
	border-top: none;
}

#newsletter form input.input {
	background-image: url(../images/bg_input1.gif);
	background-repeat: repeat;
	border: 0;
	padding: 2px;
	width: 220px;
}

#newsletter form input.button {
	margin-top: 3px;
	margin-left: 39px;
}


#left230 {
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
}

#main {
	float: left;
	width: 720px;
	position: relative;
}

.col480 {
	float: left;
	width: 489px;
	padding: 20px 0 20px 1px;
}

.br {
	border-right: 1px solid #9C9A95;
	width: 479px;
}

.col480 h3 {
	margin-top: -20px;
}

.col480 p, .col480 img, .col480 h4, .col480 dl {
	margin: 0 10px 10px 20px;
}

.col480 ul {
	margin: 0 10px 10px 35px;
}

.col480 ul li {
	padding: 3px 0;
}

.col230 {
	float: left;
	width: 229px;
	padding: 0 0 0 1px;
}

.col355 {
	width: 335px;
	float: left;
	padding: 20px 0px 10px 25px;
}

.col355 img {
	margin-bottom: 10px;
}

.col355 h3 {
	font-size: 24px;
	background-color: #DFDED8;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
	color: #464541;
	font-weight: normal;
}

.col355 h4 {
	font-size: 18px;
	color: #3497C2;
	font-weight: normal;
	margin-bottom: 10px;
}

.col355 ul {
	margin-left: 20px;
}

#sub ul {
	list-style-type: none;
}

#sub ul li {
	height: 28px;
	border-bottom: 1px solid #9C9A95;
}

#sub ul li a, #sub ul li p {
	display: block;
	width: 220px;
	height: 28px;
	color: #70706D;
	background-color: #DFDED8;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	line-height: 28px;
	margin: 0;
}

#sub ul li a:hover, #sub ul li.active p, #sub ul li.active a, #sub ul li.trail a {
	background-image: url(../images/bgsubhover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#lastelement {
	border-top: 1px solid #8A8986;
	padding-top: 5px;
	font-size: 10px;
}

#bottom {
	clear: left;
	background-image: url(../images/bgbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 287px;
	height: 130px;
}

#footer {
	background-image: url(../images/bgfooter.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #3D3D3D;
	padding: 29px 0 50px 0;
	position: relative;
	color: #8F8F8F;
	font-size: 10px;
	margin-top: 20px;
}

#footer div {
	width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	background-image: url(../images/img_footer.gif);
	background-repeat: no-repeat;
}

#wrapper2 {
	background-image: url(../images/bgmain1.gif);
	background-repeat: repeat-y;
}


/*--------------------------------------------------------------*/
/*		C L A S S E S
/*--------------------------------------------------------------*/

.blue {
	color: #3497C2;
}

.vcenter {
	vertical-align: middle;
}

.invisible {
	display: none;
	height: 300px;
}

.imgborder1, div.imgborder1 img, img.profileimage {
	border: 1px solid #C2C1BB;
	padding: 1px;
}

div.imgborder1 {
	border: none;
}

div.img2 img {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 5px solid #BFBEBA;
}

.col300 {
	width: 300px;
	float: left;
	border-top: 1px solid #9C9A95;
	border-left: 1px solid #9C9A95;
	padding-bottom: 20px;
}

.p1, #newsletter p.confirm, #newsletter p.error {
	margin: 0 15px 10px 15px;
}

.m1 {
	
}

.mr20 {
	margin-right: 20px;
}

.ml10 {
	margin-left: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.float1 {
	float: left;
	margin: 5px 12px 5px 0;
}

.bbottom {
	background-image: url(../images/dottedline1.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}

.kursangebot {
	border-bottom: 1px solid #DFDED8;
	padding: 0 10px;
	margin-bottom: 10px;
}

.kursangebot h4 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.kursangebot h4 span {
	font-size: 13px;
	font-weight: bold;
}

.kursangebot a {
	font-size: 10px;
}

.kursangebot span {
	background-color: #DFDED8;
	padding: 1px 0;
}

.clear {
	clear: both;
	height: 0;
}

.clear2 {
	clear: both;
	height: 1px;
	background-color: #9C9A95;	
}

.newsteaser {
	margin: 0;
	padding: 10px 10px 20px 20px;
	border-bottom: 1px solid #C2C1BB;
}

.newsteaser h4 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

.newsteaser img {
	float: left;
	margin: 5px 15px 0 0;
	border: 1px solid #C2C1BB;
	padding: 1px;
}

.newsteaser p {
	margin: 0;
}

.courseteaser {
	margin: 0;
	padding: 10px 10px 20px 20px;
	border-bottom: 1px solid #C2C1BB;
}

.courseteaser h4 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

.courseteaser img {
	float: left;
	margin: 2px 15px 0 0;
	border: 1px solid #C2C1BB;
	padding: 1px;
}

.courseteaser p {
	margin: 0;
}

.article1 {
	margin: 0 10px;
	padding: 20px 10px 1px 0;
}

.small_gallery {
	margin: 0 !important;
}

.small_gallery h3 {
	margin-bottom: 10px !important;
}

.small_gallery div {
	margin-left: 10px;
}

.small_gallery img {
	border: 2px solid #DFDED8;
}

.newsthumb {
	margin: 0 3px 3px 0;
}

.line1 {
	height: 20px;
	background-image: url(../images/dottedline1.gif);
	background-position: center right;
	background-repeat: repeat-x;
}

.small {
	font-size: 10px;
}

.noborder {
	background-image: none;
}

.bigtext {
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #706F6C;
}

.teammember {
	background-image: url(../images/dottedline2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.teammember img {float:left;}
.teammember h4 {margin-bottom: 0;}
.teammember p {margin-bottom:5px;}

.righttext {
	margin-top: 20px;
	padding: 0 10px;
}

.righttext span {
	background-color: #DFDED8;
	padding: 1px 0;
}

.ref1 {
	padding: 0 40px 10px 30px;
	background-image: url(../images/dottedline2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 20px;
}

.ref1 img {
	float: right;
}

.ref1 h4 {
	margin-bottom:0;
}

.ref1 p {
	width: 350px;
}

.biggallery {
	padding: 0 30px 30px 30px;
}

.biggallery img {
	margin: 0 5px 5px 0;
	border: 2px solid #FFF;
}

.dl1 {
	margin-bottom: 20px;
	clear: both;
}

.dl1 dt {
	width: 150px;
	float: left;
}

.dl1 dd {
	width: 300px;
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	background-image: url(../images/dottedline2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.hr1 {
	color: #9C9A95;
	background-color: #9C9A95;
	height: 1px;
	border: 0;
}

.darkbox {
	background-color: #CFCFCF;
	padding: 20px 10px 10px 10px;
	margin-top: -25px;
}

.ul1 {
	margin-left: 25px;
}

.subsub {
	height: auto !important;
	border: none !important;
}

#lg_menue, li ul {
	list-style-type: none;
}

#lg_menue li, li ul li {
	border-top: 1px dashed #9C9A95;
	border-bottom: none !important;
}

#lg_menue li.lastitem, li ul li.lastitem {
	border-bottom: 1px solid #9C9A95 !important;
}

#lg_menue li a, li ul li a {
	color: #70706D !important;
	background-position: 0 -28px;
	text-indent: 25px !important;
	font-weight: normal !important;
	background-color: transparent !important;
	background-image: none !important;
}

#lg_menue li a:hover, #lg_menue li.active a, li ul li a:hover, li ul li.active a {
	color: #FFF !important;
	background-position: 0 0;
	background-color: #BFBFBF !important;
}

.main1 {
	background-image: url(../images/bgmain2.gif);
	background-repeat: repeat-y;
	background-position: 490px 0;
}

.blackbox {
	height: 229px;
	background-color: #3F3F3F;
	padding-bottom: 5px;
	background-image: url(../images/border_blackbox.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.blackbox p {color:#B0B0B0;font-size:13px;line-height:16px;margin-right:40px;}
.blackbox p.bigtext {color:#787878;font-size:24px;line-height:26px;}

.presscontact {
	margin: 10px;
	padding: 0 2px;
	background-color: #DFDED8;
}












/* hias adds */

div.small_gallery div div {
	margin: 0;
	padding: 0;
}
div.small_gallery table {
	margin-bottom: 20px;
}
div.small_gallery table td {
	width: 35px;
	height: 35px;
	padding: 0 4px 4px 0;
}

#bct a {
	color: #C2C0BC;
	text-decoration: none;
	font-weight: bold;
}
#bct a:hover {
	text-decoration: underline;
}

#sitemap-main ul {
	list-style: none;
	margin-left: 20px;
}

#sitemap-main ul a {
	background-image: none;
}
div.tooltipdiv { 
	position: absolute;
}


div.newshome {
	padding: 0 0 10px 0;
	margin: 0 10px 0px 10px;
	margin-bottom: 20px;
	
	background-image: url(../images/dottedline1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.newshome h4 {
	margin-bottom: 10px;
}

div.newshome img {
	float:left;
	margin: 4px 15px 0 0;
}

div.newshome p {
}

#kursangebote div.kursangebot p {
	background-image: url(../images/dottedline1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

#newsletter form input.text {
	background-image:url(../images/bg_input1.gif);
	background-repeat:repeat;
	border:0 none;
	padding:2px;
	width:220px;
}

#newsletter form input.button {
margin-left:36px;
margin-top:3px;
}


#_atssh, #atffc {
	display: none;
}

.addthis_button  {
cursor:pointer;
display:block;
position:absolute;
top:70px;
}