/*
 * Bartlomiej Zglinicki
 * 6.04.2016
 * 
 * FUW strona domowa (pierwsza wersja)
 */

/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, embed, figure, footer, header {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline; }

ol, ul {
		list-style: none; }
		
/* Main styles */	
body {
	color: #000;
	font: normal 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
	padding-left: 15px;
	padding-right: 15px;

}

h1 {font-size: 2.0em; line-height: 140%;}
h2 {font-size: 1.8em; line-height: 130%;}
h3 {font-size: 1.6em; line-height: 130%;}
h4 {font-size: 1.4em; line-height: 125%;}
h5 {font-size: 1.2em; line-height: 120%;}
h6 {font-size: 1.0em; line-height: 120%;}

p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong { font-weight: bold; }
hr { border: solid #000; border-width: 5px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a, a:visited {text-decoration: none; outline: 0; color: #2581d5;}
a:hover, a:focus { text-decoration: underline;}
p a, p a:visited { line-height: inherit; }

ul, ol { margin: 0 0 20px 30px; }
ul { list-style: disc outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc {  }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: .5em 0 1em;
}
table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd;
	font-weight: bold;
}
table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/* Special styles */
.bb {
	border-bottom: 2px solid #000;
}

.inner {
	padding: 0 0 0 30px;
}

.segment {
	margin: 20px 15px 0 0;
	max-width: 600px;
}

.pause {
	margin-bottom: 10px;
}

.ending {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

/* Special styles: homepage */
table.tablehome {
	margin: 0;
}

table.tablehome td {
	border: none;
	padding: 0 5px 5px 5px;
}

table.tablehome td.left {
	text-align: right;
}