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

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #dedede;
}

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

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

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

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

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

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

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

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

.description h1 {
	color: #0056a5;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	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;
}

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: 260px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.header {
		width: 260px;
		float: left;
	}

	.titel {
		width: 260px;
		height: 25px;
		float: left;
		border: 0px;
	}

	.titel h1 {
		border: 0px;
	}

	.description {
		width: 260px;
		float: left;
	}

	.main {
		width: 260px;
		float: left;
	}

	.col-left, .col-center {
		width: 260px;
		height: auto;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 250px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-left-bottom, .col-center-bottom {
		width: 250px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-right {
		width: 250px;
		height: auto;
		float: left;
	}

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

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

	h1 {
		font-size: 10pt;
	}

	.titel h1, .description h1 {
		font-size: 9pt;
	}

	.titel h1 {
		border: 0px;
		font-size: 10pt;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	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 {
		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;
		margin-top: 10px;
	}

	.header {
		width: 340px;
		float: left;
	}

	.titel {
		width: 340px;
		height: 25px;
		float: left;
		border: 0px;
	}

	.titel h1 {
		border: 0px;
	}

	.description {
		width: 340px;
		float: left;
	}

	.main {
		width: 340px;
		float: left;
	}

	.col-left, .col-center {
		width: 340px;
		height: auto;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 330px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-left-bottom, .col-center-bottom {
		width: 330px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-right {
		width: 330px;
		height: auto;
		float: left;
	}

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

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

	h1 {
		font-size: 10pt;
	}

	.titel h1, .description h1 {
		font-size: 9pt;
	}

	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 {
		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;
		margin-top: 10px;
	}

	.header {
		width: 380px;
		float: left;
	}

	.titel {
		width: 380px;
		height: 25px;
		float: left;
		border: 0px;
	}

	.titel h1 {
		border: 0px;
	}

	.description {
		width: 380px;
		float: left;
	}

	.main {
		width: 380px;
		height: auto;
		float: left;
	}

	.col-left, .col-center {
		width: 380px;
		height: auto;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 370px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-left-bottom, .col-center-bottom {
		width: 370px;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}

	.col-right {
		width: 370px;
		height: auto;
		float: left;
	}

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

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

	h1, .titel h1, .description h1 {
		font-size: 10pt;
	}

	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 {
		font-size: 8pt;
	}

}

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

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

	.container {
		width: 450px;
		height: 340px;
		left: 50%;
		top: 50%;
		margin-left: -225px;
		margin-top: -170px;
		position: absolute;
	}

	.header {
		width: 450px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 300px;
		float: left;
	}

	.description {
		width: 150px;
		float: left;
	}

	.main {
		width: 450px;
		height: 260px;
		float: left;
	}

	.col-left, .col-center {
		width: 150px;
		height: 260px;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 140px;
		height: 100px;
		float: none;
	}

	.col-left-bottom, .col-center-bottom {
		width: 140px;
		height: 160px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 10pt;
	}

	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 {
		font-size: 8pt;
	}

}

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

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

	.container {
		width: 570px;
		height: 340px;
		left: 50%;
		top: 50%;
		margin-left: -285px;
		margin-top: -170px;
		position: absolute;
	}

	.header {
		width: 570px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 380px;
		float: left;
	}

	.description {
		width: 190px;
		float: left;
	}

	.main {
		width: 570px;
		height: 260px;
		float: left;
	}

	.col-left, .col-center {
		width: 190px;
		height: 290px;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 180px;
		height: 100px;
		float: none;
	}

	.col-left-bottom, .col-center-bottom {
		width: 180px;
		height: 190px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 12pt;
	}

	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 {
		font-size: 8pt;
	}

}

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

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

	.container {
		width: 630px;
		height: 370px;
		left: 50%;
		top: 50%;
		margin-left: -315px;
		margin-top: -185px;
		position: absolute;
	}

	.header {
		width: 630px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 420px;
		float: left;
	}

	.description {
		width: 210px;
		float: left;
	}

	.main {
		width: 630px;
		height: 290px;
		float: left;
	}

	.col-left, .col-center {
		width: 210px;
		height: 290px;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 200px;
		height: 120px;
		float: none;
	}

	.col-left-bottom, .col-center-bottom {
		width: 200px;
		height: 170px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 12pt;
	}

	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 {
		font-size: 9pt;
	}

}

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

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

	.container {
		width: 720px;
		height: 410px;
		left: 50%;
		top: 50%;
		margin-left: -360px;
		margin-top: -205px;
		position: absolute;
	}

	.header {
		width: 720px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 480px;
		float: left;
	}

	.description {
		width: 240px;
		float: left;
	}

	.main {
		width: 720px;
		height: 330px;
		float: left;
	}

	.col-left, .col-center {
		width: 240px;
		height: 330px;
		float: left;
	}

	.col-left-top, .col-center-top {
		width: 230px;
		height: 120px;
		float: none;
	}

	.col-left-bottom, .col-center-bottom {
		width: 230px;
		height: 210px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 12pt;
	}

	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 {
		font-size: 9pt;
	}

}

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

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

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

	.header {
		width: 780px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 520px;
		float: left;
	}

	.description {
		width: 260px;
		float: left;
	}

	.main {
		width: 780px;
		height: 360px;
		float: left;
	}

	.col-left {
		width: 260px;
		height: 360px;
		float: left;
	}

	.col-left-top {
		width: 250px;
		height: 120px;
		float: none;
	}

	.col-left-bottom {
		width: 250px;
		height: 260px;
		float: none;
	}

	.col-center {
		width: 260px;
		height: 420px;
		float: left;
	}

	.col-center-top {
		width: 250px;
		height: 120px;
		float: none;
	}

	.col-center-bottom {
		width: 250px;
		height: 260px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 12pt;
	}

	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 {
		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;
	}

	.header {
		width: 930px;
		height: 40px;
		float: left;
	}

	.titel {
		width: 620px;
		float: left;
	}

	.description {
		width: 310px;
		float: left;
	}

	.main {
		width: 930px;
		height: 420px;
		float: left;
	}

	.col-left {
		width: 310px;
		height: 420px;
		float: left;
	}

	.col-left-top {
		width: 300px;
		height: 160px;
		float: none;
	}

	.col-left-bottom {
		width: 300px;
		height: 260px;
		float: none;
	}

	.col-center {
		width: 310px;
		height: 420px;
		float: left;
	}

	.col-center-top {
		width: 300px;
		height: 160px;
		float: none;
	}

	.col-center-bottom {
		width: 300px;
		height: 260px;
		float: none;
	}

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

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

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

	h1, .titel h1, .description h1 {
		font-size: 12pt;
	}

	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 {
		font-size: 9pt;
	}

}
