 /*	##########################################################
	CSS für Website HUBER Reklametechnik GmbH
	Autor: Herbert Jungreithmayr   |   Last Change: 04.10.2007
	##########################################################  */

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	allgem. Einstellungen, Textauszeichnungen:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
 
html, body {
 	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #F1EBD2;
	/* margin-top: 0;	 */
}
a {
	color: #90805F;
	text-decoration: underline;
}
a:hover  {
	text-decoration: none;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
h2 {
	font-size: 1.2em;
	margin: 0;
}
h3 {
	font-size: 1.1em;
}
p {
	font-size: 1.2em;
	color: #000;
	line-height: 18px;
	margin: 5px 20px 10px 10px;
	padding-bottom: 10px;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
h1.team {
	font-size: 1.3em;
	font-variant: small-caps;
	border-bottom: 1px solid #990000;
	margin-bottom: 15px;
}
.name {
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
	color: #355d7d;
	padding-left: 10px;
}
.function {
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	padding-left: 10px;
}
.call {
	font-size: 1.1em;
	color: #333;
	padding-left: 10px;
	margin-top: 10px;
}
#maincontent .call a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
#maincontent .call a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
img {
	border: 0;
}
.fett {
	font-weight: bold;
	padding-left: 15px;
}
.fltrt { 
    	float: right;
    	padding-left: 5px;
		padding-right: 10px;
		padding-top: 10px;
}   
.fltlft { 
    	float: left;
    	margin-right: 8px;
		padding-left: 10px;
		margin-bottom: 10px;
}
#spacer {
	height: 20px;
}
.clearing {
	clear: both;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layoutdefinition:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#wrapper {
	position: relative;
	min-height: 100%;
}
#page {
	position: relative;
	width: 980px;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 0 auto;
}
#topnavi {
	width: 970px;
	height: 15px;
	text-align: right;
	padding: 2px 10px 2px 0;
	background-color: #595959;
	border-bottom: 1px solid #000;
}
#topnavi a {
	text-decoration: none;
	font-size: 11px;
	color: #ccc;
} 
#topnavi a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #ff9900;
}   
#header {
	width: 980px;
	height: 160px;
    background: #DDD;
	background-image: url(../images/headerpic.jpg);
	background-repeat: no-repeat;
}
#header1 {
	width: 980px;
	height: 160px;
    background: #DDD;
	background-image: url(../images/start.jpg);
	background-repeat: no-repeat;
}
#header1 h1{
	display:none;
}


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Kontakt:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#kontakt .call a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
#kontakt .call a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#kontakt {
	width: 740px;
	float: right;
	padding-right: 20px;
	background-color: #fff;
}	
	
	
	
#content {						/* für die Seite "Über uns" */
	width: 980px;
	padding: 0 0 30px 0;
}
#content1 {						/* für die Seite "Über uns" */
	width: 900px;
	padding: 40px;
}
#content1 a {
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#breadcrumb {
	font-size: 10px;
	padding: 2px 0 1px 20px;
	margin-bottom: 5px;
}
#breadcrumb a {
	font-size: 10px;
	text-align: left;
}
#sidebar {
	width: 200px;
	float: left;
	margin-top: 6px;
	padding: 3px 10px 0px 0px;
	z-index: 15;
}
#maincontent {
	width: 740px;
	float: right;
	padding-right: 20px;
	background-color: #e7dec0;
}
#mainprod {
	width: 740px;
	float: right;
	padding-right: 20px;
}
#maincontent1 {  /* für die Homepage */
	width: 760px;
	float: left;
	padding-left: 10px;
	background-image: url(../images/hg_content.gif);
}
#teaserpix {   /* für die Homepage */
	height: 150px;
	width: 760px;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 15px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 15px;
	border-top: 1px solid #000;
	padding: 2px 10px 2px 10px;
	background: #DDD;
	font-size: 1.0em;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2Spalten-Satz bei "about":
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#left {
	width: 430px;
	float: left;
	margin-right: 20px;
	padding: 10px 0 0 20px;
}
#left img {
	border: 2px solid #8598a7;
}
#right {
	width: 380px;
	float: left;
	padding: 10px 0 0 0;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2Spalten-Satz bei "Kontakt":
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

.k_left {
	width: 360px;
	float: left;
	margin-right: 10px;
	padding: 10px 0 0 10px;
}
.k_right {
	width: 355px;
	float: left;
	padding: 10px 0 0 0;
}
#aktuell {
	width: 200px;
	float: right;
	margin-right: 3px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Hauptnavigation:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#mainnavi {
	height: 24px;
	background-color: #ec7205; /* orange */
	background-image: url(../images/mainnavi4.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#mainnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainnavi li {
	font-size: 12px;
	display: inline;
	line-height: 24px;
}
#mainnavi a {
	padding: 0 15px 0 15px; /* regultiert Abstand der Hauptnavigationspunkte */
	color: #000;
	float: left;
	font-variant: small-caps;
}
#mainnavi a:hover {
	text-decoration: none;
	background-image: url(../images/mainnavi4.gif);
	background-position: 0 -24px;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Subnavigation links:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
div#nav {
	width: 200px;
	margin: 0 0 0 2px;
	background: #F2F2F2;
	z-index: 20;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 200px;
	background: #F2F2F2;
	border: 1px solid #aaa;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}
div#nav li:hover {
	background: #8598a7;
}	
div#nav li.submenu {
	background: url(../images/submenu.gif) 99% 50% no-repeat;
}
div#nav li.submenu:hover {
	background: #8598a7;
}
div#nav li a {
	display: block;
	padding: 2px 0 2px 4px;
	text-decoration: none;
	width: 200px;
	font-size: 11px;  
}
div#nav>ul a {width: auto;}   
div#nav ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	display: none;
}

div#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	display: none;
}


div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {display: block;}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Newsbereich:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#news {
	border: 1px solid #000;
	background-color: #f6f6f7; /* hellgrau */
}
#news_header {
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px;
	color: #990000;
	margin-bottom: 5px;
}
#news_content {
	font-size: 12px;
	font-style: normal;
	color: #000;
	padding: 5px;
}


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Über uns:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#austria, #deut, #sk, #ro, #si, #hr, #cs {   /* Definition der Layer der jeweiligen Länder */
	position:absolute;
	left:487px;
	top:555px;
	width:350px;
	text-align: left;
	height: 346px;
	visibility: hidden;
}
#austria {
	visibility: visible;
}

.unternehmen {
	font-size: 13px;
}
.unternehmen .firma {
	font-size: 15px;
	font-weight: bold;
}
.unternehmen .adresse{
	font-size: 13px;
	font-weight: bold;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Produkte:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#ptitle {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0 4px 10px;
	background-color: #9A6273;
	border-bottom: 1px solid #000;
	margin-top: 13px;
}
#pthumbs {				/* oberer Bereich Produkte mit Thumbnails */
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 60px;
	background-color: #9B9171;/* #e7dec0; */
}
#pthumbs img {
	margin-right: 10px;  /* Abstand der Thumbnails/Produkte zueinander */
}
#picdesc {				/* Layer mit grossem Produktbild und Beschreibung rechts */
	background-color: #e7dec0;
	height: 370px;
	width: 310px;
	float: left;
	padding-top: 10px;
}
#picdesc img {
	padding: 0 10px 10px 7px;
}
.pbold {
	font-weight: bold;
}
.ptechnik {
	font-weight: bold;
}
.ptechnik a {
	text-decoration: underline;
	cursor: help;
	border-bottom: 2px dashed red;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Produktbeschreibungen:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#laxenburg, #citylight, #infhallein {
	position:absolute;
	left: 563px;
	top: 385px;
	width: 390px;
	height: 300px;
	z-index: 1;
	visibility: hidden;
}
.desc {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	font-size: 1.1em;
}
.prod {
	font-size: 1.1em;
	font-weight: bold;
}




#one_column {
	margin: 0 0 0 0;
	padding: 0 15px 0px 10px;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Tooltipp:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#tooltipp {
	border: 1px solid #000;
	padding: 5px;
	background-color: #f6f6f7; /* hellgrau */
	margin-bottom: 20px;
	margin-top: 5px;
}
#tooltipp a, a:link, a:visited, a:active {
	position: relative;
	text-decoration: none;
	border-bottom: 0px dotted #ec7801;
	color: #000;
	font-size: 12px;
	/* font-weight: bold; */
}
#tooltipp a:hover {
	background: transparent;
	z-index: 100;
	cursor: help;
}
#tooltipp span {
	display: none;
	text-decoration: none;
}
#tooltipp a:hover span {
	display: block;
	position: absolute;
	top: 50px;
	left: -130px;
	width: 300px;
	z-index: 100;
	color: #000;
	border: 1px solid;
	border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
	border-left: 4px solid #ec7801;  /* oranger Rahmen */
	padding: 2px 10px 2px 10px;
	background: #EEE;
	opacity: .9; filter: alpha(opacity=90);
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-style: Normal;
	text-align: left;
}
.mybold {
	font-weight: bold;
}
