@charset "utf-8";
/* CSS Document */

body {
	background-color: #6F6F6F;
	margin: 0;
	padding: 0;
	font-size:11px;
  font-family:Tahoma;
	color:#7d7b7b;
}

tr.uneven {
	background: #eee;
}

img {
	border: 0;
}

a { 
	color:#99c000; 
	text-decoration: none
} 

a:hover { 
	color:#99c000;
	text-decoration:underline
}

a.linkMenue {
	color: #7d7b7b;
	text-decoration: none;
}

table.mainTable {
	width: 100%;
	height: 100%;
	padding: 0;	
}

#header {
	background-color: #424241;
	height: 28px;
}

#header .col2 {
	width: 770px;
	border-color: #656564;
	
	border-left-style: solid;
	border-left-width: 5px;
	
	border-right-style: solid;
	border-right-width: 5px;
	
	background-color: #555554;
	vertical-align: middle;
}

#navigation {
	background-color: #BFBFBF;
	height: 130px;
}

#navigation .col1 {
	border-bottom-color: #969695;
	border-bottom-style: solid;
	border-bottom-width: 8px;
}

#navigation .col2 {
	background: url(http://www.chrisonline.at/images/bg_head.gif) top left repeat-x;
	border-bottom-color: #C3C3C2;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	vertical-align: bottom;
}

#navigation .col2Nav {
	height: 27px;
	width: 120px;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#navigation .divNav {
	background-image: url('http://www.chrisonline.at/images/nav_bg.gif'); 
	background-repeat: no-repeat; 
	width: 120px; 
	height: 2px;
}	

#navigation .divNavText {
	position: absolute; 
	top: 145px; 
	width: 120px;
	text-align: center;
	text-decoration: none;
	color:#7d7b7b;
}

#navigation .col3 {
	border-bottom-color: #969695;
	border-bottom-style: solid;
	border-bottom-width: 8px;
}

#main {
	height: 550px;
	background-color: #BFBFBF;
}

#main .col2 {
	background-color: #F9F9F9;
	width: 770px;
}

#main .newsTable {
	width: 100%;
	border: none;
}

#main .impressumTable {
	width: 70%;
	border: none;
	margin: auto;
}

#main .newsDiv {
	background-color: #F2F2F2; 
	height: 800	px;
	margin: 0px 0px 0px 15px;
}

#main .adminDiv {
	background-color: #F2F2F2; 
	height: 150px;
	margin: 0px 0px 0px 15px;
}

#main .newsHeader {
	height: 18px;
	background-image: url(http://www.chrisonline.at/images/underline.gif);
	background-repeat: no-repeat;
}

#main .newsMore {
	background-image:url(http://www.chrisonline.at/images/more.gif);
	text-align: left;
	width: 68px;
	color: #FFFFFF;
}

#footer {
	background-color: #6F6F6F;
	height: 60px;
}

#footer .col1 {
	border-top-color: #969695;
	border-top-style: solid;
	border-top-width: 5px;
}

#footer .col2 {
	border-top-color: #C3C3C2;
	border-top-style: solid;
	border-top-width: 5px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #919190;
}

#footer .col2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer .col3 {
	border-top-color: #969695;
	border-top-style: solid;
	border-top-width: 5px;
}