@import url(new_styles.css);

body {
	font-family: verdana, arial, sans-serif;
     font-size: 100.01%;

     background-image: url('images/star.gif');
     margin: 0px;
     padding: 0px;
}


table.header {
      background-color:#4C92CD;
      background-image: url('images/header/header.gif');
      width: 940px;
      height: 110px;
      border:#000000 4px solid;
      border-bottom: 1px solid #68808A;
      border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
}


table.header_bb {
      background-color:#4C92CD;
      background-image: url('images/header/header_ktown.gif');
      width: 940px;
      height: 110px;
      border:#000000 4px solid;
      border-bottom: 1px solid #68808A;
      border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
}




/* Main Heading */

span.header_eifel {
	color: #FF0000;
     font-size: 4em;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}

span.header_stuff {
	color: #FFCC00;
     font-size: 4em;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}

span.header_com {
	color: #00FF00;
     font-size: 4em;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}




table.navi_horizontal {
     background-color:#FFFFFF;
     background: url('images/navigation/grey.jpg');
     width: 940px;
     height: 25px;
     border:#012B37 2px solid;
     border-top: 2px solid #FFFFFF;
     border-left: 2px solid #FFFFFF;
     border-right: 2px solid #FFFFFF;
}


/*the main table below the header */

table.main {
     background-color: #FFFFFF;
     width: 940px;
     height: 500px;

}


td.categories {
 	width: 130px;
 	background-color: #4F94CE;
     border:#012B37 2px solid;


}

td.categories_kt {
 	width: 130px;
     background-color: #E50106;
     border:#012B37 2px solid;
}



/* ###################################################################################*/
/* ###################################################################################*/





table.startPage_table{
	width: 100%;
}



table.cat_item {
	border: 1px solid #00DF00;
     padding: 8px;
     background-color:#88C55A;
     width: 100%;
}

td {
	 text-align: left;
}

td.navi {
      text-align: center;
}

td.navi_home {
	 text-align: left;
}

td.navi_right {
	 text-align: right;
}



td.header {
     align: center;
}


h4 {
	color: #0070C0;
}

a.navi {
	text-decoration: none;
     font-size: 0.8em;
     color: #000000;
}

a.navi:hover {
	text-decoration: underline;
     color: #001060;
}

a.cat {
     text-decoration: none;
     font-size: 0.7em;
     color: #FFFFFF;
}

a.see_details {
     text-decoration: none;
     font-size: 0.65em;
     font-weight: 400;
     color: #012B37;

}

a.see_details:hover {
	text-decoration: underline;
     color: #FF5F00;
}

a.cat:hover {
	text-decoration: underline;
     color: #001060;
}


div.left_col {
	padding-top: 20px;
     color: #FFFFFF;
}

div.post_here {
	font-size: 1.5em;
     background-color: #FFFFFF;
}

a.post_here {
   	color: #012B37;
}



span.header1 {
	font-size: 0.85em;
     font-weight: 600;
}


span.footer, a.footer {
	color: #4F4F4F;
     font-size: 0.75em;

}


span.cat_message {
	font-size: 0.8em;
     font-weight: 400;
}


ul.cat {
	list-style-type: none;
     margin: 0;
     padding: 0;
}

li.cat {
	border-top: 1px solid #3E89C9;
}

li.cat_kt {
     border-top: 1px solid #B61912;
}

li.cat a:hover {
	background-color: #ffffff;
     display: block;
}