/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
/*** CSS FROM ORIGINAL INDEX *****/
* { margin:0;
    padding:0;
}
body { background:#000000; }
div#menu { margin:5px auto; }
div#copyright {
    font:11px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif, FreeSans; font-size:12px;
    color:#fff;
    text-indent:30px;
}
div#copyright a { color:#428CE7; }
div#copyright a:hover { color:#fff; }


/******* FONT *********/
.center-text {
	text-align:center;
	}

 /**********************************************/

/* menu::base */
.site-font {
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif, FreeSans; font-size:12px;
	color:#FFFFFF;
	}

.site-font a:link {
	color:#428CE7;
	text-decoration:none;
	}
	
.site-font a:visited {
	color:#428CE7;
	text-decoration:none;
	}
.header{
    height:25px;
	
	}

#title-header {
	height:150px;
	width:1000px;
	margin:0px auto;
	margin-top:5px;
	}
	
#page-wrapper {
	width:1000px;
	margin: 0px auto;
    position:relative;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	}

#contentMargin {margin-top:20px;}

#contact-font {

	margin:20px auto;
	width:600px;
	color:#ffffff;
	font-size:13px;
	
	}

	
/*******************
* jquery menue css *
*******************/
div#menu {
    height:41px;
	width:1000px;
	}
	
.CC-License { 
	font-size:10px;
	text-decoration:none;
	}

.CC-License a:link {color:#428CE7;}
