body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana,sans-serif;
	font-size: 11px;
}

a[href^='http://'], a[href^='https://'] {
	padding-right: 10px;
	background: url(/gfx/gif/external_link.gif) right no-repeat;
}
a[rel^='external_no_icon'], a[href^='http://www.menuetos.de'], a[href^='http://menuetos.de'], a[href^='http://images.menuetos.de'] {
	padding-right: 0px;
	background: none;
}
a {
	background-color: transparent;
	color: #00F;
	font-family: verdana,sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.PictureLink {
	font-size: 0px;
}

img {
	border: 0;
}
img.Gallery {
	margin: 0px 10px 5px 10px;
}
#top {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.AlleDokumente {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.Dokumente {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-top;
	width: 300px;
	height: 165px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.Dokumente strong {
	font-size: 10pt;
}

code {
	display: block;
	padding-left: 20px;
	font-style: italic;
}
code span.comment {
	color: green;
}
code span.label {
	color: blue;
	display: inline-block;
	width: 327px;
}
code span.instruction {
	color: red;
	display: inline-block;
	padding-left: 20px;
	width: 50px;
}
code span.values {
	display: inline-block;
	width: 250px;
}
code span.include {
	color: blue;
}
code span.string {
	color: green;
}
code span.line_number {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	width: 20px;
}
code span.line {
	display: inline-block;
	width: 100%;
}

#menuetos_logo {
	font-family: arial;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	color: #2b5aa0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
	body  {
		min-width: 650px;
	}
	#main {
		float: left;
		width: 79%;
	}
	#validators {
		position: absolute;
		top: 0px;
		right: 10px;
		text-align: right;
	}
	#sidebar {
		color: #000000;
		background-color: #EFEFFF;
		float: right;
		width: 21%;
		max-width: 220px;
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.AlleDokumente {
		width: 930px;
	}
}
@media (min-width: 800px) and (max-width: 1200px) {
	.AlleDokumente {
		width: 620px;
	}
}
@media (max-width: 800px) {
	.AlleDokumente {
		width: 230px;
	}
	.Dokumente {
		width: 220px;
		height: auto;
	}
}
@media (max-width: 640px) {
	#menuetos_logo {
		text-shadow: none;
	}
	#main {
		float: left;
		width: 100%;
	}
	#validators {
		display: none;
	}
	#sidebar {
		display: none;
	}
	code {
		font-family: arial;
	}
	code span.label {
		width: auto;
	}
	code span.values {
		width:  auto;
	}
	code span.line_number {
		padding-right: 5px;
		width: 15px;
	}
	code span.instruction {
		padding-left: 10px;
		width: 30px;
	}
}

.Screenshots {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}

table {
	border-collapse: collapse;
}
table.Mittig {
	margin-left: auto;
	margin-right: auto;
}
table#VersionHistory {
	border-collapse: collapse;
}
table#VersionHistory THEAD TR {
	font-weight: bold;
}
table#VersionHistory THEAD TD {
	color: #000000;
	background-color: #DDD;
	padding-right: 10px;
}
table#VersionHistory TR.History TD {
	color: #000000;
	background-color: #DDD;
}
td {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana,sans-serif;
	font-size: 11px;
	vertical-align: text-top;
}
th.Rand {
	border: 1px solid #000;
}
td.Rand {
	border: 1px solid #000;
}
td.RandMittig {
	border: 1px solid #000;
	text-align: center;
}

td.Screenshots {
	text-align: center;
	width: 250px;
}

ul.Block	{ padding-left: 20px; }
ol.Block	{ padding-left: 20px; }
li.Block	{ list-style-type: none; }
li.AlphaList{ list-style-type: lower-alpha; }

.underlined {
	text-decoration: underline;
}

.PictureContainer {
	display: block;
	float: left;
	width: 220px;
	height: 190px;
}

.PictureInfos {
	display: block;
	width: 220px;
	height: 15px;
}

span.CodeKommentar {
	background-color: transparent;
	color: #0A0;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

#ajax_loader {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 45%;
	top: 200px;
	display: none;
	background-image: url(/gfx/gif/ajax-loader.gif);
}

