/* Main CSS style definiton for www.starafuzina.si website */

/* ########### MAIN STYLE ###################### */

body{
	background-color: #FFFFFF;
	font-family: "Verdana";
	margin-top: 0px;
}

body a{
	color: #e5a15a;
	text-decoration: none;
}

body a:hover{
	color: #824d09;
}

body a:active{
	font-weight: bold;
	color: #e5a15a;
}

.header{
	background-image: url(glava_sd.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: x-large;
	padding-top:  4px;
	padding-right:  4px;
	text-align: right;
	vertical-align: top;
}


/* ########### MAIN_CONTENT STYLE ############## */
.body_table{
	background-image: url(ozadje.jpg);
	background-repeat: repeat-x;
}

.footer{
	font-size: 8px ;
}

.maincontent {
	font-size: 11px ;
}

.maincontent h1{
	font-size: 14px ;
}


/* ########### SUBMENU STYLE ################### */

.okvircek_kolesar{
	background-color:#ffffff;
}

.okvircek_submenu{
	background-color:#ffffff;
	font-size: 12px;
}

.okvircek_submenu li{
	list-style-image: none;
	list-style-type: none;
}

.okvircek_submenu a{
	color: #e5a15a;
	text-decoration: none;
}

.okvircek_submenu a:hover{
	color: #8E7C61;
}

.okvircek_submenu a:active{
	font-weight: bold;
	color: #e5a15a;
}

/* ########### MAINMENU STYLE ################### */
.mainmenu{
	background-color: #e5a15a;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	list-style-image: none;
}
.mainmenu ul{
}
.mainmenu li{
	display: inline;
}
.mainmenu a{
	color: #8E7C61;
}

/* ########### MENU NA LEVI ZA SPONZORJE ################### */

.body_table #levo {
	width: 164px;
	text-align: center;
	font-size: small;
	height: auto;
	margin-top: 15px;
}

.body_table #levo h1 {
	font-size: medium;
}



.csc-mailform-field label{
	width: 110px;
	float: left;
}

/* ########### POWERMAIL ###################### */


fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 100px;
float: left;
clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
/* Style input fields */
margin-left: 10px;
}
fieldset.tx-powermail-pi1_fieldset select {
margin-left: 10px;
}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
margin: 10px 0;
}

.tx_powermail_pi1_fieldwrap_html_reset {
	float: left;
	margin-right: 30px;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	float: left;
	margin-right: 30px;
}

