/*
Theme Name: OMQ
Theme URI: http://omq.de/
Description: Design by Alex :-)
Version: 1.0
Author: Oliver Stark
Author URI: http://control-b.de/
Tags: custom
Text Domain: omq

*/

/* RESET ***************************************************/

	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 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;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #808080;
}	
a:hover {
	color: #ff6600 !important;
}	

/* TYPO ***************************************************/
html,
body {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	line-height: 18px;
	height: auto !important;
}
h1 span {
	display: none;
}
h2, h3, h4 {
	font-weight: bold;
}	
h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
 	padding-bottom: 20px;
}
h4 {
	font-size: 18px;
}

p {
	padding-bottom: 10px;
}
div.tpl_intro p,
div.tpl_intro2 p {

	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
	
}	

.c {
	clear: both;
}
.no_border {
	border: 0 !important;
}

/* MAIN STRUCTURE ***************************************************/

.wrapper {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.header {
	background: #000 url(img/bg_header.gif) 0 0 repeat-x;
	height: 130px;
	position: relative;
	z-index: 10;
}
.content {
	margin-top: 40px;
	position: relative;
}
.footer {
	border-top: 1px solid #c9c9c9;
	margin: 0;
	padding: 20px 0;
}

/* HEADER ***************************************************/
.logo a {
	top: 10px;
	height: 70px;
	width: 200px;
	position: absolute;
	display: block;
	background: url(img/logo.gif) 0 0 repeat-x;
}


.path {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 7px 0;
	text-align: right;
	background: url(img/bg_navi_leftcorner.gif) bottom right no-repeat;
}
.search_form {
	position: absolute; 
	top: 22px; 
	right: 15px;
}
.search_form input {
	padding: 4px 3px 3px 4px; 
	color: #fff; 
	line-height: 12px; 
	border: 0; 
	background: #4d4d4d;
	height: 15px;
	position: absolute; 
	right: 20px;
	
}
.search_form button {
	width: 22px; 
	height: 22px; 
	border: 0; 
	padding: 0; 
	margin: 0; 
	background: url(img/search_off.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute; 
	right: 0px;
	
}
.search_form button:hover {
	background: url(img/search_on.png) 0 0 no-repeat;
}



.path span {
	color: #fff;
}
.path a,
.path span {
	color: #fff;
	background: url(img/arrow_right.gif) bottom left no-repeat;
	padding-left: 14px;
	padding-right: 3px;
}
.path a:first-child {
	background: none;
}


.navi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1px;
	background: url(img/bg_navi_leftcorner.gif) 0 0 no-repeat;
	height: 30px;
}

.navi ul li {
	float: left;
}
.navi ul li {
	float: left;
}

.navi ul li a {
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #535353;
	color: #fff;
	font-weight: bold;
}
.navi ul li a:hover {
	text-decoration: none;
	/*
	background-color: #6b6b6b;
	*/
}
.content .edit {
	position: absolute; 
	top: -100px; 
	right: 20px;
	z-index: 200;
}
.content .edit a {
	color: #fff;
	background: #6e6d6d;
	padding: 2px 7px;
}

.content .full_text h2 {
	padding-bottom: 20px;
}
.content .full_text h3,
.content .full_text h4 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .full_text h4 {
	font-size: 14;
}

/* new stuff - live support */
.live_support_button{
	position:relative; 
	width: 130px; 
	height:40px; 
	top:50px; 
	left:818px; 
	background-image:url(img/live_support_button_off.png);
	border-width: 0px;
	cursor: pointer;
}
			
.live_support_button:hover{
	position:relative; 
	width: 130px; 
	height:40px;
	top:50px; 
	left:818px; 
	background-image:url(img/live_support_button_on.png);				
}
	

/* FOOTER **************************************************************/

div.foo_4_cols {
	margin-right: -20px;
	width: 960px;
	clear: both;
}

div.foo_4_cols .col {
	width: 230px;
	margin-right: 10px;
	margin-bottom: 20px;
	min-height: 100px;
	float: left;
}

.sub_nav {
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
}
.sub_nav li.current_page_item,
.sub_nav li.current_page_item a {
	cursor: text;
	color: black !important;
	
}
.sub_nav li {
	float: left;
	margin-left: 20px;
}



/* TEMPLATE ELEMENTS ***************************************************/

body.mceContentBody {
	text-align: left;
}
body.mceContentBody .col {
	border: 1px dotted gray;
}
body.mceContentBody div.tpl_panorama,
body.mceContentBody div.tpl_intro,
body.mceContentBody div.tpl_intro2,
body.mceContentBody div.tpl_3_cols {
	border: 1px dotted gray;
	padding: 3px;
	margin: 3px 0;
	float: left;	
}
body.mceContentBody div.tpl_3_cols {
	width: 970px;
}
body.mceContentBody div.foo_4_cols {
	width: 990px;
}


div.tpl_panorama {
	margin: 15px 0 30px 0;
}

.subpage_nav {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 940px;
	clear: both;
}

a.left_link {
	position:relative;
	top:0px; 
	left:0px;
	padding-left: 15px;
	background:url(img/arrow_left.png) left no-repeat;
	border-width: 0px;
	cursor: pointer;
}

a.left_link:hover{
	background:url(img/arrow_left_hover.png) left no-repeat;	
}

a.right_link {
	position:relative;
	top:0px; 
	left:0px; 
	background:url(img/arrow_right.png) right no-repeat;
	border-width: 0px;
	padding-right: 15px;
	cursor: pointer;
	float: right;
}

a.right_link:hover{ 
	background:url(img/arrow_right_hover.png) right no-repeat;
}

div.tpl_intro {
	margin-bottom: 10px;
	width: 620px;
}
div.tpl_intro2 {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 620px;
}

div.tpl_3_cols {
	margin-right: -20px;
	width: 960px;
	clear: both;
}

div.tpl_3_cols h4 {
	width: 620px;
	margin-bottom: 10px;
	margin-right: 300px;
	float: left;
}

div.tpl_3_cols .col h4 {
	width: 300px;
	margin-right: 0 !important;
}

div.tpl_3_cols .col {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 100px;
	float: left;
}

div.tpl_3_cols .col2span {
	width: 620px;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 100px;
	float: left;
}


.col img {
	border: 1px solid #b5b5b5;
}
.col a:hover img {
	border: 1px solid #f47b00;
}

.col_list_with_image p {
	padding: 6px 0 0 0;
}

.col_list_with_image img {
	border: 0 !important;
	float: left;
	margin: 4px 15px 5px 0;
}



/* MISC*/
.no_border {
	border: none !important;
}

.col_special {
	background: #ff6600;
	color: #fff;
	margin-top: -10px;
	padding-bottom: 5px;
	
}
.col_special h4 {
	padding: 10px 12px 0 12px;
	width: auto !important;
}

.col_special img {
	padding: 15px 0px 0px 0px;
	width: auto !important;
}

.col_special p {
	padding: 0 12px 15px 12px;
	clear: both;
}

p.icon_special {
	padding-left: 42px !important;
	padding-bottom: 15px !important;
	background: url(img/bg_special_icons.gif) 13px 0 no-repeat;	
}
p.icon_lock {
	background-position: 13px 3px;	
}
p.icon_smile {
	background-position: 13px -97px;	
}
p.icon_world {
	background-position: 13px -197px;	
}






.form_contactperson {
	float: left;
	margin: 3px 15px 5px 0;
}
div.tpl_3_cols .col_form {
	margin-bottom: 0;
}
.col_form div {
	width: 300px;
	margin-bottom: 15px;
	margin-top: 1px;
	float: left;
}

.col_form span.wpcf7-form-control-wrap {
	width: 240px;
	float: right;
}

.col_form label b {
	width: 60px;
	float: left;
	font-weight: normal;
}
.col_form label input,
.col_form label textarea {
	width: 238px;
	border: 1px solid #b7b7b7;
}
.col_form label input:focus,
.col_form label textarea:focus {
	border: 1px solid #ff6600;
}




.col_form label textarea {
	height: 110px;
}

/* form error message */
.col_form span.wpcf7-not-valid-tip-no-ajax,
.col_form div.wpcf7-validation-errors {
	color: #f47b00 !important;
}
.col_form div.wpcf7-validation-errors {
	margin-left: 60px;
	width: 240px;
	color: #f47b00 !important;
}

div.submit_button input {
	float: right;
}

/* misc *****************/

.sidebar {
	float: right;
	width: 300px;
}
.blog_content {
	width: 620px;
	float: left;
	margin-bottom: 30px;
}
.full_text {
	margin-bottom: 30px;
}

.blog_content h2 {
	font-size: 18px;
	padding-bottom: 15px;
}
.blog_content p.blog_excerpt {
	font-size:14px;
	line-height:20px;
	padding-bottom:15px;
}

.sidebar h4 {
	font-size:15px;
	padding-bottom:8px;
}

.sidebox_newsletter {
	background-color: #FF6600; 
	color: #fff; 
	padding: 10px; 
	margin-bottom: 15px;
}
.sidebox_press {
	border: 1px solid #aaa; 
	margin-bottom: 15px;
	padding: 10px;
}
.newsletter_form input {
		float:right;
		margin:0 0 5px 5px;
		width:225px;
}
.newsletter_form span {
		float:left;
		width:40px;
		line-height:22px;
}
.newsletter_form button {
		float:right;
}

