/* @override http://local/PAM_001_pamaco-cz/style/style.css */

* {
	margin : 0;
	padding : 0;
	border : none;
}

body {
	color: #fff;
	background-color: #f2f2f2;
	font: 100%/1.5em 'Molengo', Arial, sans-serif;
}


#main{
	width: 400px;
	height: 200px;
	margin: 100px auto 0 auto;
	padding: 20px;
	text-align : center;
	border: 2px solid #e2e2e2;
	background-color: #3d3d3d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.5);
}

li {
	list-style: none;
	text-align: left;
}

.left{
	float: left;
}

.right {
	float: right;
}
.cleaner {
	clear: both;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.info {
	font-size: 1.8em;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Reenie Beanie', arial, sans;
	color: #ffb136;
}

#siteurl {
	margin-top: 25px;
	font-family: 'Reenie Beanie', arial, sans;
	font-size: 1.5em;
}

#siteurl a {
		color: #d6d6d6;
}









