/* dev.ultravelours.com, allgemeine CSS-Definitionen                        */
/*                                                                          */
/* (c)2006-2008 by Dominik Schluetter <dominik@fehlpixel.de>                */

html {
	margin: 0; padding: 0;
}

body {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/* max-width: 70em; */
	width: 776px;
	color: #cccccc;
	background-color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	position: relative;
	text-align: center;
}

#wrapper {
	/* Fix for IE 5.x who doesn't respect our body width ... */
	margin: 0;
	padding: 0;
	width: 776px;
	position: relative;
}

img {
	border: 0;
}

a:link {
	color: #ffffff;
	background-color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	background-color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	background-color: #333333;
	text-decoration: none;
}

.kopf {
	color: #ffffff;
	margin-bottom: 3em;
}

.kopf h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bolder;
	font-family: courier, courier new, monospace;
	letter-spacing: 0.5em;
	text-align: right;
	text-shadow: #000000 0 0 5px;
}

.kopf h2 span {
	color: #666666;
}

.kopf br {
	clear: both;
}

.kopf img {
	margin: 0 -45px 0 15px;
	float: right;
	/* Fix for IE6 to display the logo ... */
	position: relative;
}

.content {
	margin: 0;
	padding: 0;
	text-align: center;
}

.content h1 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
}

.content h2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.content p {
	text-align: left;
}

.content ul li {
	margin: 1em 0;
	list-style-type: square;
	text-align: left;
}

.content div.icol {
	float: left;
	width: 152px;
	text-align: left;
}

.content div.icol img {
	border: 1px solid #cccccc;
}

.content code {
	margin: 0.5em;
	padding: 0.3em 2em;
	width: 42em;
	background: #ffffff;
	color: #000000;
	border: 1px solid black;
	font-family: monaco, courier, courier-new;
	font-size: 0.9em;
	display: block;
}

.content div.tcol {
	margin-left: 200px;
	text-align: left;
}

.content div.disclaimer {
	padding: 0 0 0 1em;
	border-left: 5px solid #ffffff;
	font-style: italic;
}

.fuss {
	margin-top: 3em;
	color: #ffffff;
	clear: both;
}

.fuss p {
	font-size: 0.9em;
	text-align: center;
}


.pdf {
	padding-left: 16px;
	background-image: url("../_pix/pdf.gif");
	background-repeat: no-repeat;
}

.zip {
	padding-left: 16px;
	background-image: url("../_pix/zip.gif");
	background-repeat: no-repeat;
}

.dmg {
	padding-left: 16px;
	background-image: url("../_pix/zip.gif");
	background-repeat: no-repeat;
}

.extern {
	padding-left: 16px;
	background-image: url("../_pix/extern.gif");
	background-repeat: no-repeat;
}

.pagination {
	color: #cccccc;
}

.pagination em {
	padding: 0 0.2em;
	color: #993333;
	font-style: normal;
	font-weight: bold;
}

.pagination a {
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	font-weight: bold;
	text-decoration: none;
}

.pagination span {
	padding: 0 0.2em;
	color: #333333;
}

