/**
 * 
 * Startseite
 * 
 */
#Index h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#Index h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 35px;
}
#Index p,
#Index table,
#Index legend,
#Index label,
#Index input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Index table {
	margin-bottom: 35px; 
}
#Index p {
	line-height: 16px; 
}
#Index strong {
	color: #CC0000;
}
/**
 * 
 * Redirect-Seite
 * 
 */
#Redirect {
	margin: 100px 10px 0px; /* Außen */
}
#Redirect h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight: normal;
}
#Redirect h3 a {
	font-size: 12px;
}
#Redirect p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:60px;
}
/**
 * Copyright
 */
#Copy {
	margin-top: 60px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
/**
 * 
 * [Links]
 * 
 */
#Redirect a,
#Index a,
#Copy a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dashed Gray;
}
/**
 * Externe Links
 */
#Redirect a[href ^="http://"],
#Index a[href ^="http://"] {
    background: url(/img/extern.png) center right no-repeat;
    padding-right: 13px;
}
#Redirect a:link,
#Redirect a:visited,
#Index a:link,
#Index a:visited,
#Copy a:link,
#Copy a:visited {
	color: #003399;
}
#Redirect a:hover,
#Index a:hover,
#Copy a:hover {
	border-bottom: 2px dotted #3366CC;
}
#Redirect a:active,
#Index a:active,
#Copy a:active {
	color: #3366CC;
}
/**
 * Allgemeine definitionen
 */
.u {
	border-bottom-width: 1px;
	border-bottom-style:solid;
}
/**
 * Loading...
 */
#Loading {
	margin: 30px auto 0px;
	padding: 10px;
	text-align: center;
	
	visibility: hidden;
}
#Loading span {
	padding: 15px 32px 15px 16px;
	background: url(/img/loading.gif) no-repeat right center;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}