* { margin: 0; padding: 0 }

body {
	font: 11pt Verdana, Tahoma, sans-serif;
	color: #F2D7D9;
	background: url('gfx/bg-grad.gif') top left repeat-x #1B619B;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background: url('gfx/hostingrails.jpg') top center no-repeat;
	width: 900px;
	height: 150px;
	border-bottom: 1px solid #CE2731;
}

#above {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
}

#container {
	float: left;
	width: 950px;
	background: url('gfx/bg-cien.gif') top center repeat-y;
}

#container2 {
	width: 950px;
	min-height: 385px;
	background: url('gfx/cien-top.gif') top center no-repeat;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: url('gfx/menu.gif') top center no-repeat;
	height: 30px;
	border-bottom: 1px solid #CE2731;
}

a:link, a:visited
	{color: white; text-decoration: none;}
a:hover
	{color: #B18B68; text-decoration: none;}
		
/* MAIN MENU */

ul#main_menu {
	white-space: nowrap;
	font-size: 10px;
	position: relative;
	right: 15px;
	top: 9px;
	text-align: right;
}

#main_menu li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 3px;
}

#main_menu a { padding: 4px 10px; color: white; }

#main_menu a:link, #main_menu a:visited {
	text-decoration: none;
	background-color: #880008;
	border: 1px solid #C63535;
}

#main_menu a:hover, #main_menu a:active {
	background-color: #A80000;
	border: 1px solid white;
	color: white;
	text-decoration: none;
}

#main_menu .selected a:link, #main_menu .selected a:visited {
	color: white;
	border: 1px solid white;
	background-color: #700000;
}

#main_menu .selected a:hover, #main_menu .selected a:active {
	background-color: #A80000;
	border: 1px solid white;
	color: white;
	text-decoration: none;
}

/* KONIEC MAIN MENU */

#main {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 25px 10px;
	background-color: #9F0009;
	width: 880px;
}

h1 { text-align: center; margin-bottom: 30px; }
h2 { margin-bottom: 15px; margin-top: 10px; color: #EDA6A3; }
hr { margin-top: 40px; }

ul.atuty { margin: 3px 0 10px 30px; }

#hosting {
	background-color: #920000;
	width: 400px;
	padding: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.intro #hosting {
	float: left;
	width: 350px;
	padding: 15px;
	margin-top: 35px;
	position: relative; left: 28px;
}

#programowanie {
	background-color: #920000;
        width: 400px;
        padding: 30px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
}

.intro #programowanie {
	width: 350px;
	padding: 15px;
	margin-top: 35px;
	margin-right: 28px;
}

.intro h1 { font-size: 20pt; }
.intro ul { margin-left: 23px; }
.intro a { color: #F2D7D9; }

.kontakt { text-align: center; }

#web20 {
	margin-left: auto;
	margin-right: auto;
	width: 350px; height: 150px;
}

a#profesjonalny-styl { position: absolute; margin-top: 0px; margin-left: 110px; color: rgb(210, 240, 211); font-size: 25px; }
a#szybki-styl { position: absolute; margin-top: 15px; margin-left: 30px; color: rgb(252, 188, 149); font-size: 18px; letter-spacing: 0px; }
a#pewny-styl { position: absolute; margin-top: 30px; margin-left: 170px; color: rgb(240, 248, 250); font-size: 19px; letter-spacing: 0px; font-style: normal; }
a#stabilny-styl { position: absolute; margin-top: 44px; margin-left: 57px; color: rgb(240, 248, 250); font-size: 26px; letter-spacing: 0px; }
a#bezpieczny-styl { position: absolute; margin-top: 75px; margin-left: 25px; color: rgb(159, 230, 187); font-size: 18px; }
a#wiarygodny-styl { position: absolute; margin-top: 80px; margin-left: 145px; color: rgb(238, 223, 191); font-size: 31px; }
a#dla-firm-styl { position: absolute; margin-top: 55px; margin-left: 185px; color: rgb(220, 153, 153); font-size: 24px; }
a#dla-klientow-indywidualnych-styl { position: absolute; margin-top: 119px; margin-left: 35px; color: rgb(173, 173, 173); font-size: 20px; }

.intro a:hover { color: #B18B68; text-decoration: none; }

.firma { margin: 20px; }

#zestawienie {
	width: 80%;
	color: black;
	border-collapse: collapse;
	background-color: #ffc;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#zestawienie td {
	width: 80px;
	padding: 5px;
}

td.darker {
	background-color: orange;
	font-weight: bold;
	color: darkred;
	border: 1px solid black;
}

td.pole {
	border: 1px solid black;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: url('gfx/cien-bottom.gif') top center no-repeat;
	width: 950px;
	height: 97px;
}

#ror { text-align: center; font-size: 8pt; margin-bottom: 8px;}
#ror a { text-decoration: underline; }

