/*** designbox.com.pl ***/
html > body { 
    overflow-y:auto; 
}

body {
    margin: 0 auto;
    background: url(/files/top.jpg) repeat-x;
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 11px;
    color : #797979;	
}

img {
    border: 0;
}

div#header {
    margin: 0 auto;
    width: 371px;
    height: 158px;
    position: relative;
}

div#content {
    margin: 27px auto 0 auto;
    width: 846px;
    background: white;
}

.window span, .window2 span {	
    color : #0198C5;
    font-weight : bold;
}

.window {
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 11px;
    background: #F5F5F5;
    width: 262px;
    height: 290px;
    margin: 0 10px 20px 10px;
    padding: 0;
    float: left;
    display: inline;
}
.window2 {
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 11px;
    background: #F5F5F5;
    width: 262px;
    height: 235px;
    margin: 0 10px 20px 10px;
    padding: 0;
    float: left;
    display: inline;
}

.info {
    margin: 7px 10px 0px 14px;
}

div#copyright {
    text-align: center;
    font-size: 10px;
    padding: 7px 85px;
    width: 400px;
    border-top: 1px solid #E8E8E0;
    margin: 0 auto;
}

div#footer {
    background: #0198C5; 
    color : #ffffff;
    font-size: 10px;
    text-align: center;
    padding: 7px;
    word-spacing: 4px;
    letter-spacing: 2px;
}

/*** id=tekst ***/

#tekst {
    margin: 50px auto 0 auto;
    padding: 0 5px 80px 5px;
    width: 560px;
	color: #707070;
}	

#tekst ul {
    margin-left:0em;
}
    
#tekst li,
#tekst p {
    margin-left:2em;
    line-height: 150%;
}

#tekst h2 {
    font-size: 10px;
	color: #0198C5;
    margin: 24px auto 14px 0;
    padding-left: 13px;
    background: url(/files/h3.jpg) 0 0 no-repeat;
	word-spacing: 4px;
    letter-spacing: 2px;
}

/*** link ***/	

a {
    text-decoration:none;
    border:0;
}

a:link {
	color: #0198C5;
	font-style: normal;
	height: 0px;
	text-decoration : none;
}
a:visited {
	color: #0198C5;
	font-style: normal;
	height: 0px;
	text-decoration : none;
}
a:hover {
	color: #848383;
	font-style: normal;
	height: 0px;
	text-decoration : underline;
}

a.coph:link {
	color: #797979;
	height: 0px;
	text-decoration: none;
}
a.coph:visited {
	color: #797979;
	height: 0px;
	text-decoration: none;
}
a.coph:hover {
	color: #0198C5;
	height: 0px;
	text-decoration: none;
}	
	
a.down:link {
	color: #ffffff;
	height: 0px;
	text-decoration: none;
}
a.down:visited {
	color: #ffffff;
	height: 0px;
	text-decoration: none;
}
a.down:hover {
	color: #ffffff;
	height: 0px;
	text-decoration: underline;
}
	

/*** index ***/
div#head {
    margin: 0 auto;
	height: 521px; 
	width: 468px;
    background: url(/files/logo_index.jpg) 0 0 no-repeat;
    position: relative;
}
div#wrapper {
    width: 468px;
    margin: 0 auto;
	text-align: center;
	word-spacing: 4px;
    letter-spacing: 2px;
}

#below {
	position: fixed;
	background: #fff;
	border: 0px solid #ddd;
	padding: 0px;
	width: 100%;
	bottom: 0; 
}



