﻿/* ******************************************************** */
/*   Design:	template.css								*/
/*   Author:	Thomas Panner								*/
/*   Web:		www.redklaxx.at								*/
/*   Date:		05.09.2017									*/
/* ******************************************************** */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #dedede;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}

.container {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.titel, .description {
	margin: 0px;
	padding: 0px;
}

.col-left, .col-center, .col-right {
	margin: 0px;
	padding: 5px;
}

.unit-left .header, .unit-right .header {
	margin-bottom: 20px;
}

.footer {
	margin: 0px;
	padding: 5px;
	float: left;
	border-top: 1px solid #121212;
	background-color: #ffffff;
}

.clear {
	clear: both;
	height: 1px;
}

/* ----- texteinstellung ----- */

h1 {
	color: #0056a5;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 20px;
	border-bottom: 1px solid #121212;
	padding-left: 6px;
	padding-bottom: 6px;
}

h2 {
	color: #121212;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	margin-bottom: 20px;
	border-bottom: 1px solid #121212;
	padding-left: 6px;
	padding-bottom: 6px;
}

h3 {
	color: #f39800;
	font-weight: bold;
	font-family: Verdana, Helvetica, Serif;
	font-size: 10pt;
	margin: 0 0 5px;
	padding: 0;
}

h4 {
	font-weight: bold;
	font-family: Verdana, Helvetica, Serif;
	font-size: 10pt;
}

li {
	color: #121212;
	font-family: Verdana, Helvetica, Serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-left: -25px;
}

p.bodytext {
	color: #121212;
	font-family: Verdana, Helvetica, Serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p.bodytext a, p.bodytext a:link, p.bodytext a:visited {
	color: #121212;
	font-family: Verdana, Helvetica, Serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

p.bodytext a:hover {
	color: #121212;
	font-family: Verdana, Helvetica, Serif;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a, a:link, a:visited { 
	color: #e5e5e5; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal; 
}

a:hover { 
	text-decoration: underline;
	color: #e5e5e5; 
}

/* ====================  media screen einstellungen ==================== */

/* ----- desktop < 360px ----- */

@media screen and (min-width: 300px) and (max-width: 360px) {

	.container {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.unit-left .header, .unit-right .header {
		padding-top: 1px;
		margin-bottom: 10px;
	}
	
	.unit-left .header {
		margin-top: 10px;
	}

	.unit-left, .unit-right {
		width: 280px;
		float: none;
	}

	.unit-left .header, .unit-right .header {
		width: 280px;
		height: 20px;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}

	.col-left, .col-center {
		width: 280px;
		float: none;
		padding-top: 10px;
	}

	.col-right {
		width: 270px;
		padding-bottom: 20px;
	}

	.col-right img {
		width: 200px;
		float: left;
	}

	.footer {
		width: 270px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	h1, h2 {
		font-size: 9pt;
	}

	h3 {
		font-size: 8pt;
	}

	h4, h5, h6 {
		font-size: 8pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 360px and < 400px ----- */

@media screen and (min-width: 360px) and (max-width: 400px) {

	.container {
		width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

	.unit-left .header, .unit-right .header {
		padding-top: 1px;
		margin-bottom: 10px;
	}
	
	.unit-left .header {
		margin-top: 10px;
	}

	.unit-left, .unit-right {
		width: 340px;
		float: none;
	}

	.unit-left .header, .unit-right .header {
		width: 340px;
		height: 20px;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}

	.col-left, .col-center {
		width: 340px;
		float: none;
		padding-top: 10px;
	}

	.col-right {
		width: 330px;
		padding-bottom: 20px;
	}

	.col-right img {
		width: 200px;
		float: left;
	}

	.footer {
		width: 330px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	h1, h2 {
		font-size: 9pt;
	}

	h3 {
		font-size: 8pt;
	}

	h4, h5, h6 {
		font-size: 8pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 400px and < 480px ----- */

@media screen and (min-width: 400px) and (max-width: 480px) {

	.container {
		width: 380px;
		margin-left: auto;
		margin-right: auto;
	}

	.unit-left .header, .unit-right .header {
		padding-top: 1px;
		margin-bottom: 10px;
	}
	
	.unit-left .header {
		margin-top: 10px;
	}

	.unit-left, .unit-right {
		width: 380px;
		float: none;
	}

	.unit-left .header, .unit-right .header {
		width: 380px;
		height: 20px;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}

	.col-left, .col-center {
		width: 380px;
		float: none;
		padding-top: 10px;
	}

	.col-right {
		width: 370px;
		padding-bottom: 20px;
	}

	.col-right img {
		width: 200px;
		float: left;
	}

	.footer {
		width: 370px;
		height: 40px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	h1, h2 {
		font-size: 9pt;
	}

	h3 {
		font-size: 8pt;
	}

	h4, h5, h6 {
		font-size: 8pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 480px and < 600px ----- */

@media screen and (min-width: 480px) and (max-width: 600px) {

	.container {
		width: 460px;
		margin-left: auto;
		margin-right: auto;
	}

	.unit-left .header, .unit-right .header {
		padding-top: 1px;
		margin-bottom: 10px;
	}
	
	.unit-left .header {
		margin-top: 10px;
	}

	.unit-left, .unit-right {
		width: 460px;
		float: none;
	}

	.unit-left .header, .unit-right .header {
		width: 460px;
		height: 20px;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}

	.col-left, .col-center {
		width: 460px;
		float: none;
		padding-top: 10px;
	}

	.col-right {
		width: 450px;
		padding-bottom: 20px;
	}

	.col-right img {
		width: 200px;
		float: left;
	}

	.footer {
		width: 450px;
		height: 40px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	h1, h2 {
		font-size: 9pt;
	}

	h3 {
		font-size: 8pt;
	}

	h4, h5, h6 {
		font-size: 8pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 600px and < 640px ----- */

@media screen and (min-width: 600px) and (max-width: 640px) {

	.container {
		width: 580px;
		height: 380px;
		left: 50%;
		top: 50%;
		margin-left: -290px;
		margin-top: -190px;
		position: absolute;
	}

	.unit-left {
		width: 464px;
		height: 380px;
		float: left;
	}

	.unit-left .header {
		width: 464px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-left, .col-center {
		width: 222px;
		height: 280px;
		float: left;
	}

	.unit-right {
		width: 116px;
		float: left;
	}
	
	.unit-right .header {
		width: 116px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-right {
		width: 106px;
		float: left;
	}

	.col-right img {
		width: 96px;
	}

	.footer {
		width: 570px;
		height: 40px;
	}

	h1, h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 11pt;
	}

	h4, h5, h6 {
		font-size: 10pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 640px and < 768px ----- */

@media screen and (min-width: 640px) and (max-width: 768px) {

	.container {
		width: 620px;
		height: 400px;
		left: 50%;
		top: 50%;
		margin-left: -310px;
		margin-top: -200px;
		position: absolute;
	}

	.unit-left {
		width: 496px;
		height: 400px;
		float: left;
	}

	.unit-left .header {
		width: 496px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-left, .col-center {
		width: 238px;
		height: 300px;
		float: left;
	}

	.unit-right {
		width: 124px;
		float: left;
	}
	
	.unit-right .header {
		width: 124px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-right {
		width: 114px;
		float: left;
	}

	.col-right img {
		width: 104px;
	}

	.footer {
		width: 610px;
		height: 40px;
	}

	h1, h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 11pt;
	}

	h4, h5, h6 {
		font-size: 10pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 8pt;
	}

}

/* ----- desktop > 768px and < 800px ----- */

@media screen and (min-width: 768px) and (max-width: 800px) {

	.container {
		width: 740px;
		height: 420px;
		left: 50%;
		top: 50%;
		margin-left: -370px;
		margin-top: -210px;
		position: absolute;
	}

	.unit-left {
		width: 592px;
		height: 420px;
		float: left;
	}

	.unit-left .header {
		width: 592px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-left, .col-center {
		width: 286px;
		height: 320px;
		float: left;
	}

	.unit-right {
		width: 148px;
		float: left;
	}
	
	.unit-right .header {
		width: 148px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-right {
		width: 138px;
		float: left;
	}

	.col-right img {
		width: 128px;
	}

	.footer {
		width: 730px;
		height: 40px;
	}

	h1, h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 11pt;
	}

	h4, h5, h6 {
		font-size: 10pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 9pt;
	}

}

/* ----- desktop > 800px and < 960px ----- */

@media screen and (min-width: 800px) and (max-width: 960px) {

	.container {
		width: 780px;
		height: 460px;
		left: 50%;
		top: 50%;
		margin-left: -390px;
		margin-top: -230px;
		position: absolute;
	}

	.unit-left {
		width: 624px;
		height: 460px;
		float: left;
	}

	.unit-left .header {
		width: 624px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-left, .col-center {
		width: 302px;
		height: 360px;
		float: left;
	}

	.unit-right {
		width: 156px;
		float: left;
	}
	
	.unit-right .header {
		width: 156px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-right {
		width: 146px;
		float: left;
	}

	.col-right img {
		width: 136px;
	}

	.footer {
		width: 770px;
		height: 40px;
	}

	h1, h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 11pt;
	}

	h4, h5, h6 {
		font-size: 10pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 9pt;
	}

}

/* ----- desktop > 960px ----- */

@media screen and (min-width: 960px) {

	.container {
		width: 930px;
		height: 500px;
		left: 50%;
		top: 50%;
		margin-left: -465px;
		margin-top: -250px;
		position: absolute;
	}

	.unit-left {
		width: 744px;
		height: 460px;
		float: left;
	}

	.unit-left .header {
		width: 744px;
		height: 20px;
		float: none;
		clear: both;
	}

	.col-left, .col-center {
		width: 362px;
		height: 400px;
		float: left;
	}
	
	.unit-right {
		width: 186px;
		float: left;
	}
	
	.unit-right .header {
		width: 186px;
		height: 20px;
		float: none;
		clear: both;
		margin-top: 10px;
		margin-left: 50px;
	}

	.col-right {
		width: 176px;
		float: left;
	}

	.col-right img {
		width: 166px;
	}

	.footer {
		width: 920px;
		height: 40px;
	}

	h1, h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 11pt;
	}

	h4, h5, h6 {
		font-size: 10pt;
	}
	
	p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, li {
		font-size: 9pt;
	}

}
