@import url("layout.css");
@import url("navigation.css");
@import url("modules.css");
body {
	background: #d3bf96;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}
p{
	margin:0 0 20px 0;
	padding:0;
}
a{
	text-decoration:none;
	color:#e2007a;
}
a:hover{
	text-decoration:underline;
	color:#e2007a;
}
h1{
	color:#e2007a;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing:0.1em;
}
h2{
	color: #666666;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0 0 0px 0;
}
h3{
	color: #666666;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
}
ul, ol {
	padding:0;
	margin: 0 0 20px 0;
}

li {
	padding: 0 0 0 5px;
    margin: 0 0 0 20px;
	list-style-type:disc;
}

ol li {
	background: none;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
}

th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

tr{

}

tr.row1 {
	background-color: #ffffff;
}

tr.row2 {
	background-color: #f9f9f9;
}

td {
	padding:2px 0 2px 0;
	margin:0;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.tbl2 td{
	padding:5px 0 5px 0;
	margin:0;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
td img{
	
}
.news{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}
.news li{
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}
/* ---- FORMULAR STYLE ---- */
legend {
	color: #333333;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

fieldset {
	border:none;
	padding:0;
	margin:0;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    border: 1px solid #e2007a; 
    margin-bottom: 1px; 
}
select { 
    border:solid 1px #CCCCCC; 
    color: #000000; 
    font-size: 11px;
    margin-bottom: 1px;
	width: 170px;
	padding: 2px 5px 2px 5px;
}

input, textarea {
	background: #fff top left repeat-x;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html input, textarea { 
width: auto;
}

input[type=submit], input[type=reset], input[type=button]{  
	width: auto;
	background: #aaa top left repeat-x; 
	color: #fff;
	padding-left: 5px; 
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{ 
	width: auto;
}

/*input, textarea, select { 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
    border: 1px solid #08457A;
    padding: 1px; 
    margin-bottom: 1px;
	width: 160px;
	background-image:url(images/bg_topwrapper.gif);
	background-position:top;
}

textarea {
	height: 80px !important;
}


input[type=submit], input[type=button], input[type=reset] { 
	width: 80px;
	background-position:bottom;
	color: #FFFFFF;
}

input:hover, input:focus { 
    border: 1px solid #000000; 
    margin-bottom: 1px; 
}
*/

#fontsize input { 
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	letter-spacing: 0.0em;
    border: 1px solid #1679CE;
    padding: 0; 
    margin-bottom: 1px;
	background-color: #FFFFFF;
	height: 18px;
}

#fontsize input:hover, #searchbox input:focus { 
    border: 1px solid #51BBF9; 
    margin-bottom: 1px; 
}

#fontsize input { 
	font-size: 12px;
	font-weight:normal;
	color: #aaaaaa;
}

#searchbox input {
	font-size: 11px;
	font-weight:normal;
	color: #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.0em;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1px;
	width: 100px;
}



#searchbox input:hover, #searchbox input:focus { 
    border: 1px solid #e2007a; 
    margin-bottom: 1px; 
}