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

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Times new roman, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}
/* 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: 17px;
}

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;
  border-radius: 10px; -o-border-radius: 10px; -icab-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
  background-color: #FFF;
}

#Header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  background: url('../img/header.jpg') #2387D3;
  min-width: 1024px;
  border-bottom: 1px solid #000;
}
.ie6 #Header {
  /* Im IE6 soll die Maske auch eine Transparenz haben */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/headmask.png', sizingMethod='scale');
  background: #2387D3;
  width: 1024px;
}

#Header_Logo {
  border: 0;
  margin-top: 10px;
  margin-left: 20px;
  height: 100px;
  width: 112px;
  float: left;
}

#Container {
  padding: 5px 0px 5px 5px;;
  min-height: 600px;
  
  /* AutoSize */
  overflow: hidden;  
  display: table; 
}
.ie6 #Container { padding-bottom: 0px; }

#menu {
  float: left;
  height: 600px;
  width: 130px;
  min-width: 130px;
  height: 100%;
  padding: 10px 0px 0px 5px;
  margin: -5px 0px 0px -5px;
  padding-right: 10px;
}
.ie6 #menu {
  margin-left: -2px;
}

#content {
  float:left;
  width: 854px;
  margin-left: 15px;
}


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

.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: 7px;	
  background: url('../img/trenner_menu.gif') right no-repeat;
}



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

.TablePad td {
  padding: 3px;
  vertical-align: top;
}

.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;
}

.StickyNote {
  width: 250px;
  max-width: 250px;
}
.StickyNote td {
  padding: 5px;
}




/* 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;
}
