
/*
###############################
###  ELEMENTE RESETTEN      ###
### Alle Browser angleichen ###
###############################


,
table, caption, tbody, tfoot, thead, tr, th, td 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}*/
table { empty-cells: show; }
input[type="text"] { padding: 3px 0 3px 2px; }

/*
######################
###  BASIS - CODE  ###
######################
*/

body {
  background: url('../img/bg_background.jpg') repeat-x  #FFF;
  font-size: 12pt;
  line-height: 1.4em;
}

a:link, a:visited, a:active, a:hover{
  color: #0000FF;
}

/*
#######################
###  DESIGN - CODE  ###
#######################
*/

#Page {
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto; /* Center */
  margin-top: 20px;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  background-color: #FFF;
}

#Footer {
  width: 1019px;
  height: 25px;
  background-color: #CDCDCD;
  margin: 0px 0px -5px -5px;
  padding: 8px 0px 0px 5px; 
  font-size: 11pt;
  text-align: center;
  -webkit-border-bottom-right-radius: 9px; -webkit-border-bottom-left-radius: 9px; 
}

#Header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  min-width: 1024px;
  border-bottom: 1px solid #CBCCB2;
  }

#SiteURL {
  position: absolute;
  font-size: 110px;
  margin-top: 30px;
}
#SiteURL a {
  text-decoration: none;
}

#HeadLogoBlock {
  float: left;
  text-align: center;
  height: 120px;
  width: 160px;
  max-width: 160px;
  border-right: 0px solid #000;
  
  
  -webkit-border-top-left-radius: 10px; 
  background: url('../img/rocks_2.png') top repeat-x;
}

#HeadLogoText {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 3px;
  color: #808080;
}

#Container {
  padding: 0px 0px 5px 5px;;
  min-height: 600px;
  }

#menu {
  float: left;
  height: 600px;
  width: 150px;
  min-width: 150px;
  height: 100%;
  margin: 0px 0px 0px -5px;
  padding-right: 10px;
  background: url('../img/rocks.png') top repeat-x;
  }

#content {
  float:left;
  width: 834px;
  height: 650px;
  min-height: 650px;
  max-height: 650px;
  margin-left: 15px;
  overflow-y: scroll;
  padding-right: 15px;
  padding-top: 3px;
}


#MenuList li{
  text-align: right;
  padding-right: 15px;
  font-size: 15px;
}

.lnk a, #MenuList li a {
	text-decoration: none;
	color: #4A4A4A;
}

.lnk a:hover, #MenuList li a:hover {
	text-decoration: none;
	color: #6699CC;
}
.lnk a:active, #MenuList li a:active{
	color: #CCCCCC;
}

.linehelper {
  height: 30px;	
  background: url('../img/trenner_menu.gif') right no-repeat;
}



._B { font-weight: bold; }
._U { text-decoration: underline; }
._C { text-align: center; }

.TableStyle {
  background: #E5E5E5;
  border-spacing: 2px;
  -webkit-border-radius: 10px;
  padding: 4px;
}

.TablePad td {
  padding: 3px;
  vertical-align: top;
  font-size: 10.5pt;
  
  background: #FFF;
  -webkit-border-radius: 10px;
}

.TablePad th {
  font-weight: bold;
  font-size: 14pt;
  color: #566EFF;
  height: 30px;
}

.TableBorder td {
  border: 1px solid #7A8DFE;
  padding-left: 9px;
  padding-right: 9px;
} 

.Headline {
  text-align: left;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #EEE;

  font-size: 1.5em;
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 10px !important;
}


/* Nur beim IE6 eine Warnung anzeigen */
#IE6Warnung{
  position: relative;
  color: #FFF;
  border-color: #000;
  background: #212121;
  padding: 5px;
  margin-top: -5px;
}

#IE6Warnung a:link, 
#IE6Warnung a:visited,
#IE6Warnung a:active,
#IE6Warnung a:hover{
  color:#FFF;
}