﻿/* style reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0; display: inline;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

/*styles*/
body{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	float: left;
}
h2{
	color: #a60108;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
}

a
{
	color: #134A82;
}

a:hover
{
	color: #A60108;
}

p{
	
}
#container{
	width:944px;
	margin: 0 auto;
}


#content{
	clear:both;
	background: url(../img/content.jpg) repeat-y;
	
}
#contact{
	float:left;
	padding: 5px 0 0 75px;
	height:60px;
	background: url(../img/sluchawki.jpg) 0 -1px no-repeat;
	color: #666666;
}
#contact p{
	line-height:14px;
}

#main_menu #contact a
{
	color:#666666;
	font-weight:normal;
	padding:0px;
	text-transform:none;
	float: none;
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}


#main{
	float: left;
	padding-top: 20px;
	width: 695px;
}
.content_text, .articles
{
	width: 735px;
	padding: 20px;
	margin-bottom: 20px;
}
.box_sub h2.left{
	float:left;
	margin:-10px 0;
}
#zarejestruj_domene{
	margin:-10px 0 -10px 340px;
}
#zarejestruj_domene input{
	border: 1px solid #d7d4d4;
	height: 19px;
}
#zarejestruj_domene input.submit{
	background: #eaeaea url(../img/input_zaloguj.jpg) repeat-x;
	width: 46px;
	padding-top: 0;
	height: 21px;
	font-size: 10px;
	margin-left: 10px;
	padding-bottom:2px;
}





