@CHARSET "UTF-8";


/* RESET!!! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* KONIEC RESET */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}
body {
	margin: 0px;
	background-color: #666666;
	text-align: center;	
	padding:0px;
	height:100%;
}

div#main_layout {
	width: 780px;
	height: 100%;
	background: #FFF;
	margin: 0 auto;	
	text-align: left;
	background: url(/img/website/shadow.gif);

}
div#logo {
	float:left;
	margin-left: 49px;
	margin-top: 25px;
}
div#profesionalisci {
	float:left;
}
div#mainmenu {
	background: url(/img/website/menu-background.gif);
	height:60px;
	margin-left: 5px;
	margin-right: 5px;

}
div#header {
	height:191px;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #ffffff;
}
div.menu_button {
	width:87px;
	height:60px;
	background: url(/img/website/menu-button-bg.png);
	float:left;
	cursor: pointer;
	text-align: center;
}

img.menu {
	margin-top: 25px;
}

img.menu-two-lines {
	margin-top: 19px;
}

div#left_column {
	float:left;
	height:100%;
	
	width: 180px;
	margin-left: 64px;
	margin-right: 14px;
	/* margin-top:80px;*/
	margin-top:22px;
	
}
div#right_column {
	height: auto!important;
	width: 502px;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	
	
}
div.bar {
	margin-left:2px;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	height:1px!important;
	background-color: #ffffff;
	display:block;
	clear:both;
}
div#foot {
	width:780px;
	height:67px;
	background: url(/img/website/foot-bg.gif);
	margin-top:-3px;

}

div#foot_content {
	margin-left: 260px;
	margin-top: 3px;
	font-size: 12px;
	color: #333333;
}

div#copy {
	text-align: center;

}
p, div, td, body {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

a.foot, a.foot:visited, a.foot:active {
	color: #333333;
}

a.foot:hover {
	color: #aaaaaa;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	
}

h1 span.first {
	color: #9AAB41;
}

h1 span.second {
	color: #728291;
}

p.paragraph {
	margin-top: 10px;
	text-align:justify;
}

a,a:visited,a:active {
	color: #728291;
}

a:hover {
	color: #8292a1;
}

ul {
	list-style-type: disc;
	margin:10px;
}

li {
	margin-left: 20px;
}
div#menu_button_active {
	 background:url(/img/website/menu-pointer.gif);
	 background-position: bottom center;
	 background-repeat: no-repeat;
	 height:100%;
	}
h2.left_column {
	color:#F7EF62;
	font-size: 14px;
	font-weight:bold;
}

a.left_column, a.left_column:active, a.left_column:visited {
	color: #ffffff!important;
	font-size: 12px!important;
}
a.left_column:hover {
	text-decoration:underline;
}

div.form_label {
	width:190px;
	float:left;
}

div.form_field {
	float:right;
}
input,textarea,select {
	width: 300px;
	border: solid 1px #728291!important;
	padding: 2px;
	color: #728291;
}

select {
	width: 306px;
}
textarea {
	height: 200px;
}

div.form_row {
	margin-bottom: 3px;
}

input.button {
	background-color: #728291;
	color: #ffffff;
	width: 110px;
}


input.left_column {
		border: solid 1px #97A2AE!important;
}

img.art {
	float:left;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:3px;
}

a.left_column_highlight, a.left_column_highlight:active, a.left_column_highlight:visited {
	color: #ffff00!important;
}

div.left_column {
	color: #ffffff;
	margin-top: 5px;
}

div.left_column_news_link {
	float:right;
}

div.left_column_item {
	margin-bottom: 10px;
}

h2 {
	color: #9AAC40;
	font-size: 14px;
	font-weight:bold;
	margin-top:10px;
}
p.news_headline {
	margin-top: 0px;
	font-weight:bold;
}

form.kontakt {
	margin-top: 10px;
}

