/* 
www.altblech.at
Start: 19.11.2009
Letzte Aenderung: 19.11.2009
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: Black url(../pics/bg.gif) repeat-y fixed center;
	text-align: center;
}

img, a img {
	border: 0;
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 15px;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 15px;
}

/* Clear Class */
.clearfix {
	content: "."; /* [content] verbergen; 
	*/
	visibility: hidden;
	height: 0; /* Block-Level fuer [clear]; 
          */
	display: block; /* [float] clearing; 
          * einbeziehen der Float-Container; 
          */
	clear: both;
}

.mobile {
	display: none;
}

/* Schriften ---------- */

/* Content ---------- */
#altblech-content {
	width: 900px;
	background: White;
	text-align: left;
	margin: auto;
}

/* Header ---------- */
#altblech-header {
	width: 100%;
	background: url(../pics/bg-header.gif) repeat-x top;
}

#altblech-header-box {
	width: 900px;
	margin: auto;
	height: 35px;
	text-align: left;
}

#altblech-header-box-left {
	float: left;
	width: 600px;
	height: 25px;
	text-align: left;
	margin-top: 7px;
}

#altblech-header-box-right {
	width: 300px;
	height: 25px;
	text-align: left;
	float: right;
	margin-top: 3px;
}

#altblech-header-box-right form {
	text-align: right;
}

/* Top-Navigation ---------- */
#altblech-top-navi {
	width: 900px;
	margin: auto;
	height: 60px;
	background: White url(../pics/altblech-logo.gif) no-repeat bottom;
	text-align: left;
	font: bold 14px/26px Trebuchet MS,Verdana,Geneva,sans-serif;
}

#altblech-top-navi ul {
	padding-top: 35px;
	margin-left: 15px;
}

#altblech-top-navi li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	text-transform: uppercase;
}

#altblech-top-navi a {
	text-decoration: none;
	color: #690;
}

#altblech-top-navi a:hover {
	color: #f80;
	border-bottom: 3px solid #f80;
}

#altblech-top-navi .active {
	border-bottom: 3px solid #f80;
}

/* Main-Navigation ---------- */
#altblech-navi {
	width: 860px;
	margin: auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	display: block;
}

.altblech-banner img {
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* Safari-Hack---------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#altblech-top-navi {
	height: 59px;
}

#altblech-top-navi .active {
	border-bottom: 0px solid #f80;
	background-color: #eee;
}

}


