/********************************/
/* CSS Styles for www.dawnii.lu */
/********************************/
/* VERSION 26.09.2008           */
/********************************/

body {
	font-family : Verdana, Courier, monospace;
	font-weight : bold;
	font-size : 80%;
	color : #888888;
	text-decoration : none;
	text-align : center;

	background-color : #222222;
}

a {
	text-decoration : none;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

table {
	text-align : center;
	font-size : 100%;
}

.date {
	clear : left;
	font-stretch : condensed;
	text-decoration : underline;
}

.texttitle {
	clear : left;
	font-size : 100%;
	font-stretch : expanded;
	color : #cccccc;
}

.text {
	clear : left;
	font-size : 80%;
	font-stretch : narrower;
	color : #888888;
}

.link {
	color : #cccccc;
	text-decoration : none;
}

.cptext {
	text-transform : lowercase;
	font-stretch : expanded;
	font-size : 70%;
	color : #888888;
}

/**********/
/* LAYOUT */
/**********/

#header {
	height : 80px;
	width : 1000px;
	text-align : right;
	background : url(../images/Logo.jpg) no-repeat top left;
}

#page {
	margin : auto;
	width : 1000px;
}

#menu {
	padding : 30px;
	height : 400px;
	/*width : 178px;*/
	width : 180px;
	color : #cccccc;
	text-align : left;
	float : left;
	background-color : #333333;
	/*border : 1px solid #FFFFFF;*/
}

#content {
	padding : 30px;
	/*width : 698px;*/
	width : 700px;
	text-align : justify;
	float : right;
	background-color : #222222;
	/*border : 1px solid #FFFFFF;*/
}

#cpright {
	margin : auto;
	width : 1000px;
	padding-top : 20px;
	text-align : right;
	float : right;
}
