@import 'blueprint/screen.css';

/* image fading */
#imageContainer {
	height:230px;
	overflow: hidden;
}

#imageContainer img {
	display: none;
	position:absolute;
	top:50; left:0;
}


/* popup */

#layer1, #layer2 {
	position: fixed;
	visibility: hidden;
	left: 20%;
	top: 20%;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
	float: left;
	vertical-align: middle;
	text-align: center;
	
}


#close {
	float: top;
	font-weight: bold;
	text-align: right;
	background-image: url(../images/background-h1.jpg);
    background-repeat: repeat-y;
    padding-right: 10px;
    cursor: pointer; 
}

.contact td {
	margin: 0px;
	padding: 0px;
}

/* @group Common */

body {
  background-color: #cacbcd;
}

div.container {
  width: 752px;
  background: url(../images/container-background.gif) repeat-y left;
}

div.container-finish {
  float: left;
  width: 510px;
  border-top: 1px solid black;
  background: #cacbcd;
}

#right {
}


input, select, option
{
  margin: 0px;
  padding: 0px;
}


/* ------------------ rudis ----------------------------- */
#grauverlauf
{
    background-image: url(../images/grauverlauf.png);
    background-repeat: repeat-y;
    color: black;
    font-size: 0.9em;
    font-weight: bold;
    width: 250px;
    border-left: 1px solid black;
}

#rotverlauf
{
    background-image: url(../images/rotverlauf.png);
    background-repeat: repeat-y;
    height: 3px;
    color: black;
    border-left: 1px solid black;
    padding: 0px;
    font-size: 1px;
}
#rotlang
{
    background-image: url(../images/background-h1.jpg);
    background-repeat: repeat-y;
    height: 3px;
    color: black;
    border-left: 1px solid black;
    padding: 0px;
}

#tabspace
{
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
 }
 
 #tabdata
 {
 text-align: left;
 vertical-align: top;
 border-left: 1px solid black;
 }
 
td
{
 vertical-align: top;
}

/* ---------------------------------------------------------- */


/* @end */

/* @group Top Menu */

ul.menu-top {
  margin-left: 0;
  margin-bottom: .5em;
  padding-left: 0;
  height: 1.5em;
} 

ul.menu-top li {
  margin-right: 2px;
  list-style: none;
  background-color: #da0032;
  height: 1.5em;
  font-size: 11px;
  float: left;
}

ul.menu-top li.active {
  background-color: #252525;
   font-size: 11px;
}

#active {
  background-color: #252525;
  background: url(../images/menu-left-active.jpg) no-repeat right;
}

ul.menu-top li a {
  display: block;
  width: 10em;
  height: 100%;
  padding: 0 1em;
  color: white;
  text-decoration: none;
}

ul.menu-top li a:hover {
  background-color: #616162;
}

hr.big-gray {
  margin-bottom: .5em;
  height: 16px;
  background-image: url(../images/border-top.gif);
}

/* @end */

/* @group Left Box */

.logobox {
  text-align: center;
  padding: 2em 0;
  background: white;
}

.border-top-bottom {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.box-left {
  border: 1px solid black;
  background-color: #f2f2f2;
}

.box-left .spacer {
  border-top: 1px solid #b2b2b2;
  height: 10em;
  background: white;
}

/* @group Left Menu */

.box-left ul {
  margin-left: 0;
  margin-right: 0px;
  padding: 1.5em 0 1.5em 0;
  list-style: none;
} 

ul.menu-left li {
  list-style: none;
  width: 168px;
}

.box-left ul li a.sub {
  padding-left: 80px;
  width: 148px;
  list-style-image: url(../images/list-item.gif);
}


.box-left ul li a {
  display: block;
  width: 168px;
  height: 100%;
  color: black;
  text-decoration: none;
  padding-left: 60px;
}

.box-left ul li a:hover {
  background-color: #adadad;
}

ul.menu-left li.active a {
  background: url(../images/menu-left-active.jpg) no-repeat left;
}

ul.menu-left li.active a:hover {
  background: url(../images/menu-left-active.jpg) no-repeat right;
}

/* @end */

/* @end */

/* @group Main Content */

.content {
  clear: left;
  background: white;
}

.content .title {
  padding: 1em 0 0 0;
  background-color: #f2f2f2;
  border-bottom: 3px solid #a7a7a7;
  position: relative; /* [ts] */
}


.content .title .head1
{
  font-size: 2.0em;
  padding: 7px 10px 7px 10px;
  font-style: italic;
  
  display: block;
  clear: left;
  color: black;
  
  background-image: url(../images/background-h1.jpg);
  background-repeat: repeat-y;
}

.content .title .head2 {
  padding: 10px 10px 10px 10px;
  font-size: 1.3em;
  background-image: none;
}


.content .title h1,
.content .title h2,
.content .title h3  {
  padding: 4px 0 4px .6em;
  margin-bottom: 0;
  background: url(../images/background-h1.jpg);
  background-repeat: repeat-y;
}

.content .title h1 {
  font-size: 2.0em;
  font-style: italic;
  display: block;
  clear: left;
  color: black;
  padding: 7px 10px 7px 10px;
}

.content .title h3 {
  font-size: 1.3em;
  font-style: italic;
  display: block;
  clear: left;
  color: black;
  padding: 7px 10px 7px 10px;
}

.content .title h2 {
  padding: 10px 10px 10px 10px;
  font-size: 1.3em;
  background-image: none;
}


.content .text {
  padding: 10px 10px 10px 10px;
}

.content td.image {
  background: #6a6a6a;
  color: white;
}

.content td.caption {
  background: white;
}


.border
{
	border: 1px solid #dc0034;
	padding: 3px;
	background: white;
}	

.map
{
  vertical-align: top;
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
  height: 20px;
}

.folder
{
  padding-bottom: 10px;
}

.content .folder ul li ol li{
  
  position: relative;
  left: +20px;
  font-weight: normal;
  padding: 0px;
  margin: 2px 0px 0px 0px;
  list-style-image: url(../images/file.gif);
}

.content .folder ul li {
  
  position: relative;
  left: +30px;
  list-style-image: url(../images/folder.gif);

}


.folder a
{
text-decoration: none;
color: black;
}

.content ul li ol li
{
	font-weight: normal; 
	list-style: square;
	list-style-image: none;
	padding-bottom: 0px;
}

.text ul li
{
  font-weight: bold;
  list-style-image: url(../images/list-item.gif);
  padding-bottom: 5px;
}

.content ul li
{
  font-weight: bold;
  list-style-image: url(../images/list-item.gif);
  padding-bottom: 5px;
}


.footnote
	{
	border-top: 1px; 
	border-style: 
	solid; padding: 2px 
	}
	

.text ul li .text
{
font-weight: normal;
padding: 5px 5px 5px 0px;
}


.folder a:hover
{
text-decoration: none;
background-color: #adadad;
}

.file li {
  list-style-image: url(../images/file.gif);
  position: relative;
  left: +50px;
}


a.pdf {
  background: url(../images/icon-pdf.gif) no-repeat left center;
}

/* @end */
