@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300') screen, print;
@import url('https://fonts.googleapis.com/css?family=Calligraffitti') screen, print;

*
{
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	/*list-style: none;*/
}

html, body
{
	/*background: #72aaff url('../images/bg_gradient.png') 0 0 repeat-x;*/
	background: #3d89f9 url('../images/bg_gradient.png') 0 0 repeat-x;
}

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

p img {
	border: 8px solid #ff9732 !important;
}

.item-separator
{
	border: solid 1px #eee;
}

/**
 * Layout
 */

.cols-1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}  

.cols-2 .column-1
{
	width: 46%;
	float: left;
}

.cols-2 .column-2
{
	margin-left: 5%;
	width: 46%;
	float: left;
}

.cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
	width: 31%;
	float: left;
}

.item
{
	padding: 0px 5px 10px 5px;
	display: block;
}

.blog-featured .items-leading
{
	padding-left: 200px;
	background: transparent url('../images/etka_allo.png') -12px -8px no-repeat;
	min-height: 420px;
}

.items-row
{
	overflow:hidden;
	margin-bottom:10px !important;
}

.items-more
{
	display: block;
	float: left;
	width: 100%;
}


fieldset
{
	margin: 10px 0;
	padding: 15px 0px;
	border: solid 1px;
}

fieldset
{
	border: solid 0px #ccc;
}

legend
{
	padding: 3px 5px;
	font-weight: bold;
}

form fieldset dt
{
	clear: left;
	float: left;
	width: 12em;
	padding: 3px 0;
}

form fieldset dd
{
	float: left;
	padding: 3px 0;
}

.star {
	color: #cc0000;
}

input.button, button.button
{
	background-color: #eee;
	border: 1px solid #ddd;
	color: #444444;
	margin: 20px 0 0 0;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
}

input.button:hover, button.button:hover
{
	background-color: #f0fff0;
	border: 1px solid #ddd;
	color: #444;
}

.tip {
	font-size: 0.8em;
	text-align: left;
	padding: 3px;
	max-width: 400px;
	border: solid 1px #333;
	background: #f8fc6a;

}

.tip-title {
	font-weight: bold;
}

.tip-text {

}

#mailto-window
{
	background: #f5f5f5;
	padding: 15px;
	border: solid 1px #ddd;
	position: relative;
}

#mailto-window label
{
	width: 10em;
}

#mailto-window .inputbox
{
	/*background: url("../images/content_bg.gif") repeat-x scroll 0 0 #FFFFFF;*/
	border: 1px solid #ccc;
	padding: 0 3px 0 3px;
}

.mailto-close
{
	position: absolute;
	right: 0;
	top: 5px;
	background: none;
}

.mailto-close a
{
	background: #f5f5f5 url('../images/close.png') no-repeat !important;
	min-width: 25px;
	display: block;
	min-height: 25px;
	overflow: visible;
}

.mailto-close a span
{
	position: absolute;
	left: -3000px;
	top: -3000px;
	display: inline;
}

.formelm
{
	margin: 5px 0;
}

.formelm label
{
	width: 13em;
	display: inline-block;
	vertical-align: top;
}

#all {
	width: 1240px;
	margin: 0 auto;
	/*border-left: 1px solid white;*/
	/*border-right: 1px solid white;*/
	font-size: 0.8em;
	/*padding-left: 20px;*/
	background: transparent url('../images/bg.png') 0 10px repeat-y;
	/*font: normal 0.9em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;*/

}

#header {
	margin-left: 20px;
	background: #3d89f9 url('../images/header.png') 0 0 no-repeat;
	/*width: 1200px;*/
	position: relative;
	height: 250px;
	width: 1200px;
	border-bottom: 1px solid white;
}

#contentarea
{
	margin-left: 20px;
	float: left;
	border-bottom: 1px solid white;
	background: #ff9702 url('../images/backgroundfill.png') 0 0 repeat-y !important;
	min-height: 800px;
	/*background: #b7d9ff url('../images/backgroundfill.png') 0 0 repeat-y !important;*/
}

#sidebar
{
	/*display: block;*/
	float: left;
	clear: none;
	width: 280px;
	background-color: #ff9702;
	/*border-bottom: 1px solid white;*/
	/*height: 500px;*/
	/*border: 1px solid red;*/
}

#sidebar h2
{
	height: 50px;
	border-bottom: 1px solid white;
	font-size: 1.8em;
	color: #333;
	/*text-align: center;*/
	padding-left: 16px;
	line-height: 50px;
	font-weight: normal;
}


#greenbar h2
{
	background-color: #83a147;
}

#yellowbar h2
{
	background-color: #eed906;
}

#orangebar h2
{
	background-color: #f07e02;
}

#main {
	/*background-color: #d4efff;*/
	/*background-color: white;*/
	float: left;
	clear: none;
	width: 920px;
	padding-bottom: 16px;
	/*min-height: 800px;*/
}

#componentmain {
	/*background-color: #d4efff;*/
	/*background-color: white;*/
	float: left;
	clear: none;
	padding: 20px;
}

#greenbar {
	background-color: #8cb95a;
}

#yellowbar {
	background-color: #f8fc6a;
}

#orangebar {
	background-color: #ff9702;
}

#footer {
	margin-left: 20px;
	background: #b00000 url('../images/footer.png') 0 0 no-repeat;
	clear: left;
	height: 200px;
	width: 1200px;
}

/**
 * Header
 */

#header h1 span
{
	display: none;
}


#mainmenu
{
	height: 40px;
	/*background-color: #3277de;*/
	width: 1200px;
	/*border-bottom: 1px solid white;*/
}
#header ul.menu
{
	display: block;
	text-align: right;
	top: 0;
	right: 15px;
	position: absolute;
}

#header ul.menu li a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
	color: #ffffff;
	text-transform: uppercase;
	height: 20px;
	font-size: 1.5em;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	border-right: 1px dashed #3d89f9;
	text-decoration: none;
}

#header ul.menu li a:hover
{
	color: #fff;
	background: #528adf !important;
}


#header ul.menu li.active a:link,
#header ul.menu li.active a:visited
{
	color: #fff;
	background: #72aaff !important;
}

#header ul.menu li {
	display: inline;
}

/**
 * Sidebar menu
 */

#sidebar ul.menu
{
	padding: 8px;
	list-style-type: none;
	color: #e0e0e0;

}

#sidebar ul.menu a
{
	padding: 7px 4px 7px 12px;
	color: #202020;
	text-decoration: none;
	display: block;
}

#sidebar ul.menu li
{
	background-image: url('../images/square.gif');
	background-position: 4px 14px;
	background-repeat: no-repeat;
}

#sidebar ul.menu li a:active,
#sidebar ul.menu li a:hover
{
	background: #8cb95a url('../images/nav_level_1.png') 0 0 repeat-x;
}

#sidebar ul.menu li ul li a:hover
{
	background-color: #83a147 !important;
	background-image: none;
}

#sidebar ul.menu li.active,
#sidebar ul.menu li ul li.active.current a,
#sidebar ul.menu li.active ul li.active a:link,
#sidebar ul.menu li.active ul li.active a:visited
{
	font-weight: bold;
}

#sidebar ul.menu li.active ul li a:link,
#sidebar ul.menu li.active ul li a:visited
{
	padding: 5px 10px 5px 20px;
	font-weight: normal;
}

#sidebar ul.menu li
{
	border-bottom: 1px solid #83a147;
}


#sidebar ul.menu li ul
{
	list-style-type: none !important;
	background-color: #b7c993;
}

#sidebar ul.menu li ul li
{
	list-style-type: none !important;
	background-image: none;
	border-bottom: 1px solid #8cb95a;
}


/**
 * Main area
 */

/* Breadcrumb */
#main div.breadcrumbs
{
	padding: 8px !important;
}

/* Actions line */

#main div.item-page
{
	padding: 8px;
}

#main ul.actions
{
	text-align: right;
	width: 100%;
	padding: 0 !important;
}

#main ul.actions li
{
	display: inline;
}

/* General */

#main > *
{
	padding: 20px 20px 40px 20px !important;
	/*margin: 8px !important;*/
	color: #444;
}

#system-message-container
{
	padding: 0 !important;
}

#main a
{
	color: #439107;
}

#main a:hover
{
	color: #004010 ;
}

#main ul
{
	margin: 8px 0 8px 0;
}

#main p
{
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 110%;
}

#main ul, #main ol {
	padding-left: 20px;
}

#main hr
{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

#main h1
{
}

#main h2
{
	font-size: 1.5em;
	border-bottom: 1px solid #666;
	margin-bottom: 0.5em;
}

#main h2 a
{
	text-decoration: none;
}

#main h3
{
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}

#main h4
{
	font-size: 1.3em;
	margin-bottom: 6px;
}

#main h5
{
	font-size: 1.2em;
}

#main h6
{
	font-size: 1.1em;
}

#main blockquote
{
	margin: 20px 20px 20px 30px;
	padding-left: 10px;
	border-left: 4px solid #f07e02;
	color: #e08000;
}

#main blockquote p
{
	font-family: 'Calligraffitti', cursive !important;
	font-size: 1.7em;
}

#main blockquote p sub
{
	font-size: 0.6em !important;
	font-style: italic;
}


/**
 * Contact slider
 */

.panel
{
	border: solid 1px #ddd;
	margin-top: -1px;
}

.panel .contact-form, .panel .contact-miscinfo {
	padding: 10px;
}

.contact img {
	border: none !important;
}

.pane-slider
{
	border: solid 0px;
	padding: 0px 10px !important;
	margin: 0;
	background: url('../images/nav_level_1.gif') repeat-x;
}

.panel h3
{
	margin-bottom: 0 !important;
}

.panel h3.title.pane-toggler
{
}

.panel h3.title.pane-toggler-down
{
}

.panel h3.pane-toggler a,
.panel h3.pane-toggler-down a
{
	display: block;
	font-size: 0.7em !important;
	line-height: 1.8em;
	padding: 2px 6px 2px 6px;
}

.panel h3.pane-toggler a
{
	background: #f5f5f5 url('../images/slider_plus.png') right top no-repeat;
}

.panel h3.pane-toggler-down a
{
	background: #f5f5f5 url('../images/slider_minus.png') right top no-repeat;
}

.panel h3.pane-toggler a:hover,
.panel h3.pane-toggler-down a:hover
{
	background-color: #83a147 !important;
	background-image: none !important;
	color: #eee !important;
}


table.site_info
{
	width: 100%;
	height: 100%;
	border-left: 8px;
	border-right: 8px;
	border-top: 8px;
	border-bottom: 32px;
	border-color: transparent;
	border-style: solid;
}

table.site_info td
{
	vertical-align: top;
	border-left: 1px solid #C00000;
	width: 25%;
}

table.site_info tr td:first-child
{
	border-left: none !important;
}

.site_info_title {
	line-height: 24px;
	color: white;
	font-size: 1.6em;
	font-variant: small-caps;
	margin: 16px 16px 0 16px;
}

.site_info_title span {
	padding-left: 32px;
}

.site_info_text {
	color: #ffd8d8;
	font-size: 1.1em;
	margin: 16px;
}

.site_info_title span.address
{
	background: transparent url('../images/home.png') 0 0 no-repeat;
}

.site_info_title span.email
{
	background: transparent url('../images/mail.png') 0 0 no-repeat;
}

.site_info_title span.phone
{
	background: transparent url('../images/phone.png') 0 0 no-repeat;
}



#main .pagination
{
	margin:10px 0 ;
	padding:10px 0 10px 0px;
	clear:both;

} 

.pagination li
{
	display: inline;
	padding: 4px;
	background-color: #e0e0e0;
	margin: 2px;
}

.pagination li:hover
{
	background-color: #439107;
	color: white;
}

.pagination li:hover a {
	color: white !important;
}

.pagination ul
{
	padding: 0 !important;
}


/**
 * Quote
 */

#uquote
{
	padding: 8px;
}

#uquote_quote
{
	font-family: Georgia, Cursive !important;
	color: #000020;
	margin: 8px;
	padding-left: 35px;
	font-style: italic;
	font-size: 1.3em;
	background: transparent url('../images/quote_small.png') 0 0 no-repeat;
}

#uquote_cite
{
	text-align: right;
	padding-right: 16px;
}
/* 3.0 article icon bugfix */
.icons {
  text-align: right;
  width: 100%;
  padding: 0!important;
}

.icons li {
  list-style: none;
}

.icons .btn {
  display: none;
}


.print-icon{
    background: url(../images/printButton.png) no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.email-icon{
    background: url(../images/emailButton.png) no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.print-icon a,
.email-icon a{
    color: transparent !important;
}
