
* {
	color: #333;
	font-family: "Trebuchet MS", "Bitstream Vera Sans";
	margin: 0px;
	font-size: 13px;
}

body {
	background: white;
	text-align: center;
}

.header {
	background: white;
		border: 1px solid #333;
	vertical-align: top;
}


.ContentBlocknews {
	width:180;
	padding: 10px;
	text-align:center;
	background: white;
	border: 1px solid #333;
	font-size: 10px;
	
}
.ContentBlockGrey {
	padding: 5px;
	background: white;
	border: 0px solid #333;
	font-size: 13px;
}
.SmallContent{
	padding: 1px;
	background: white;
	border: 0px;
	font-size: 12px;
	font-weight : bold;
	text-align:right;
}
.InvisibleBlock{
	padding: 10px;
	background: white;
	border: 0px;
	font-size: 12px;
	font-weight : bold;
}
.InvisibleBlocktext{
	padding: 10px;
	background: white;
	border: 0px;
	font-size: 13px;
	}

.smalltext {
	font-size: 12px;
}

.smalltext a {
	font-size: 12px;
}
.normtext {
	font-size: 12px;
	font-weight : bold;
}
.wordtext {
	font-size: 14px;
	}
.picture {
	text-align: center;
	border: 0px;
	padding-bottom: 15px;
	font-size: 10px;
	font-family : cursive;
}

.emphasize {
	font-weight : bold;
}

/* ########## Elements ########## */


.MainMenuLinks {
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #333;
	text-decoration: none;
}

.MainMenuLinksCurrentPage {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #333;
	text-decoration: none;
	border-bottom: 1px solid Silver;
	background: silver;
}


a.MainMenuLinks {
	background: silver;
	color: Black;
}

a.MainMenuLinks:link {
	background: silver;
}

a.MainMenuLinks:visited {
	background: silver;
	
}

a.MainMenuLinks:hover {
	background: #ccc;
	color: #000;
	
}

a.MainMenuLinks:active {
	background: #ccc; 
	color: #000; 
}

a.MainMenuLinksCurrentPage {
	background: silver;
	color: #000;
}

a.MainMenuLinksCurrentPage:hover {
	color: #000;
}

a {
	text-decoration: none;
	color: Blue;
}

a.small {
	font-size: 10px;
	text-decoration: none;
	color: Blue;
}


a:hover {
	text-decoration: none;
	color: Red;
}

p {
	text-indent: 13px;
	font-size:13px;
	padding-top : 10px;
}

p:first-letter {
	font-size: 14px; font-weight: bold;
}

h1 {
	text-indent: 0px; font-size: 18px;
	}
h2 {
	text-indent: 0px; font-size: 16px;
}
h3 {
	text-indent: 0px; font-size: 14px;
}

table {
	border-collapse: collapse;
}

sup {
	font-size : 10px;
}