/********** style.css ***********/

body {
	background: url(bg.png);
	margin: 0;
	font-family: Roboto Condensed;
	font-weight: bold;
}

#container {
	max-width: 960px;
	margin: 10% auto;
}

ol.tags {
	text-transform: uppercase;
	font-size: 3.5em;
	padding: 0 10%;
	line-height: 1em;
}

li {
	list-style: none;
}

.dashedline {
	width: 51%;
	line-height: 30px;
	margin: 0 1% 0 10%;
	background: url(bg-line.png);
	height: 30px;
	float: left;
}

/***** Links *****/

a:link 			{ color:#242424; text-decoration:none; outline:0; transition-property:color .1s linear 0s; -moz-transition:color .1s linear 0s; -webkit-transition:color .1s linear 0s; -o-transition:color .1s linear 0s; }
a:visited 		{ color:#242424; text-decoration:none; outline:0; }
a:hover 		{ color:#c93636; text-decoration:none; outline:0; }

.kontakt {
	font-size: 1.4em;
	font-weight: normal;
}