body,html,ul,table,th,div
{ 
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 10pt;
}

body
{
	margin: 0px 0px 0px 0px;
	background-color : #F5F5F5;
	font-size: 10pt;
	color: #666666;
}

table.news{
	border : 0px none Black;
	border-collapse : collapse;
	border-spacing : 0px;
	width: 500px;
}

table.news_admin{
	border : 0px none Black;
	border-collapse : collapse;
	border-spacing : 0px;
	width: 700px;
}

td.newsAdmin {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: bottom;
}


td.newsTitle {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-align: left;
	width: 350px;
	vertical-align: bottom;
}

td.newsDate {
	font-size: 7pt;
	color: #999999;
	text-align: right;
	width: 150px;
	vertical-align: bottom;
}

td.newsText {
	font-size: 10pt;
	color: #666666;
	text-align: justify;
}


table.comment{
	border : 0px none Black;
	border-collapse : collapse;
	border-spacing : 0px;
	width: 500px;
}

td.commentTitle {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-align: left;
	width: 290px;
	vertical-align: bottom;
}

td.commentLeft {
	font-size: 18pt;
	color: #2971a7;
	font-weight: bold;
	text-align: left;
	width: 50px;
	vertical-align: top;
}

td.commentDate {
	font-size: 7pt;
	color: #999999;
	text-align: right;
	width: 160px;
	vertical-align: bottom;
}

td.commentText {
	font-size: 10pt;
	color: #666666;
	text-align: justify;
}

div.main {
	width:800px;
	height: 100%;
	border : 0px solid black;
	background-image: url(../images/background.gif);
	
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
}

div.top {
	width: 800px;
	height: 196px;
	border : 0px solid black;
	background-image: url(../images/top.jpg);
	text-align: left;
}

div.editorToolbar {
	border : 0px solid black;
	text-align: left;
}

div.top_admin {
	width: 800px;
	height: 196px;
	border : 0px solid black;
	background-image: url(../images/top_admin.jpg);
	text-align: left;
}

div.links {
	font-size: 7pt;
	position: relative;
	left: 58px;
	top: 88px;
	border : 0px solid black;
	text-align: left;
}

div.login {
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 202px;
	height: 123px;
	border : 0px solid black;
	text-align: left;
	
	padding : 15px 0px 0px 30px;
	
	background-image: url(../images/login.gif);
	color: #666666;
	background-repeat: no-repeat;
}

div.impressum {
	width: 800px;
	height: 30px;
	border : 0px solid black;
	text-align: left;
	
	padding : 12px 55px 0px 55px;
	
	background-image: url(../images/bottom.gif);
	font-size: 8pt;
	color: #666666;
	background-repeat: no-repeat;
}

.impressum:link{
	text-decoration: none;
	font-size: 8pt;
	color: #666666;
}

.impressum:hover{
	text-decoration: underline;
	font-size: 8pt;
	color: #2971a7;
}

.impressum:visited{
	text-decoration: none;
	font-size: 8pt;
	color: #666666;
}

table.content{
	border : 0px none Black;
	border-collapse : collapse;
	border-spacing : 0px;
	width: 800px;
}

td.contentLeft{
	width: 545px;
	background: none;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	border: 0px solid Black;
	padding : 0px 0px 0px 55px;
}

td.contentRight{
	font-size: 8pt;
	width: 255px;
	background: none;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	border: 0px solid Red;
	padding : 0px 0px 0px 0px;
}

td.contentMiddle{
	width: 800px;
	background: none;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	border: 0px solid Black;
	padding : 0px 55px 0px 55px;
}

.menu:link{
	background: none;
	font-weight: normal;
	border: 0px solid Red;
	padding : 0px 0px 0px 0px;
	text-decoration: none;
	

	color: #666666;
}

.menu:hover {
	background: none;
	font-weight: normal;
	border: 0px solid Black;
	padding : 0px 0px 0px 0px;
	text-decoration: underline;
	

	color: #2971a7;
}

.menu:visited {
	background: none;
	font-weight: normal;
	border: 0px solid Black;
	padding : 0px 0px 0px 0px;
	text-decoration: none;
	

	color: #666666;
}


.redBold {
	font-weight: bold;
	font-size: 10pt;
	color: #FF6633;
}

.textfield{
	background: #ffffff url("../images/textfield_bg.gif") repeat-x;
	border: 1px solid;
	border-top-color: #909090;
	border-right-color: #c5c5c5;
	border-bottom-color: #e0e0e0;
	border-left-color: #c5c5c5;
	font: Verdana, Arial, sans-serif;
}

input.button {
	background: #ffffff;
	border: solid 3px;
	border-top-color: #e0e0e0;
	border-right-color: #c5c5c5;
	border-bottom-color: #909090;
	border-left-color: #c5c5c5;
	color: #666666;
	font: bold 80% Arial, Verdana, sans-serif;
	padding: 1px 5px 1px 5px;
	width: 84px;
}


a:link{
	font-weight: normal;
	text-decoration: none;
	color: #2971a7;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #2971a7;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #2971a7;
}




.u1{
	font-weight: bold;
	font-size: 12pt;
	color: #FF6633;
	text-decoration: underline;
}
