/********************************************************
* 
* Seitenaufbau
*
********************************************************/

/* das hier für den IE */
#page 
{
	height: 100%;
	width: 800px; 
	text-align: left;
	border: 0px solid red;
	margin: auto auto auto auto;
	padding: 0px;
	position: relative;
	min-height: 100%;
	font-family: myriad, tahoma, arial, verdana;
}

/* folgende anweisung wird nicht vom IE interpretiert */
#page[id] 
{
	height:auto;
	min-height:100%;
}

html, body
{ 
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 127px;
	font-size: 9pt;
	text-align: 		center; 
	height: 		100%;
	width: 			100%;
	margin: 		0px;
	padding: 		0px;
	color: #606060;
}

#head
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 127px;
	background-image: url('../images/head_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#logo
{
	position: absolute;
	top: 15px;
	right: 10px;
}

#primary_navi
{
	background-image: url('../images/navi_bg.jpg');
	background-repeat: repeat-x;
	height: 35px;
}

#primary_navi td
{
	font-family: myriad, tahoma, arial;
	font-size: 10pt;
	font-variant:small-caps;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
}

#primary_navi td.active
{
	background-image: url('../images/navi_bg_active.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #6a6a6a;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
	border-bottom: 1px solid #FFFFFF;
}

#breadcrumb
{
	font-size: 8pt;
	padding: 5px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	background-image: url('../images/bread_linie.jpg');
	background-repeat: no-repeat;	
	background-position: 5px bottom;
	height: 17px;
}

#secondary_navi
{
	position: relative;
	left: 5px;
	top: 8px;
	height: 300px;
	width: 165px;
	float: left;
}

#content
{
	border: 0px solid black;
	text-align:left;
	margin: auto;
	height: 100%;

}

table
{
  margin-bottom: 8px;
}

td
{
  padding-right: 3px;
  vertical-align: top;
  text-align: left;
}
	
tr
{
  line-height: 150%;
}

td.line
{
  border-left: 1px solid #CCCCCC;
}
  
img.content_right
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid red;
	float: right;
}

#main
{
	padding-bottom: 20px;
	padding-left: 185px;
	padding-right: 10px;
}

#main_full
{
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 10px;
}

#fusszeile
{
	min-height: 0;
	position: absolute;
	bottom: 0px;
	clear: both;
	width: 800px;
	margin-top: 20px;
	background: url('../images/foot_bg.jpg') repeat-x top;
	border: 1px solid #6f6f6f;
	height: 21px;
	font-size: 8pt;
	text-align: center;
	line-height: 20px;	
}

#sec_top_navi
{
	background: url('../images/sub_top.gif') no-repeat bottom left;
	height: 13px;
}

#sec_mid_navi
{
	background-color: #b2b2b2;
	font-variant:small-caps;
	font-size: 9pt;
	padding: 5px;
}

#sec_mid_navi  li
{
	vertical-align: top;
	border: 0px solid green;
}

#sec_mid_navi .list
{
	list-style-image:url(../images/9dots3.gif);
	list-style-position: inside;
	padding: 0px;
	margin-top: -3px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#sec_bot_navi
{
	height: 136px;
	background: url('../images/sub_bot.gif') repeat-x top left;
}
	
/********************************************************
* Schriftformatierung
********************************************************/
.small-caps
{
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
}

.fett
{
	font-weight: bold;
	display: block;
}

.red
{
  color: red;
}

/********************************************************
* Links
********************************************************/

a:link 
{ 
	text-decoration:none; color:#000000; 
}
a:visited
{ 
	text-decoration:none; color:#000000; 
}
a:hover
{ 
	text-decoration:underline; color:#000000; 
}
a:active
{ 
	text-decoration:underline; color:#000000; 
}	
a:focus
{ 
	text-decoration:none; color:#000000; 
}

/********************************************************
* Links für primary Navi
********************************************************/

#primary_navi td a:link 
{ 
	font-weight: normal;
	text-decoration:none;
	color:#FFFFFF; 
}
#primary_navi td a:visited
{
	text-decoration:none;
	color:#FFFFFF; 
}
#primary_navi td a:hover
{ 
	text-decoration:underline;
	color:#FFFFFF; 
}
#primary_navi td a:active
{ 
	text-decoration:underline;
	color:#FFFFFF; 
}	
#primary_navi td a:focus
{ 
	text-decoration:underline;
	color:#FFFFFF; 
}	