/* HTML-Tags */
body {
	font-family:Verdana,sans-serif;
	font-size:100%;
	line-height:1.2em;
	margin:0 0 0 0px;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Verdana,sans-serif;
}
h1 {
	font-weight:bold;
	text-align:left;
	font-size:1.4em;
	margin:0.5em 0 0.5em 0;
	color:#000080;
}
h2,caption,legend,dl.news-single-files dt {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#000080;
	margin-top:1em;
	margin-bottom:0.5em;
	border-bottom:1px solid #000080;
}
caption,legend {
	border-bottom:none;
}
h3 {
	font-style:italic;
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	color:#000080;
	margin-top:1em;
}
p {
	margin-top:0em;
}
small {
	font-size:0.85em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a,a.external-link,a.active, a.email,a.download {
	color:#000080;
}
a:hover {
	color:#ffcc00;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left center no-repeat;
}
a.download {
	padding-left:18px;
	background:url(../img/download.gif) left center no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left center no-repeat;
}
ul {
	margin-left:1.5em;
}
ul.nostyle {
	list-style-type:none;
}
li ul {
	margin-bottom:10px;
}
ul.inline li {
	display:inline;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}

form br, form dt {
	clear:both;
}
fieldset {
	border:none;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}

label {
	float:left;
	width:11em;
	font-weight:bold;
	margin-right:1em;
	text-align:left;
}
input, textarea, select {
	border:1px solid #000080;
	background-color:#eee;
	padding:2px;
	font-family:Arial,sans-serif; 
	font-size:0.85em;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:22em;
}
textarea {
	height:10em;
}
input.submit {
	margin-top:5px;
}
table {
	font-size:1em;
	width:97%;
	display:block;
	float:none;
}
caption {
	text-align:left;
}
th {
	background-color:#E5E5F2;
	padding:3px;
	text-align:left;
}
th a {
	color:#000;
}
td {
	vertical-align:top;
	border-bottom:1px solid #E5E5F2;
	padding:3px;
}
td p { 
	margin:0;
	padding:0;
}
dd {
	margin-left:2em;
}
dl.image {
	margin:0 10px 10px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#fff;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
}
.left dl.image {
	float:left;
	margin-left:0px;
	margin-right:10px;
}
.right dl.image {
	float:right;
	margin-right:0px;
	margin-left:10px;
}
div.breadcrumb {
	margin-bottom:15px;
	color:#666;
}

/* Allgemeingueltige Klassen */
.hidden,p.logo {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color:#660000;
}

.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
div.Smaller,p.Smaller {
	font-size:0.9em;
	line-height:1.1em;
}
div.Bigger,p.Bigger {
	font-size:1.1em;
	line-height:1.4em;
}
div.Blue,p.Blue,.Blue {
	background-color:#E5E5F2;
	padding:5px;
}
div.Yellow,p.Yellow,.Yellow {
	background-color:#fef4cc;
	padding:5px;
}
div.Red,p.Red,.Red {
	background-color:#990000;
	color:#000;
	padding:5px;
}
div.Green,p.Green,.Green {
	background-color:#009900;
	padding:5px;
}
div.Center,p.Center {
	text-align:center;
}

div.Right,p.Right {
	text-align:right;
}