﻿/********************************************************************
 * GAMA Kolobrzeg
 * ----------------------------------------------------------------
 * Copyright (C) TRANS NET
 * @license - Copyrighted Commercial Software
 * Author: Aniol
 * Websites:  http://www.gama.kolobrzeg.pl
*********************************************************************/

/** LAYOUT  **/

.body {
	margin-top: 0px;
	background-image: url('templates/main_layout/bg.gif');
	text-align: center;
	font-weight: 700;
	background-repeat: repeat-x;
	background-color: #B4DFFF;
}

.pic {
	border: 2px solid #008000
}
/* Column One */

#col-one {
	float: right;
	width: 180px;
	height: auto;
}

#col-one .boxed {
	margin-bottom: 10px;
}

#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 5px;
	background: url(templates/main_layout/img09a.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
}

#col-one .boxed .content {
	border-left: 1px solid #648952;
	border-right: 1px solid #648952;
	border-bottom: 1px solid #648952;
	padding: 9px;
	background: #E8EDE5 url('templates/main_layout/img03.gif') repeat-x;
	border-top: none;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#col-one .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(templates/main_layout/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(templates/main_layout/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: 10px;
	width: 149px;
	font-weight: normal;
}

#col-one .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(templates/main_layout/img06.gif) no-repeat left bottom;
}
/* Column Two */

#search {
	float: none;
	width: 708px;
	height: auto;
	margin: 0 auto;
	padding: 6px;
}

#search .boxed {
    width: 708px;
	margin-bottom: 5px;
	float:left;
	height: auto;
}

#search .boxed .title {
	border-color: #008000;
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(templates/main_layout/img07-2.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
}

#search .boxed .content {
	padding: 0px;
	background: #E8EDE5 url(templates/main_layout/img03.gif) repeat-x;
	border: 1px solid #648952;
	border-top: none;
}

#search .boxed .content form {
}

#search .boxed .content fieldset {
	border: none;
}

#search .boxed .content legend {
	display: none;
}

#search .boxed .content label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#search .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(templates/main_layout/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#search .boxed .content .puldown {
	float: none;
	width: 80px;
	height: 18px;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(templates/main_layout/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#search .boxed .content .submit {
    cursor:pointer;
	float: left;
	width: 100px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(templates/main_layout/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}


#search .boxed .content .tiny {
    clear: both;
	margin: 0;
	font-size: 12px;
	width: auto;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
}

#search .boxed .content .tiny a {
	padding: 0 0 0 5px;
	background: url(templates/main_layout/img06.gif) no-repeat left bottom;
}

