/* RESET ------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	background: 0;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
strong {
	font-weight: 500;
}
em {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Arial, Verdana, Sans-Serif;
	background-color: #98cacb;
	font-size: 101.01%;
	height: 100.1%;
	color: #06036a;
}
body {
	font-size: 120%;
}
#wrapper {
	width: 520px;
	margin: 0 auto 0 auto;
	padding-top: 3em;
}
.col1-2, .col2-2 {
/*	width: 48%;*/
}
.col1-2 {
/*	float: left;*/
}
.col2-2 {
/*	float: right;*/
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.5em;
}
h3 {
	
	font-size: 1.2em;
	margin-bottom: 20px;
}
p {
	font-size: 1.0em;
	line-height: 140%;
	margin-top: 0.7em;
}
.untertitel {
	margin: 0;
	font-size: 0.85em;
}


#leftcol, #rightcol, #fernwartung {
	width: 100%;
	padding: 0px;
}
.module {
	margin-top: 40px;
	border: 1px solid #fff;
	padding: 5%;
}
.pcvisit span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 50px;
}
.teamviewer {
	position: relative;
	display: block;

}
.teamviewer a {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
#leftcol, #rightcol p {
	margin-bottom: 0;
}
#leftcol {
	position: relative;
	float: none;
/*	background-color: #ffe6bf;
	border: 0px solid #ffffff;*/
	margin-top: 30px;
}
#fernwartung {
	margin-top: 60px;
	border-top: 1px solid #fff;
}
#rightcol img {
	float: right;
	margin-left: 30px;
}
a {
	color: #06036a;
	text-decoration: none;
}
a:hover {
	color: #06036a;
	text-decoration: underline;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
