/* ######################################################################### */
/*   URL: www.gearz.de                                                       */
/*   Path: ./_css/gearz_b5.5d.css                                            */
/*   Author: tatze - www.gearz.de                                            */
/*   Date: 10.10.2007 - 30.11.2009                                           */
/* ######################################################################### */


/* ######################################################################### */
/* General Output */
/* ######################################################################### */

@media all {
	
	html * {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	body {
		text-align: left;
		text-decoration: none;
		font-weight: normal;
	}
	
	input {
		font-size: 9pt;
		background: #e7e7e7;
		border: 1px solid #ccc;
	}
	
	.mark {
		background: white;
		border: 1px solid red;
	}
	
	th, td {
		vertical-align: top;
		padding: 10px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 9pt;
	}
	
	th {
		background: #ccc;
		font-weight: normal;
		font-size: 1.1em;
	}
	
	.td1, .td35 { width: 35%; }
	
	.td25 { width: 25%; }
	
	.td1, .td2, .td25, .td35 {
		border-bottom: 1px solid #eee;
/*		padding-left: 16px;*/
/*		border-left: 1px solid #ccc;*/
	}
	
	h1, h2, h3, h4, h5 {
		padding: 0;
/*		padding-top: 2.5em;*/
		margin: 0;
		margin-bottom: 1.25em;
		font-weight: normal;
		border-bottom: 1px solid silver;
	}
		
	h1 { font-size: 1.4em; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 1em; }
	
	hr {
		border: 1px solid #ddd;
		border-left: 1px solid #bbb;
		border-top: solid #ccc 1px;
		background: white;
	}
	
	li, dd { padding-bottom: 0.5em; }
	
	dt { font-weight: bold; }
	
	.center { text-align: center; }
	
	.right { text-align: right; }
	
	.left { text-align: left; }
	
	.floatright { float: right; }
	
	.floatleft { float: left; }
	
	.clear {clear:both;}
	
	.red { color: red; }
	
	.green { color: green; }
	
	.grey { color: gray; }
	
	.huge { font-size: 11pt;}

	.large { font-size: 10pt; }
	
	.medium { font-size: 9pt; }
	
	.small { font-size: 8pt; }
	
	.bold { font-weight: bold; }
	
	.italic { font-style: italic; }
	
	.normal {
		font-style: normal;
		font-weight: normal;
	}
	
	.top { vertical-align: top; }
	
	.middle { vertical-align: middle; }
	
	.bottom { vertical-align: bottom; }
	
	.indentBlock { margin-left: 1.5em; }
	
	.middle { vertical-align: middle; }
	
	.left { text-align: left; }
	
	.underline { text-decoration: underline; }
	
	.noborder { border: none; }
	
	.autoCenter {
		margin: auto;
		padding: 10px;
		padding-bottom: 15px;
		width: 540px;
	}
	
	.text {
		padding-bottom: 1.5em;
		margin-bottom: 1.75em ;
	}
	
	.text table { margin-top: -1em;}
	
	.twocols {
		border-left: 1px solid #ccc;
		margin-left: 30px;
		padding-left: 30px;
	}
	
	.nodecoration, .nodecoration:visited {
		text-decoration: none;
		border: none;
	}

	.code {
		background: #efefef;
		font-family:"Courier New", Courier, monospace;
		font-size: 10pt;
		font-weight: bold;
		padding: 5px;
		margin: 10px;
		margin-left: 15px;
		margin-right: 15px;
		border: 1px solid #ccc;
	}

	.warning {
		background: #F1DBDB;
		font-family:"Courier New", Courier, monospace;
		font-size: 9pt;
		font-weight: bold;
		padding: 5px;
		margin: 5px;
		margin-left: 50px;
		margin-right: 50px;
		border: 1px solid red;
	}
	
	.hint, .shy-hint {
		font-size: 12px;
		padding: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid red;
/* rounded corners are in extra CSS now */
/*		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0px 0px 10px #ccc;
		-webkit-box-shadow: 0px 0px 10px #ccc;*/
	}
    .shy-hint {
		border: 1px solid #666;
		color: #333;
		background: #FFFCE6;
    }

	.hidden { display: none; }
	
	.download {
	/* screen overrides the bottom-border */
		padding: 10px;
		padding-left: 35px;
		padding-right: 15px;
		padding-bottom: 10px;
		margin: 10px;
		vertical-align: middle;
		text-align: center;
		height: 100%;
		border: 2px solid green;
		background: #e0f0e0 url("../_img/page/down.gif") no-repeat 8px 10px;
/* rounded corners are in extra CSS now */
/*		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-shadow: 5px 5px 10px #ccc;
		-webkit-box-shadow: 5px 5px 10px #ccc;*/
		text-shadow: 2px 2px 2px #aaa;
		color: black;
/*		font-weight: bold;*/
	}
	
	.download:hover, #content .download:hover {
	/* screen overrides the bottom-border */
/*		border: 3px solid red;*/
/*		background: #f0e0d0 url("../_img/page/down.gif") no-repeat 8px 10px;*/
/* rounded corners are in extra CSS now */
/*		-moz-box-shadow: 0px 0px 15px green;
		-webkit-box-shadow: 0px 0px 15px green;*/
	}
	
	.picture {
		border: 1px solid #ccc;
		padding: 2px;
	}
	
}


/* ######################################################################### */
/* Display Output */
/* ######################################################################### */

@media screen {
	
	body {
/*		background: white url(../_img/page/bg.png) repeat-y center;*/
		background: white;
		color: #333;
		margin: 0 auto;
	}
	
	.pagewidth {
		width: 650px;
		margin: 0 auto;
	}
	
	a, a:visited {
		color: #820D0D;
		text-decoration: none;
	}
	
	a:hover {
		color: red;
	}

	#header {
		position: fixed;
		top: 0; left: 0;
		background: url(../_img/page/header.png) repeat-x top left;
		z-index: 6;
		display: block;
		height: 70px;
		width: 100%;
	}
	
	#logo {
		position: relative;
		top: -30px; left: 35px;
		z-index: 5;
		display: block;
		height: 252px;
		width: 191px;
		background: url('../_img/page/logo.png') no-repeat top left;
		text-align: right;
		float: right;
	}
	
	#links {
		position: relative;
		top: -1px; left: 0px;
		z-index: 15;
		color: white;
		width: 600px;
		float: left;
	}
	
		#navlist {
			position: relative;
			z-index: 120;
			display: block;
			list-style: none;
			padding: 0;
			text-align: center;
		}

		#navlist li {
			display: block;
			float: left;
			position: relative;
			z-index: 130;
			margin: 0;
			padding: 0;
		}

		#navlist li span {
			display: block;
			width: 80px;
			z-index: 130;
			position: relative;
			color: #6b6b6b;
			padding: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
			margin: 0;
		}

		#navlist li a, #navlist li a:visited {
			display: block;
			padding: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
			color: white;
			width: 80px;
			border-right: 1px solid #121212;
		}

		#navlist li dd a, #navlist li dd a:visited {
			border: none;
		}

		#navlist dl {
			position: absolute;
			top: 0; left: 0;
			margin: 0;
			padding: 0;
			z-index: 130;
		}

		#navlist dt, #navlist dt:hover a {
			color: #f90;
			font-weight: normal;
		}

		#navlist dt .active, #navlist dt a.active {
			color: #f90;
			font-weight: normal;
		}

		#navlist dt a, #navlist dt a:visited {
			display: block;
			text-decoration: none;
		}

		#navlist dt a .inactive, #navlist dd a .inactive {
			display: block;
			color: #666;
			padding: 0;
			text-decoration: line-through;
		}

		#navlist dd {
			display: none;
			margin: 0;
			padding: 0;
			text-align: left;
		}
		
		#navlist dt dd.navbottom { display: none; }
		
		#navlist dd a, #navlist dd a:visited {
			position: relative;
			z-index: 4;
			left: 0px;
			display: block;
			width: 120px;
			padding: 5px 11px;
			text-decoration: none;
			background: #6b6b6b;
			background: url(../_img/page/shadow.png) repeat-y top left;
		}

		#navlist li:hover dd, #navlist li a:hover dd {
			position: relative;
			left: -6px;
			z-index: 15;
			display: block;
			border: 1px solid black;
			border-top: none;
		}

		#navlist li:hover dt a, #navlist li a:hover dt a, #navlist dd a:hover,
		#navlist li:hover dt a.active, #navlist li a.active:hover dt a, #navlist dd a.active:hover {
			color: red;
		}
		
		#navlist dd.navbottom {
			height: 5px;
			width: 142px;
			background: url(../_img/page/shadow2.png) repeat top left;
		}
		
		#navlist dt a.noborder, #navlist dt a:visited.noborder { border: none; }
	
	#content {
		position: relative;
		z-index: 4;
		display: block;
		width: 540px;
		margin-top: 70px;
		margin-bottom: 60px;
		text-align: left;
/*		padding: 70px;
		margin-left: -70px;
		padding-right: 140px;
		border: 1px solid #999; */
	}
	
	#content a { border-bottom: 1px dashed #999; }

	#content pre { overflow: scroll; }
	
	#footer {
		position: fixed;
		bottom: 0; left: 0;
		z-index: 15;
		background: url(../_img/page/footer.png) repeat-x top left;
		border-bottom: 1px solid #666;
		display: block;
		height: 60px;
		width: 100%;
	}
	
	#footertext, #footertext a {
		text-align: center;
		font-size: 8pt;
		color: #666;
		text-decoration: none;
		margin-top: 40px;
	}
	
	#ccc {
		position: fixed;
		bottom: 35px; right: 10px;
		z-index: 16;
		color: black;
		background: url(../_img/page/symbol.png) no-repeat top center;
		height: 40px;
		width: 40px;
		text-align: right;
	}
	
	.print { display: none; }
	
	.info { color: #999; }
	
	.legend {
		margin-top: -15px;
		padding-bottom: 10px;
		margin-bottom: 20px;
/*		border-top: 1px solid #ccc;*/
		color: #999;
	}
	
	#content a.download {
		text-decoration: none;
		border-bottom: 2px solid green;
	}
	

	
}


/* ######################################################################### */
/* Printer Output */
/* ######################################################################### */

@media print {
	
	body { color: black; background: white; }
	
	#header, #footer, .dontprint { display: none; }
	
	#content { padding-top: 20px; }
	
	#logo { display: block; }
	
	a, a:visited { color: blue; text-decoration: none; }
	
	a:link:after, a:visited:after { content:" [" attr(href) "] "; color: purple;}
	
	.info { color: #888; }
	
	.download {
/* rounded corners are in extra CSS now */
/*		-moz-box-shadow: none;
		-webkit-box-shadow: none;*/
		text-shadow: none;
		border-color: black;
	}
	
}

