/*****************************************************************************
  Global reset
*****************************************************************************/
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}
li,dd {
    margin-left: 1em;
}
fieldset {
    padding: 0.5em;
}
body {
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

img, table {
    border: none;
}

/*****************************************************************************
  General
*****************************************************************************/
#frame {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

#logo {
	width: 100%;
	height: 110px;
	background : #1f497d url(../images/Header.png) no-repeat;
}
#logoline1 {
    width: 100%;
	height: 5px;
	background : #ffffff;
}
#logoline2 {
    width: 100%;
	height: 8px;
	background : #1f497d;
}


h1 {
  color: #1f497d;
}

hr {
  border: 0;
  height: 1px;
  background-color: #cccccc;
}

p.copyright {
  font-size: 10px;
  color: #6f6f6f;
}

/*****************************************************************************
  Topic
*****************************************************************************/
#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 150px;
	left: 20px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #cccccc;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #6f6f6f;	
}

#topic p a:hover {
	color: #1f497d;	
}

#topic a.active {
	text-decoration: none;
	font-weight: bold;
	color: #1f497d;	
}

/*****************************************************************************
  Content
*****************************************************************************/
#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 250px;
}

/* Links */
#content a {
	text-decoration: none;
	font-weight : bold;
	color: #1f497d;
}

#content a:hover {
	text-decoration: underline;
}

/* Tabelle */
#content table.cells {
	border: 1px solid #cccccc;
}
#content td.cell {
	background-color: #dadada; 
}
#content td.headercell {
	background-color: #1f497d;
	color: #ffffff;
	font-weight: bold;
}
