/* DATEI: layout.css */



	/* allgemein */


body {
	behavior: url("/css/csshover.htc");
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 12px;
	background: #492f1f url(/img/bg.gif) repeat-x top;
}

body.index {
	background: #492f1f;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

div {
	position: relative;
}

div#index {
	top: 50%;
	left: 50%;
	position: absolute;
}

div#index .main {
	width: 574px;
	top: -180px;
	left: -287px;
	position: absolute;
}

#index .scala {
	width: 574px;
	height: 53px;
	margin: 0 0 20px 0;
}

#index .picture {
	width: 574px;
	height: 256px;
}


/* new intro */

#intro {
	top: 50%;
	left: 50%;
	position: absolute;
}

#intro .main {
	width: 850px;
	top: -180px;
	left: -425px;
	position: absolute;
}

#intro .scala {
	width: 574px;
	height: 53px;
	margin: 0 0 17px 0;
}

#intro .picture {
	width: 574px;
	height: 256px;
}

#intro .links {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 100px;
}

#intro .links p {
	padding: 5px 0 10px 0;
}

/* // new intro */


#top {
	height: 45px;
	background: url(/img/top.gif) no-repeat top left;
}

#logos {
	width: 880px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	z-index: 10;
}

#logos .fiveten {
	background: url(/img/logo_fiveten.png) no-repeat top;
	width: 41px;
	height: 41px;
	float: left;
}

#logos .petzl {
	background: url(/img/logo_petzl.png) no-repeat top;
	width: 77px;
	height: 41px;
	float: left;
}

#logos .beal {
	background: url(/img/logo_beal.png) no-repeat top;
	width: 88px;
	height: 41px;
	float: left;
}

* html div#logos .fiveten {
	background: none;
   	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_fiveten.png');
}

* html div#logos .petzl {
	background: none;
   	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_petzl.png');
}

* html div#logos .beal {
	background: none;
   	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_beal.png');
}

#wrapper {
	width: 940px;
	margin: 0px auto;
}

#header {
	width: 710px;
	height: 224px;
	background: url(/img/header.jpg) no-repeat bottom left;
	margin-left: 19px;
}

#blog #header {
	width: 710px;
	height: 235px;
	background: none;
	margin-left: 19px;
}

#header img.scala {
	width: 298px;
	height: 41px;
	float: right;
}

#blog #header img.scala {
	width: 298px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}

#main {
	width: 878px;
	margin-left: 19px;
}

#menu {
	width: 142px;
	height: 200px;
	position: absolute;
	top: 21px;
	left: 20px;
}

#blog #menu {
	width: 142px;
	height: 200px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#right {
	width: 153px;
	position: absolute;
	top: 25px;
	left: 725px;
}

#blog #right {
	width: 153px;
	position: absolute;
	top: 14px;
	left: 725px;
}

#right div {
	background: #fff url(/img/right_top.gif) no-repeat top;
	margin: 0 0 10px 0;
}

#content {
	width: 533px;
	min-height: 550px;
	position: absolute;
	top: 25px;
	right: 168px;
	background: url(/img/content/01.jpg) no-repeat top;
}

#blog #content {
	width: 533px;
	min-height: 550px;
	position: absolute;
	top: 14px;
	right: 168px;
	background: url(/img/content/01.jpg) no-repeat top;
}

* html #content {
 	height: 600px;
}

#text {
	padding: 15px;
}

#showmax {
	width: 503px;
	padding: 14px 0 0 0;
	background: url(/img/showmax_top.gif) no-repeat top;
}

#showmax div.content {
	border: solid #95694e;
	border-width: 0 5px;
	padding: 5px 15px 0 15px;
}

#showmax div.foot {
	margin: -10px 0 0 0;
	height: 14px;
	background: url(/img/showmax_bottom.gif) no-repeat top;
}





	/* img */


img.gal {
	margin: 0 10px 10px 0;
	float: left;
	border: 2px #fff solid;
}

img.img_abs {
	margin: 0 10px 5px 0;
	float: left;
	border: 1px #fff solid;
	width: 120px;
}

img.gal_right {
	margin: 0 6px 6px 0;
	float: left;
	position: relative;
}

p.comments img {
	width: 19px;
	height: 15px;
	behavior: url("/css/pngbehavior.htc");
	margin: 2px 5px 0 0;
	float: left;
}





	/* typo */


p,b,i,div,a {
	font-family: 'Trebuchet MS', arial, helvetica, serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

p {
	margin-bottom: 10px;
}

p.comments {
	border-top: 1px dotted #95694e;
	margin-bottom: 45px;
	clear: both;
	padding: 0 0 0 0;
}

p.comments span {
	display: block;
	margin: 2px 0 0 0;
}

p.line {
	border-top: 1px dotted #95694e;
	margin: 45px 0;
}

#right p {
	font-size: 11px;
	color: #492f1f;
	padding: 5px 15px 0 15px;
	margin-bottom: 5px;
}

#right a {
	font-size: 11px;
	color: #492f1f;
}

#right a:hover {
	color: #95694e;
}

#index p {
	font-size: 11px;
	color: #fff;
	padding: 5px 0 0 0;
	text-align: left;
}


h1 {
	font-family: 'Trebuchet MS', arial, helvetica, serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 8px 0;
	color: #ff8c00;
	font-weight: normal;
}

h2 {
	font-family: 'Trebuchet MS', arial, helvetica, serif;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 8px 0;
	color: #ff8c00;
	font-weight: normal;
}

h3 {
	font-family: 'Trebuchet MS', arial, helvetica, serif;
	font-size: 13px;
	line-height: 16px;
	color: #ff8c00;
	font-weight: normal;
	padding: 15px 15px 0 14px;
}

h4 {
	font-family: 'Trebuchet MS', arial, helvetica, serif;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 25px 0;
	color: #95694e;
	font-weight: normal;
}

p.gbook {
	margin-bottom: 5px;
}

p.gbook span {
	background-color: #ff8c00;
	padding: 2px;
}

#logos a {
	display: block;
	height: 41px;
	text-decoration: none;
}

p.top {
	text-align: right;
	margin: 3px 10px;
}





	/* links */
	
	
a:link, a:visited {
	color: #d85200;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff8c00;
}

a.more:link, a.more:visited {
	padding: 0 1px;
	color: #fff;
	background: #d85200;
}

a.more:hover, a.more:active {
	padding: 0 1px;
	color: #fff;
	background: #ff8c00;
}

a.showmax:link, a.showmax:visited {
	color: #fff;
}

a.showmax:hover, a.showmax:active {
	color: #ff8c00;
}

a.index {
	font-size: 11px;
	color: #ff8c00;
}

a.index:hover {
	color: #fff;
}

a.comments {
	color: #95694e;
}

a.comments:hover {
	color: #fff;
}




	/* menu */

	
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

ul#nav li {
	background: url('/img/menu.gif') no-repeat left bottom;
	margin: 0;
	height: 22px;
	padding: 0 0 0 8px;
	margin: 4px 0 0 0;
	float:left;
	width:135px;
}

ul#nav li:hover, ul#nav li.active {
	background: url('/img/menu.gif') no-repeat left top;
}

ul#nav a {
	display: block;
	width: 0.1em;
	background: url('/img/menu2.gif') no-repeat right bottom;
	padding: 5px 15px 4px 2px;
	margin: 0;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #492f1f;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a:hover, ul#nav li.active a, ul#nav li:hover a {
	color: #fff;
	background: url('/img/menu2.gif') no-repeat right top;
	
}

ul#nav a {
	width: auto;
}

ul#nav li.sub, ul#nav li.subactive {
	background: none;
	margin: 0;
	height: 14px;
	padding: 0 0 0 8px;
	margin: 3px 0 0 0;
}

ul#nav li.sub a {
	background: none;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	padding: 1px 0 0 15px;
	margin: 0 0 0 3px;
}

ul#nav li.sub a:hover, ul#nav li.sub a.active, ul#nav li.subactive a, ul#nav li.subactive a:hover {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	padding: 1px 0 0 15px;
	margin: 0 0 0 3px;
	background: url(/img/nav2.gif) no-repeat top left;
}

ul#nav li.sub:hover, ul#nav li.subactive:hover {
	background: none;
}



	/* tables */
	
	
table {
	border-collapse: seperate;
	margin: 0 0 5px 0;
}

td {
	font: 11px Verdana, Arial, sans-serif;
	line-height: 15px;
	padding: 3px 10px 3px 3px;
	vertical-align: top;
	color: #fff;
}

tr {
	background: #95694e;
}




	/* forms */
	
	
form {
	margin: 8px 0 30px 0;
}

select,option {
	font-size: 12px;
	background: #fff;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 3px 0;
}

input,textarea,select {
	border: 1px #666 solid;
	background: #fff;
}

input.button {
	border: 0px;
	background: none;
	height: auto;
}