* {
	margin: 0;
	padding:0;
}

body {
	background-color:#333;	
	background-image:url(img/bg.gif);
	font: x-small sans-serif;
	margin: 0;
	padding:0;
}

img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size:  80%; }

ul, ol, dt, dd {
		line-height:1.5em;
}
ul {
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .3em;
	margin-bottom: .5em;
}
dd {
	margin-left: 2em;
	margin-bottom: .1em;
}

legend {
	padding: .5em;
	font-size: 95%;
}

form {
	border: none;
}

textarea {
	width: 100%;
	padding: .1em;
}
select {
	vertical-align: top;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

div.content h1, div.content h2 {
	margin-bottom: .6em;
}
div.content h3, div.content h4, div.content h5 {
	margin-bottom: .3em;
}


/* AUSSENRAHMEN */

div#AllSiteWrapper {
 	position:relative;
	font-size: 127%;	
	width: 100%;
	margin-top:0;
	margin-bottom:30px;
	background-color:#fff;
}

div#search {
 	position:absolute;
 	top:10px;
 	left:400px;
	width:400px;
}
div#user {
 	position:absolute;
 	top:18px;
 	right:40px;
}
div#search input[type=text] {
	width:auto;
	font-size:12px;
	padding:2px;
	margin:1px;
	background-image:url(http://www.google.com/coop/intl/de/images/google_custom_search_watermark.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
div#search input[type=text]:focus {
	background-image:none;
}
div#search input[type=submit] {
	font-size:12px;
	padding:1px;
	margin:1px;
	color:#333;
}

div#contentInnerWrapper {
	padding:10px;
}

/* MENÜ*/
	
#menu {
	background-image:url(img/bg_default.gif);
}
	
/* FOOTER */
div.footerContent {
	background-color:#292929;
	border-top:5px solid #fdab02;
}
div.footerContent div.a {
	float:left;
	width:30%;
	padding:5px;
}

div.footerContent div.a ul {list-style-type:none;padding-left:10px;}

div.footerContent div.a li,
div.footerContent div.a li * {
	border-bottom:1px solid #555;
	padding:5px;
	color:#ddd;
}
div.footerContent div.a li.hover,
div.footerContent div.a li:hover {
	background-color:#393939;
}

div.footerContent h3,
div.footerContent h3 * {
	border:0px;
}
div.footerContent span.a,
div.footerContent span.b {
	font-weight:bold;
	font-size:14px;
}
div.footerContent span.a {color:#ccc;}
div.footerContent span.b {color:#888;}

div#footer,
div#footer * {
	color:#666;
	padding:10px;
	font-size:10px;
	text-decoration:none;
	background-color:#191919;
	text-transform: uppercase;
}


/* MENÜ */

div#menu {
	height:30px;
	background-color:#777;
}

#NGForum {
	position:relative;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

/* SONSTIGES */
div#errorbox {
	border:1px solid #a90000;
	background-color:#fceeee;
	padding:3px;
	width:200px;
}
div#errorbox h2 {
	font-size:14px;
}
div#errorbox h2,
div#errorbox p {
	color:#333;
}


table {
	font-size: 100%;
	color: #000;
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #002bb8;
}
a:visited {	color: #5a3696;}
a:active {	color: #faa700;}
a:hover {	text-decoration: underline;}

a.std, 
a.ext {
	color:#002bb8;
	text-decoration:none;
}
a.redLink {
	color:#ba0000;
	text-decoration:none;
}

fieldset {
	background-image:url(img/bg_fieldset.png);
	background-repeat:repeat-x;
}

div.CodeHighlighter {
	border:1px solid #36c;
}

div.CodeHighlighter div.Lang {
	float:left;
	background-color:#36c;
	color:#fff;
	font-size:8px;
	padding-left: 2px;
	padding-right:3px;
}


div.CodeHighlighter pre {
	border:0;
}