/*********************************************************************************/
/*** Main       CSS for bestos Website    ****************************************/
/*** Web:       http://www.bestos.de      ****************************************/
/*** Author:    Maxim Zdarsky             ****************************************/
/*** Copyright: 2010-2013 by bestos       ****************************************/
/*** License:   GNU GPL v.3               ****************************************/
/*** Based on:  960 Grid System (960.gs)  ****************************************/
/*********************************************************************************/


/*** Basic ***********************************************************************/

body {
	font: 16px 'URW Gothic L', Verdana, sans;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/*** Headings ********************************************************************/

h1 {
	font-size: 18pt;
	margin-left: 40px;
	margin-top: 20px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


/*** Spacing *********************************************************************/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*** Links ****************************************************************************/
a {
	color: #19073a;
	text-decoration: none;
}

a:hover {
	color: #441d8c;
}

/*** Site content *********************************************************************/

.content {
	/*border-left: 2px solid #441d8c;*/
	color: #19073a;
	/*margin-top: 25px; */
}

.content ul {
	list-style: none;
}

li.contentMenu {
	font-size: 20px;
}

li.contentMenu li {
	font-size: 12px;
}

.sidemenu_out {
	background: url(../img/bg_side_menu.jpg) repeat-y right;
}

.wo_sidemenu {
	
}

.sidemenu ul {
	margin: 10px 0;
	color: white;
	list-style: none;
}

.sidemenu li {
	margin: 0;
}

.sidemenu a#act_sm {
	background-color: white;
	color: #441d8c;
	border-left: none;
}

.sidemenu a {
	background-color: #441d8c;
	padding: 10px 0px 10px 30px;
	display: block;
	margin: 15px 0;
	font-size: 14pt;
	text-decoration: none;
	color: white;
	border: 2px solid #441d8c;
}

.sidemenu li a:hover {
	background-color: white;
	color: #441d8c;
	border: 2px solid #441d8c;
}

.sidemenu li a:hover#act_sm {
	background-color: white;
	color: #441d8c;
	border-left: none;
}

.hs {
	padding: 20px;
}

.hs li, .hs ul {
	margin: 0;
	padding: 0;
}

.hs_lt {
	border-right: 1px  #441d8c;
	border-bottom: 1px  #441d8c;
}

.hs_lb {
	border-top: 1px  #441d8c;
	border-right: 1px  #441d8c;
	height: 130px;
}

.hs_rt {
	border-bottom: 1px  #441d8c;
	border-left: 1px  #441d8c;
}

.hs_rb {
	border-top: 1px  #441d8c;
	border-left: 1px  #441d8c;
	height: 130px;
}

.hs_l {
	text-align: right;
}

.hs_r {
	text-align: left;
}

.hs_t {
	padding-top: 50px;
	height: 80px;
}


.logo {
	height: 102px;
	/*text-align: right;*/
	/*padding-top: 20px;*/
        float:right;
}

.slogan {
  color: white;
  padding: 15px 0px 0px 25px;
  font: 18px 'URW Gothic L';
}

.logo_menu {
	padding-top: 10px;
	/*float: right;*/
	line-height: 20px;
	left: 120px;
	position: relative;
	color: white;
}

.logo_menu a {
	color: white;
	display: block;
	width: 140px;
	padding-left: 5px;
}

.logo_menu a:hover {
	color: black;
	background-color: white;
}

.logo_menu ul {
	display: block;
}

.logo_holder {
	padding: 0px 0;
}

.logo_inner {
	background-color: #441d8c;
	height: 101px;
}

/*** Footer **************************************************************************/

.footer {
	background: #441d8c;
	height: 30px;
	vertical-align: bottom;
	color: white;
	padding-top: 10px;
	margin-top: 25px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.right {
	text-align: right;
}