/* Basics -- Seitengrundlagen */

html {
  color      : #000;
  padding    : 0;
  margin     : 0;
}

body {
  color      : #000;
  margin     : 0;
  padding    : 0;
  font-size  : 10pt;
  font-family: arial;
}



body#de div.startseite {
  display: block;
}

body#de div.standard {
  display: none;
}

/* Header -- Überschriften */

#copyright {
font-size: 12px;
}

h1 {
  font-size: 20px;
  float    : left;
  margin   : 0.5em;
  color    : #C61D24;

}

h2 {
  font-family: arial;
  font-size: 15px;
  font-weight: strong;
  color: #C61D24;
  margin-top: 0;
  padding-top: 0;
}

h3 {
  font-size : 13px;
  color     : #000;
}


/* Seitenteil Navigation */	
	
	
.navigation {
	background-image: url(/sub_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 190px;
	height: 100%;
	padding: 0px;
}

.navigation ul {
  margin-left    : 5px;
  padding-left   : 10;
}

.navigation li {
  margin-left    : 10px;
  margin-bottom  : 8px;
  padding-left   : 0;
}

.navigation a,
.navigation a:link,
.navigation a:visited {
  color          : #C61D24;
  font-size      : 13px;
  background     : none;
  text-decoration: none;
  font-weight    : bold;
}

.navigation a:hover {
   font-size     : 13px;
  color          : #fff;
  text-decoration: none;
}

td.navigation img.nav {
	margin-left: 0px;
}

td.path {
  font-size     : 10pt;
  font-family   : arial;
  color         : #C61D2;
  padding-left  : 0;
  width         : 500px;
  padding-top   : 7px;
  padding-bottom: 15px;
  margin        : 0;
  font-weight   : normal;
  border-bottom : 1px solid #666666;
}


div.index {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 400px;
}

#path a:link {
  color: #C61D24;
}


#path a:visited {
  color          : #000;
  background     : none;
  text-decoration: none;
  margin         : 4px;

}

#path a:hover {
  color    : #4B4B4B;
}


/* Contentbereich */

td.inhalt p {
	color: #3C3C3C;
}
.inhalt {
	font-size: 13px;
	width    : 600px;
}

img.header-intern,
img.header-abteilung,
img.header-hallen,
img.header-news,
img.header-kontakt {
	display: none;
	margin-top: 10px;
}

body.intern img.header-intern {
	display: block;
	margin-top: 10px;
}

body.abteilungen img.header-abteilung {
	display: block;
	margin-top: 10px;
}

body.hallen img.header-hallen {
	display: block;
	margin-top: 10px;
}

body.news img.header-news {
	display: block;
	margin-top: 10px;
}

body.kontakt img.header-kontakt {
	display: block;
	margin-top: 10px;
}

td.inhalt {
	margin-top: 10px;
	padding-bottom: 40px;
}

img.sublogo {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a img {
   border: none;
}

a:link,
a:visited {
  color          : #C61D24;
  background     : none;
  text-decoration: none;
  font-weight    : bold;
}

a:hover {
  color          : #fff;
  text-decoration: none;
}

p img {
  clear  : right;
  text-align: left;
  margin: 10px;
  margin-left: 0;
}

#content2 ul {
 list-style: none;
 padding: none;
 margin-top: none;
 margin-bottom: none;
}

.inhalt table em,
.inhalt table p em,
em,
.content ul li em,
.simple ul li em {
   font-style: normal;
   font-weight: bold;
}



#content1 thead th {
 border: 1px solid;
 background: #E0E0E0;
 padding   : 6px;
}

#content1 tbody td {
 border: 1px solid;
 background: #EfEfEf;
 padding   : 6px;
}

/* Pfadenavigation & Actions */

td.service {
	border-top  : 1px solid #666666;
	padding-top : 10px;
	float       : left;
	font-size   : 12px;
	clear       : none;
	width       : 400px;
}

td.service a {
	float       : left;
	font-size   : 12px;
	clear       : none;
}
td.service input {
	float: right;
	font-size: 12px;
	padding-left : 20px;
	border: 1px #4B4B4B;
	background-color: #DCDCDC;
}
.login input {
	float: left;
	width: 30px;
	height:20px;
	font-size: 0;
	border: none;
	color: #dcdcdc;
	background-color: #dcdcdc;
}

#actions input {
  height      : 1.8em;
  color       : #000;
  background  : #B7B7B7 none;
  border-color: #4B4B4B;
  line-height : 1.2;
}

#actions div {
  text-align : right;
  line-height: 130%;
}


#actions form {
  margin: 0;
}

#actions p {
  float  : left;
  margin : 0.25em 0;
  padding: 0;
}

.inhalt table,
.inhalt table td {
	font-size      : 100%;
	text-align     : left;
	vertical-align : top;
	font-style     : normal;
	font-weight    : normal;
}

.inhalt table th {
	font-size      : 100%;
	vertical-align : top;
		text-align     : left;
	font-weight    : bold;
}


/* Sonstiges */

td.head input {
	font-size: 75%;
}

div.langu li {
	padding: 0;
	margin-left: 16px;
	margin-top: 0px;
	color: black;
	list-style-type: square;
}

div.langu ul {
	padding: 0;
	margin: 0;
}

#skip {
  display: none;
}

#path em {
  font-style: normal;
  padding   : 0 2px;
}

.simple,
.simple li {
  list-style  : none;
  margin-left : 0;
  padding-left: 0;
  color: #4B4B4B;
    margin-top : 0;
	margin-bottom : 0;
	  padding-top : 0px;
}

.navigation ul li img,
.nav img,
/*.navigation a img */{
	display : none;
}

