body {
	margin: 0 auto;	padding: 0;	font-size: 12px; text-align: center; color: #0f336f; font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
* {
	color: #0f336f; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px;
	}
	
img {
	border: none; padding: 0; margin: 0;
	}
a {
	color: #b1262b; text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
#container {
	width: 900px; margin: 0 auto 50px auto; text-align: left;
	}
#header {
	width: auto; height: 207px;
	}
#logo {
	width: 277px; height: 207px; display: block; background: url(../grafika/logo.jpg) 0 0 no-repeat; float: left;
	}
#wrapper {
	width: auto; overflow: hidden; padding: 0 22px 0 18px;
	}
#left {
	width: 244px; float: left;
	}
#left h2 {
	color: #b1262b; font-size: 12px; width: auto; border: 2px #dfe6f4 solid; padding: 5px 10px; margin: 0;
	}
#left p {
	margin: 0 0 5px 0; padding: 5px; font-size: 11px; width: auto; background: #f3f3f3; border: 1px #dfe6f4 solid; line-height: 16px;
	}
#right {
	width: 588px; float: right; border: 1px #f0f3fa solid;
	}
#menu {
	width: auto; height: 28px; background: #f2f2f2; border-bottom: 1px #f0f3fa solid;
	}
#menu a {
	color: #0f336f; font-weight: bold; display: block; float: left; height: 28px; line-height: 28px; padding: 0 13px;
	}
#menu a:hover, #menu a.active {
	color: #b1262b; text-decoration: none;
	}
#menu .flag {
	float: right; padding: 0; margin: 8px 10px 0 0;
	}
#content {
	width: auto; margin-top: 4px; border-top: 4px #f0f3fa solid; padding: 10px; text-align: justify;
	}
#content p {
	text-indent: 30px; padding: 0; margin: 12px 0 12px 0;
	}
#footer {
	border-top: 1px #f0f3fa solid; width: auto; margin: 20px 0 50px 0; overflow: hidden; padding: 10px;
	}
#footer p {
	margin: 0; padding: 0; float: left;
	}
#footer a {
	float: right;
	}
	
form {
	margin: 10px 0; width: 415px;
	}
form div {
	overflow: hidden; margin: 5px 0 0 0;
	}
label {
	width: 100px; float: left; display: block; line-height: 22px; text-align: left;
	}
.input input {
	width: 300px; float: left; height: 12px; border: 1px #ebebeb solid; display: block; padding: 5px;
	}
.textarea textarea {
	width: 300px; height: 200px; border: 1px #ebebeb solid; padding: 5px;
	}
.submit input {
	float: right;
	}
#registration {
	width: 465px;
	}
#registration label {
	width: 150px;
	}
#registration textarea {
	height: 100px;
	}
	
.line {
	width: auto; height: 5px; margin-bottom: 5px; border-bottom: 4px #f0f3fa solid;
	}
