/** {
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}*/

body {
	background-color: #B4BCC9 /* #86AABD */;
}

#main {

	position: relative;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
/*	height: 800px; 
	border: 1px solid;*/
}

#head {
	position: relative;
	width: 750px;
	height: 100px;
	background-repeat: no-repeat;
	background-color: #99AEC9;
	text-align: right;
}

#topmenu {
	position: relative;
	width: 748px;
	height: 18px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid;
}

#content {
	position: relative;
	width: 748px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;

}

#footer {
	position: relative;
	width: 748px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 10px;

}

#icons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}


.tablecontent {
	font-family: verdana;
	font-size: 12px;
}

.tablecontentsmall {
	font-family: verdana;
	font-size: 10px;
}

.button {
	font-family: verdana;
	font-size: 11px;
	height: 18px;
	color: #000000;
	border: 2px solid;
	background-color: #CCCCCC;
}

.text {
	font-family: verdana;
	font-size: 12px;
	height: 15px;
	color: #000000;
	border: 1px solid;
	background-color: #FFFFFF;
}

.textarea {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid;
	background-color: #FFFFFF;
}

.bordertabletitle {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
	background-color: #DDDDDD;
	font-family: verdana;
	font-size: 12px;
}

.bordertable {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 12px;
}

.defaulttable {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 12px;
}

.bordertablenews {
	padding: 1px;
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 10px;
}

.topmenutext {
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.menulist {
	list-style-type: none;
	list-style-position: outside;
	background-color: #99AEC9;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: verdana;
	font-size: 12px;
}

A { 
	color: #000000;
	text-decoration: underline;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover { 
	color: #254881;
	text-decoration: underline;
}

A.general { 
	color: #000000;
	text-decoration: none;
}

A.general:visited {
	color: #000000;
	text-decoration: none;
}

A.general:hover { 
	color: #254881;
	text-decoration: underline;
}

A.black { 
	color: #000000;
	text-decoration: underline;
}

A.black:visited {
	color: #000000;
	text-decoration: underline;
}

A.black:hover { 
	color: #254881;
	text-decoration: underline;
}

.newstitle {
	font-size: 15px;
}

.newssubtitle {
	font-size: 9px;
}

.reactionstitle {
	font-size: 9px;
}

.smalltext {
	font-size: 9px;
}

.copyright {
	font-size: 10px;
	font-family: verdana;
}

A.smallgeneral { 
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

A.smallgeneral:visited {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

A.smallgeneral:hover { 
	font-size: 9px;
	color: #254881;
	text-decoration: underline;
}

A.smallblack { 
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

A.smallblack:visited {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

A.smallblack:hover { 
	font-size: 9px;
	color: #254881;
	text-decoration: underline;
}