* {
  margin:0;
  padding:0;
}

/*
_ @ 1. Layout Design @ _ {}
*/

body {
  font-family: Verdana;
  font-size: 12px;
  background: #ffffff;
  color:#504F49;
  line-height:160%;
}

#body {
  background: #E5E6E4 url(/design/content_bg.gif) repeat-y center;
  padding:0 10px;
  position:relative;
}

#wrap {
  background-color: #ffffff;
  margin:0 auto;
  position:relative;
  width:850px;
}

#head {
  position:relative;
  height:263px;
  width:750px;
  background: #ffffff url(/design/header.jpg) no-repeat;
  margin:0 auto 120px auto;
  top:28px;
}

#head h4 {
  position:absolute;
  left:-9999px;
}

/* Skip Navigation für Small-Screen Reader */
  #skip-nav {
    position:absolute;
    left:-9999px;
  }

/* Breadcrumb */
  #breadcrumb {
    background:transparent;
    position:absolute;
    top:5px;
    left:50px;
    color:#999999;
  }
  
  #breadcrumb a:link,
  #breadcrumb a:visited {
    color:#999999;
    text-decoration:underline;
  }
  
  #breadcrumb a:hover,
  #breadcrumb a:active {
    color:#295C6F;
    text-decoration:none;
  }
  
  
  
  #content-wrap {
    position:relative;
    width:100%;
  }
  
  #content {
    position:relative;
    padding:0 63px 10px 63px;
  }

	#utility {
		position:absolute;
		top:0;
		right:21px;
		width:180px;
		height:300px;
	}

	#sidebar {
		position:absolute;
		top:0;
		left:12px;
		width:223px;
		color:#333333;
		z-index:5;
	}
	
	#sidebar div {
    padding:17px 0 7px 0;
    margin-top:7px;
    position:relative;
    background: #ffffff url(/design/title.jpg) no-repeat;
  }
	
	#sidebar div h1 {
    margin:0 0 28px 22px;
    color:#ffffff;
  }
	
	#sidebar div h2,
	#sidebar div h3,
	#sidebar div h4,
	#sidebar div p {
    margin-right:22px;
    margin-left:22px;
  }
	
/* Top-Navi */
  #top-nav {
    background:transparent;
    position:absolute;
    top:5px;
    right:50px;
    color:#999999;
  }
  
  #top-nav a:link,
  #top-nav a:visited {
    color:#999999;
    text-decoration:underline;
  }
  
  #top-nav a:hover,
  #top-nav a:active {
    color:#999999;
    text-decoration:none;
  }
  
	#sub-nav ul {
    margin-bottom: 12px;
  }
	
  #sub-nav ul li {
    margin:0 10px 0 20px;
    border-top: 1px dotted #205366;
		list-style-type:none;
		height:18px;
  }

	#sub-nav ul li.first {
		border-top:none;
	}

	#sub-nav ul a {
		display: block;
		height:18px;
		line-height: 18px;
		padding: 0 2px 0 16px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	#sub-nav ul a:link,
	#sub-nav ul a:visited {
		color:#205366;
		background:transparent;
		text-decoration:none;
		border-left:3px solid transparent;
	}

	#sub-nav ul a:link.active,
	#sub-nav ul a:visited.active,
	#sub-nav ul a:hover.active,
	#sub-nav ul a:active.active,
	#sub-nav ul a:hover,
	#sub-nav ul a:active {
		color:#ffffff;
		background:#6c9dae;
		border-left:3px solid #205366;
	}

	#sub-nav ul a:hover {
		text-decoration:underline;
	}
  
	#sidebar .featurebox h1 {
  }
  
	#sidebar .featurebox h4 {
    color:#ffffff;
  }
  
	#sidebar .featurebox a:link,
	#sidebar .featurebox a:hover,
	#sidebar .featurebox a:visited,
	#sidebar .featurebox a:active {
    color:#cccccc;
  }
  
	#sidebar .featurebox img {
    background-color:#ffffff;
    padding:3px;
  }
  
  #sidebar form {
    color:#999999;
  }
  
  #sidebar form input[type=text] {
    border:1px solid #cccccc;
    color:#666666;
    font-size:11px;
    padding:1px 2px;
    width:140px;
  }
  
/* Haupt-Navigation */
  #nav {
    position:absolute;
    top:291px; /*293*/
    left:50px;
    width:750px;
    padding-top:8px;
    background: #ffffff;
    border-top:8px solid #A29061;
  }
  
  #nav ul {
    margin-left:6px;
  }
  
  #nav ul li {
    float:left;
    list-style-type:none;
    margin:0;
  }
  
  #nav ul a {
    display: block;
    line-height: 18px;
    padding: 0 18px 0 8px;
    font-family: Times New Roman;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    border-left:1px solid #ffffff;
  }
  
  #nav ul a:link,
  #nav ul a:visited {
    color:#504F49;
    text-decoration:none;
  }
  
  #nav ul a.active,
  #nav ul a:hover,
  #nav ul a:active {
    color:#034895;
    border-left:1px solid #034895;
  }
  
  #nav ul a:hover {
    text-decoration:underline;
  }

/* Footer */
  #footer-wrap {
    position:relative;
    width:100%;
    border-top:1px solid #A29061;
  }
  
  #footer-wrap a,
  #footer-wrap a:hover,
  #footer-wrap a:link,
  #footer-wrap a:active,
  #footer-wrap a:visited {
    color: #504F49;
  }

  #footer {
    position:relative;
    padding:20px 50px 60px 50px;
    text-align:center;
  }

  #poweredby {
    position:absolute;
    right:50px;
    bottom:20px;
  }
  
  #poweredby,
  #poweredby a:hover,
  #poweredby a:link,
  #poweredby a:active,
  #poweredby a:visited {
    color: #999999;
    text-decoration:none;
  }
  
  #poweredby a:hover {
    text-decoration:underline;
  }

/*
_ @ 2. Standard Elemente @ _ {}
*/
  
  h1, h2, h3, h4 {
    font-family:Arial;
    margin-bottom: 14px;
    color:#A29061;
  }
  
  h1 {
    color: #034895;
    font-size:19px;
    line-height:20px;
    margin:0 0 20px -63px;
    border-left:48px solid #A29061;
    padding-left:6px;
    font-family: Times New Roman;
    text-transform: uppercase;
  }
  
  h1 span {
    border-left:1px solid #034895;
    padding-left:6px;
  }
  
  h2 {
    font-size:17px;
    margin-bottom:10px;
  }
  
  h3 {
    font-size:15px;
    margin-bottom:7px;
  }
  
  h4 {
    font-size:13px;
    margin-bottom:4px;
  }

  p, ul, hr, table, fieldset {
  	margin-bottom:13px;
  }
  
  li {
  	margin-left:30px;
  }
  
  a:link {
    color:#034895;
  }
  
  a:hover {
    text-decoration:none;
  }
  
  img {border:none}
  
  .img {
  	background:#ffffff;
  	border:1px solid #A29061;
  	padding:8px;
  }
  
  hr {
  	border:none;
  	height:0;
  	border-top:1px solid #efefef;
  }
  
  fieldset hr {
  	margin-left:-10px;
  	margin-right:-10px;
  }
  
  em {
    color:#006600;
  }
  
  code,
  pre {
  	padding:8px;
  	border:1px solid #cccccc;
  	display:block;
  	background:#EFEFEF;
  	position:relative;
  	max-height:400px;
      overflow: scroll;
  		overflow-y: auto;
  		overflow-x: hidden;
  }
  
  code i {
  	color:#999999;
  }
  
  table {
  	width:100%;
  	position:relative;
  }
  
  th, td {
  	text-align:left;
  	vertical-align:top;
  	padding:2px 4px 4px 0;
  }
  
  thead {
  	border-bottom:1px solid #A29061;
  }
  
  thead td {
  	border-bottom:1px solid #A29061;
  	font-weight:bold;
  	color:#A29061;
  }
  
  fieldset {
  	border:1px solid #efefef;
  	padding:10px 20px 10px 22px;
  	position:relative;
  }
  
  legend {
  	padding:1px 15px;
  	margin:10px 0;
  	background:#efefef;
  	font-weight:bold;
  	color:#999999;
  }

  /* Formular Elemente */
  label {}
  label,
  .label {
  	display:block;
  	padding-bottom:3px;
  	margin-bottom:6px;
  	line-height:22px;
    position:relative;
    width:100%;
  }
  
  .label label {
  	display:inline;
  	padding:0;
  	margin:0;
    position:relative;
    width:auto;
  }
  
  label b,
  .label b {
    display:block;
    width:180px;
    position:absolute;
    top:0;
    left:0;
  }
  
  label span,
  .label span {
    display:block;
    margin:0 5px 5px 200px;
    position:relative;
  }
  
  label input[type=text],
  .label input[type=text],
  label input[type=password],
  .label input[type=password],
  label textarea,
  .label textarea {
  	background:#ffffff;
  	border:1px solid #878787;
  	padding:1px 2px;
  }
  
  label:hover input[type=text],
  label:hover input[type=password],
  label:hover textarea,
  .label:hover input[type=text],
  .label:hover input[type=password],
  .label:hover textarea {
  	background:#FEF1DA;
  }
  
  /* z.B. * Stern für erforderliche Eingabe */
  label b i,
  .label b i {
    position:absolute;
    top:0;
    left:-12px;
    color:#CC0000;
  }
  
  /* Information zu dem Formulr-Feld */
  label small,
  .label small {
	  color:#999999;
	  display:block;
  }
  
  /* Beispiel der Eingabe-Syntax */
  label samp,
  .label samp {
	  display:block;
  }
  
  /* Error span style */
  .error {
	  border:1px solid #990000;
  	background:#FEF1DA;
  	padding:5px;
  }
  
  /* Error Msg bei Fehlerhafter eingabe */
  .error big,
  label big,
  .label big {
	  color:#990000;
	  display:block;
	  font-family:Arial;
	  font-size: 140%;
  }
  
  div.error {
    margin-bottom:12px;
  }
  
  .error input[type=text],
  .error input[type=password],
  .error textarea {
  	border:1px solid #990000;
  }
  
  .success {
    border:3px solid #6FC062;
    background:#B6E1AE url(../images/icon/accept.png) no-repeat 2px 50%;
    padding: 5px 20px;
    text-align:center;
    font-size:135%;
  }
  
  .info {
    border:3px solid #F4D64F;
    background:#FBF2C2 url(../images/icon/error.png) no-repeat 2px 50%;
    padding: 5px 20px;
    text-align:center;
    font-size:135%;
  }
  
  select {
    height:20px;
  }
  
  optgroup {
    font-size: 10px;
    color: #666666;
    background:#efefef;
    padding:2px 1px;
  }
  
  optgroup option {
    padding: 2px 4px 2px 8px;
    font-size: 12px;
    color:#000000;
    background:#ffffff;
    border-top:1px solid #efefef;
  }
  /* End - Formular Elemente */
  
/*
_ @ 3. Standard Classen @ _ {}
*/

  .clear {clear:both}
  .clear-left {clear:left}
  .clear-right {clear:right}
  
  .left {
    float:left;
    margin:0 10px 10px 0;
  }
  
  .right {
    float:right;
    margin:0 0 10px 10px;
  }
  
  .active {
    font-weight: bold;
    text-decoration: none;
  }

/*
_ @ 4. Layout Classen @ _ {}
*/

  a span.more {
    display:none;
  }
  
  ul.table-list {
    float:left;
  }
  
  ul.table-list li {
    margin-left:0;
    list-style:none;
    clear:both;
    border-bottom:1px dotted #ccc;
  }
  
  ul.table-list strong {
    display:block;
    width:150px;
    float:left;
  }
  
  .change {
  	background:#CCCCCC;
  }

  /*  */
  table.select-lst tbody {
    max-height:200px;
    overflow: scroll;
		overflow-y: auto;
		overflow-x: hidden;
  }
  
  table.select-lst tbody tr {
    height:auto;
  }

  /* Anmelde / Konto - Infofenster */
  #content-info {
    position:absolute;
    top:0;
    right:0;
    padding:2px 5px;
	  border:1px solid #CCCCCC;
	  background: #efefef;
  }
  
  #content-info select {
    width: 120px;
    margin-left: 20px;
  }
  
  /*
    Back-Top Button
    <p class="backtop"><a href="#body">↑ Top</a></p>
  */
  .backtop {
    border-top:1px solid #cccccc;
    text-align:right;
    color:#cccccc;
  }
  
  .backtop,
  .backtop a:link,
  .backtop a:active,
  .backtop a:visited,
  .backtop a:hover {
    color:#999999;
    text-decoration:none;
  }
  
  .backtop a:hover {
    text-decoration:underline;
  }
  
  /*
    Index Listen (A-Z) 
    <ul class="index"><li><a href="#">A-Z</a></li></ul>
  */
  .index {
    float:left;
  }
  
  .index a {
    font-family:monospace;
    font-size:120%;
  }
  
  .index a:hover,
  .index a:active,
  .index a:link.active,
  .index a:visited.active {
    color:#000000;
    text-decoration:none;
    font-weight:bold;
  }
  
  /*
    Ordner Struktur
    <ul class="folder"><li></li></ul>
  */
  
  ul.folder-structure ul {
    margin:0 0 0 -26px;
  }
  
  ul.folder-structure li {
    background: url(/design/folder_structure.png) 0 -998px no-repeat;
    list-style:none;
    padding-left:25px;
    line-height: 25px;
  }
  
  ul.folder-structure li.first {
    background-position: 0 2px;
  }
  
  ul.folder-structure ul li.first {
    background-position: 0 -998px;
  }
  
  ul.folder-structure li.last {
    background-position: 0 -1998px;
  }
  
  ul.folder-structure li.bottom {
    padding-bottom:10px;
  }
