/* General CSS */
a {
	color: #536AAD;
	text-decoration: none;
}
a:hover {
	color: #222930;
	text-decoration: underline;
}
a.category-links, a.category-links:hover {
	font-size:13px;
	font-weight:bold;
}
a.link_titel {
/*	font-weight:bold;*/
	line-height:20px;
}
body {
	font-family: Arial !important;
	font-size: 11px;
	background: url(../../images/default/bg.jpg) top center no-repeat #ffffff;
	background-attachment: fixed;
} 
td,th {
	font-family: Arial !important;
/*	font-size: 11px;*/
}
p {
	font-family: Arial !important;
        font-size: 12px !important;
}
div {
	font-size: 11px;
}

h1 {
	font-size: 40px;
	line-height: 20px;
	color: #9EB2CC;
}
h2 {
	font-size: 35px;
	line-height: 20px;
	color: #9EB2CC;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	color: #536aad;
}
h4 {
	font-size: 20px;
	line-height: 15px;
	color: #9EB2CC;
}
h5 {
	font-size: 18px;
	line-height: 15px;
	color: #9EB2CC;
}
span {
	color: #000000;
}
small { 
	font-size: 8px;
}

/* CUSTOM DESIGN */
#wrapper #mainsite #head {
/*	background: url(../../images/default/header.jpg) top center no-repeat; */
}
#wrapper #mainsite #head #search #mod_search_searchword.inputbox {
	background: transparent;
	border: 1px solid #3c718f;
	color: #62758a;
}
#wrapper #mainsite #head #login {
	color: #ffffff;
	font-size: 12px;
}
#wrapper #mainsite #head #login label {
	color: #99B7D8;
}
#wrapper #mainsite #head #login div#username input,
#wrapper #mainsite #head #login div#password input{
	border: 1px solid #313B45;
	background-color: #3c718f;	
	color: #99B7D8;
	font-size: 110%;
}
#wrapper #mainsite #head #login div#more a {
	color: #313B45;
}

#body #username label.username {

}
#body #password label.password {

}
#wrapper #mainsite #body .right {
	background-color: #ffffff;
}
#wrapper #mainsite #body .right div {
}
#wrapper #mainsite #body .left {
	background-color: #ffffff;	 
}

.MsoNormal {
	font-family:Arial !important;
	font-size:12 !important;
}


