@charset "UTF-8";
/* CSS Document */


/*
*

	safety DEF's

*
*/

* {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
a img {
	border: 0;
}
/*
*

	TAG's

*
*/


body {
	font-size: 14px;
	background:  left top no-repeat;
	background-color: #000;
	overflow: visible;
}
strong {
	color: #0085cf;
}
a {
	text-decoration: none;
	outline: none;
	color: #fff;
	border-bottom: 1px solid #aeaeae;
}
a:hover {
	color: #000;
	background: #fff;
}
/*
*

	helping CLASS'es

*
*/


.cutRight {
	float: right;
}
.cutLeft {
	float: left;
}
.strong {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid red;
	background-color: #000;
}
.article strong {
	font-size: 18px;
	font-weight: normal;
}
/*
*

	ID's

*
*/


#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2.2em; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
}
#mateuszwysokinski {
	float: right;
}
#mainMenu {
	margin: 20px;
	float: left;
	width: 1000px;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu ul ul {
	list-style: none;
	margin-left: 100px;
}


#mainMenu a {
	display: block;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}
#mainMenu a:hover {
	background-image: url(../images/bg_menu.png);
}


.informations {
	background-image: url(../images/bg_menu.png);
	margin-top: 0px;
}
.informations p {
	margin: 20px;
	display: block;
	line-height: 20px;
	
}
.informations span {
	margin: 20px;
	display: block;
}
.informations span a {
	text-align: center
}
;
.informations span:hover {
	background-image: url(../images/bg_menu.png);
}
.wrapper {
}
.footer, .push {
	height: 2.2em; /* .push must be the same height as .footer */
	width: 98%;
	margin: 0 auto;
	text-align: right;
}
.footer address {
	width: 120px;
	text-align: right;
	float: right;
}
.footer address a {
	text-align: right;
}

