body{
	font-family: Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc; 
	background-image: url("pics/bg_grad.jpg");
	background-attachment: fixed;
}

/******* hyperlink and anchor tag styles ******/

a:link {
	color: #005FA9;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:visited {
	color: #003F70;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
}

/************* header tag styles *************/

h1{
 font-size: 160%;
 font-family: "Bitstream Vera Sans", Verdana, sans-serif;
 font-weight: bold;
 color: #334d55;
 margin: 0px;
 padding-bottom: 20px;
}

h2{
 font-size: 110%;
 font-family: "Bitstream Vera Sans", Verdana, sans-serif;
 font-weight: bold;
 color: #334d55;
 margin: 0px;
 padding-bottom: 5px;
}

/********* form and related tag styles *********/

form {
    margin: 0;
    padding: 0;
}
				
input{
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

li {
	padding:5px 0px;
}

.t {
	font-family: Verdana;
	font-size:11px;
	margin:0px;
	padding:3px;
	border:1px dotted black;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:96%;
	background-color: #ffffff;
	background-image: url("pics/back2.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}


#pageNav{
	float: left;
	width:158px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-family: "Bitstream Vera Sans", Verdana, Geneva, sans-serif;
}


#content{
	padding: 3px 20px 40px 30px;
	margin:0px 0px 0px 158px;
	border-left: 1px solid #ccd2d2;
	font-family: Verdana, sans-serif;
	font-size:11px;
}

td {
	font-family: Verdana, sans-serif;
	font-size:11px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font: 9px Verdana,sans-serif;
	color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo a {
	font-family: Verdana,sans-serif;
	font-weight: normal;
	color: #777777;
}
#LastModified{
	position: absolute;
	bottom: 45px;
	right: 0px;
	border: 0px;
	font: 9px Verdana,sans-serif;
	color: #aaaaaa;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/************ Navigation styles **************/

.TopCat{
	margin: 0px;
	padding: 0px;
	line-height:normal;

}

.TopCat_active{
	margin: 0px;
	padding: 0px;

}

.TopCat a:link, .TopCat a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("pics/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.TopCat_active a:link, .TopCat_active a:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #ddeeff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.TopCat a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddeeff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.LowCat_active{
	color: #005FA9;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ddeeff;
	margin: 6px 0px 6px 0px;
	padding: 0px 10px 0px 10px;
	font-size:10px;
	display: block;
	font-weight:bold;
	text-decoration:none;
}

.LowCat a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 6px 0px 6px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #ddeeff;
}


.LowCat a:link, .LowCat a:visited {
	margin: 6px 0px 6px 0px;
	padding: 0px 10px 0px 10px;
}

.LowCat a {
	border-top: 1px solid #F5f7f7;
	border-bottom: 1px solid #F5f7f7;
        display: block;
        text-decoration:none;
	font-size:10px;
        font-weight:bold;
}

.LowCats {
	margin: 5px 10px 5px 10px;
}

/*************************************************/

table.thumbnail td{
	padding:10px;
}

.photo, table.thumbnail img {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 5px;
    text-decoration:none;
}

.bbingo {
    padding:20px;
    font-weight:bold;
}

table.unitable {
    padding: 0px;
    border: 1px dotted #AAAAAA;
    border-spacing: 0px;
}

table tr.gray1 {
    background-color: #EDEDED;
}
table tr.gray2 {
    background-color: #F5f7f7;
}

table.unitable td {
    padding: 2px 10px 2px 10px;
    margin: 0px;
    border: 0px;
    text-align: center;
}

table.unitable td.l {
    text-align: left;
}

table.thumbnail a:focus img, table.thumbnail a:hover img, table.thumbnail a:active img {
    border-color: #000000;
    text-decoration:none;
}

.hoppla {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}



.notebook_th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #DDDDDD;
	background-color:#000066;
	border:1px solid black;
}
.notebook_zelle {
	border:1px solid black;
}
.notebook_bez {
	border:1px solid black;
	white-space:nowrap;
}

.notebook_voll {
	background-color:#88FF77;
	border:1px solid black;
}
.notebook_naja {
	background-color:#E0FE78;
	border:1px solid black;
}
.notebook_nein {
	background-color:#FEAA78;
	border:1px solid black;
}
.notebook_bauteil {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border:1px solid black;
}
.notebook_maintable {
	border-collapse:collapse;
}

/********************* end **********************/
