* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.65em;
	color: #000;
	background-image: url(../images/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: -19px -91px;
	background-color: #ffffff;
}

a {
	color: #e10000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}


/* Structure door */
#wrapper_door {
	margin-top: 125px;
	width: 941px;
}
#ras_door td {
	padding-bottom: 10px;
}

/* Structure */
#wrapper {
	margin-top: 36px;
	width: 828px;
}

.full {
	height: 100%;
}

#logo {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 44px;
	color: #000;
	background-color: #ff0000;
}
#logo a {
	font-weight: normal;
	color: #000;
}

#colleft {
	background-color: #ffffff;
}

#naviTable{
	padding: 10px;
}
#naviTable table td{
	height: 21px;
	padding-bottom: 5px;
}

#content{
	padding-left: 40px;
}

#titel {
	height: 17px;
	font-size: 1.4em;
	color: #666;
	line-height: 17px;
	border-bottom: 1px solid #000;
}

#text {
	width: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#text_lang {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.deco_right {
	padding-left: 5px;
	padding-bottom: 10px;
}

/* Footer */
#footer {
	padding-left: 20px;
	padding-top: 35px;
	font-size: 0.91em;
	line-height: 1.6em;
	font-weight: bold;
}

#footer p {
	margin-bottom: 1.6em;
}

#footer a {
	color: #ff0000;
	text-decoration : none;
}

#footer a:hover {
	color : #ff0000;
	text-decoration : underline;
}
/* Footer */

/* Format Text */
h2 {
	font-size: 1.4em;
	color: #e10000;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #666;
}

h2.first {
	margin-top: 0.3em;
}

h3 {
	font-size: 1em;
	text-decoration: underline;
	margin-bottom: 1.4em;
}

p {
	text-align: justify;
	margin-bottom: 1.4em;
}

p.small {
	margin-bottom: 0.6em;
}

ul, ol{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0.4em;
	margin-bottom: 1.4em;
}

li {
	list-style-type: square;
	text-align: left;
	padding-bottom: 0.2em;
}

ul.listemenue {
	margin-top: 1.4em;
}

ul.listemenue li {
	padding-bottom: 1.4em;
}

ul.notype {
	margin-left: 0;
	padding-left: 0;
}
ul.notype li {
	list-style-type: none;
}

img.contentImage {
	border: 1px solid #666666;
	border-top: none;
}
img.fltright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

#text_lang a img {
	border: 1px solid #666666;
	margin-top: 10px;
}
#text_lang a:hover img {
	border: 1px solid #ff0000;
}

.grau {
	color: #666666;
}

div.quote{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #E10000;
	text-align: center;
	padding: 0.6em 0;
}

#button {
	float: right;
	width: 50%;
	height: 2em;
	margin-top: 1em;
	padding-top: 0.8em;
	text-align: right;
	border-top: 1px solid #666;
}
#button a {
	border: 1px solid #000;
	padding: 0.3em 0.9em;
	background-color: #efefef;
}

/* Form */
.archivbox {
	height: 25px;
	background-image: url(../images/archiv.gif);
	background-repeat: no-repeat;
}

input, textarea {
	width: 405px;
	padding: 2px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-size: 1.1em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.submit {
	width: 200px;
	cursor: pointer;
}

.combobox {
	background-color: #ffffff;
	color: #cd1515;
	font-size: 8pt;
	font-family: verdana;
}

/* Karte */
#karte td {
	padding: 10px;
	background-color: #eeeeee;
	font-size: 1em;
}
#karte td.close {
	background-color: #ffffff;
}
#karte a img {
	border: 1px solid #666666;
}

/* Common classes */
hr {
	height: 1px;
	border-bottom: 0;
	border-top: 1px solid #666;
	margin-bottom: 1.4em;
}

.fltleft {
	float: left;
}

.clear {
	clear: both;
}

.center {
	text-align: center
}

.nomargin {
	margin: 0;
}

.noborder {
	border-width: 0px;
}