/* jakCMS 1.0 :: jakCMS IS NOT FREE SOFTWARE :: http://www.jakcms.ch | http://www.jakcms.ch/disclaimer/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
th, td {padding: 2px;}
img {border: 0;}

a {outline: none;}

:focus {outline: 0;}

/* Tables still need 'cellspacing="0"' in the markup. */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

strong {font-weight:bold;}

body, html {height: 100%;}
body { background:#fff url(../img/header_bg.png) 0 0  repeat-x;color:#505050;font:12px Arial, Helvetica, sans-serif;text-align:center;}

pre, code {
	font-family: Courier, Arial, sans-serif;
	background: #eaeaea;
	padding: 5px;
}

#container { width:860px;text-align:left;min-height:100%;height:auto !important;height:100%;margin:0 auto 0em;}

#header {float:left;width:860px;height:110px;background:transparent url(../img/header.png) 0 0 no-repeat;}
#goStyle {float:right;margin:5px 0 0 0;}
#header h1#logo { width:180px;height:40px;margin: 15px 0 0 30px;}
#header h1#logo a { width:180px;height:40px;outline:0;background: url(../img/logo.png) 0 0 no-repeat;text-indent:-1000em;float:left;}
.phone {float:left;color:#aaaaaa;margin:-14px 0 0 470px;}
.phone a {text-decoration:none;}
.phone .white {color:#fff;}
.flags {float:right;cursor:pointer;margin:-20px 30px 0 0;}
#search {float:right;margin:-30px 0 0 0;}
#search .go {float:left;border:0;}
#search .text { background:transparent url(../img/search_bg.png) no-repeat left top;float:left;width:120px;height:25px;padding:5px;border:0;color:#505050;font:11px Arial, Helvetica, sans-serif;}

#navigation {width:700px;height:55px;}

.dropdown {
	position: absolute;
	margin: 0 0 0 10px;
	font-size:14px;
	z-index:1;
	}

.dropdown li {
	list-style:none;
	display: inline;
	}

#content {width:860px;float:left;min-height:300px;padding-bottom:85px;}
#content_final {width:860px;padding:20px 10px 0 0;margin:5px 15px 10px 15px;}
#content_final p {padding:0;margin-bottom:5px;}
#content_final ol { margin: 0 0 0 17px;}
#content_final ul { margin-left: 17px;}
#content_final fieldset {
		background-color: #f5f5f5;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
		padding: 10px;
	}
#content_final fieldset legend {
		font-weight: bold;
		color: #555;
		font-size: 12px;
	}
	
.news {
	width:860px;
	font-size:11px;
	padding:20px 10px 0 0;
	margin:5px 15px 10px 15px;
}

.news li {
	list-style: none;
	}

.news ul{width:200px;float:left;padding:2px;margin-right:10px;}

.newsdate {text-align:center;background:#454545;color:#fff;padding-top:3px;font-size:9px;}

.all_left {
 float: left;
 margin: 0;
 padding: 0px 5px 0 0;
 width: 630px;}

.all_right {
 float: right;
 margin: 0;
 padding: 0 0 0 0;
 width: 210px;}
	
#footer {
	position:fixed;
	bottom:0px;
	float:left;
	background:#252525;
	width:100%;
	height:80px;
}

#footer .copyright {
	color: #aaaaaa;
	font-size: 10px;
	padding:35px 0 0 0;
	text-align: center;
}

#footer .copyright a {color:#aaaaaa;text-decoration:none;}
#footer .copyright a:hover {color:#fff;text-decoration:none;}

#publish_form {}
	#publish_form fieldset {
		background-color: #f5f5f5;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	#publish_form fieldset legend {
		font-weight: bold;
		color: #555;
		font-size: 11px;
	}
	#publish_form_sb input, #publish_form_sb textarea, #blog_form_sb input, #blog_form_sb textarea, #apply-online input, #apply-online textarea {
		border: 1px solid #ccc;
		padding: 2px;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
	}
	#publish_form input#submit {
		background-color: #bd2b32;
		color: #fff;
		cursor: pointer;
	}
	#publish_form label.small {
		color: #555;
		font-size: 11px;
	}
	#publish_form input.no-border {
		border: 0;
	}

.validation-error {
	color: red;
}
input.error, textarea.error {
	border: 1px solid red !important;
}

.error {color:#ff0000;}

.validation-failure {
	color: red;
	background-color: #ffd0d6;
	padding: 5px;
}

.apply-status-ok {
    width: 98%;
	color: #009900; 
	background-color: #dfFFda; 
	padding: 5px;
	margin: 15px 0 15px 0;
}

a {color:#aaaaaa;text-decoration:underline;}
a:hover {color:#aaaaaa;text-decoration:none;}

h1 {
	font-size: 16px;
	color:#72ac42;
	margin: 0 0 7px 0;
	font-weight: bold;
}

small {font-size:10px;}
big {font-size:14px;font-weight:bold;}
.clear {clear:both;}
.go_right {text-align: right;}
.go_middle {text-align: center;}

