﻿/******************************************************************************
	FONTS
*******************************************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 23, 2010 */
/* Asset Loader kann pro Zeile nur eine URL ändern !!!*/

@font-face{
	font-family: 'A1TelekomMedium';
	src: url('font/a1ta_medium_web01-webfont-webfont.eot');
	src: local('☺'), url('font/a1ta_medium_web01-webfont.woff') format('woff'), 
	url('font/a1ta_medium_web01-webfont.ttf') format('truetype'), 
	url('font/a1ta_medium_web01-webfont.svg#webfont5SCccCSK') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*******************************************************************************
	GLOBAL 
*******************************************************************************/

html, body, img, h1, h2, h3, h4, p, ul, ol, li{	
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	height: 101%;
}

body{	
	max-width: 100%;
	min-width: 980px;
	height: 100%;	
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100.01%;
	font-size: 16px;
	color: #000000;
	background-color: #f0f0f0;	
	margin: 0;
	padding: 0;	
	position: relative;
}

.clear{
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

h1{
	font-family: A1TelekomMedium, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 12px;
}

p{
	padding-bottom: 10px;
}

p strong{
	font-family: A1TelekomMedium, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

a{
#	background-image: url('images/bl_green.gif');
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	
	font-family: A1TelekomMedium, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #da291c;
}

a:hover{
	text-decoration: underline;
}


/* Hintbox */

.messageHint{
	position: relative;
	border: 3px solid #da291c;
	color: #000000;
	width: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.messageHint .hint{
#	background-image: url("images/iconHint.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 30px;
	height: auto !important; /* for IE6 and IE7 */
	height: 30px; /* for IE6 and IE7 */
	padding-left: 25px;
	margin: 0px;
	margin-top: 5px;
}

.messageHint .tl, 
.messageHint .tr, 
.messageHint .bl, 
.messageHint .br{
	position: absolute;
	display: block;
	height: 6px;
	width: 6px;
}

.messageHint .tl{
#	background-image: url("images/hint_tl.gif");
	top: -3px;
	left: -3px;
}

.messageHint .tr{
#	background-image: url("images/hint_tr.gif");
	top: -3px;
	right: -3px;
}

.messageHint .bl{
#	background-image: url("images/hint_bl.gif");
	bottom: -3px;
	left: -3px;
}

.messageHint .br{
#	background-image: url("images/hint_br.gif");
	bottom: -3px;
	right: -3px;
}


/*******************************************************************************
	GRID 
*******************************************************************************/

#stageContainer{
    margin-left: -490px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    float: left;
}

/*Logo im Hintergrund */
#mainContainer{
	position: relative;
	background-image: url('images/bg_welcome.jpg');			/*Logo im Hintergrund */
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 980px;
	min-height: 720px;
	height: auto !important; /* for IE6 and IE7 */
	height: 720px; /* for IE6 and IE7 */
	float: left;
	dislpay: block;
}

#contentContainer{
	position: relative;
	margin-top: 116px;
	margin-left: 465px;
	padding: 0;
	width: 480px;
	height: auto;
}

/* testscript box */
.test-scripts {
    float: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
}
.test-scripts-heading {
    
	margin: -1px;
    padding: 2px 8px;
	font-size: 16px;
    color: #fff;
    background: #DA291C;
}


.links > li {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
}
.links > li > a {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.links > li > a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.fastcgi:before { background-image: url(images/fastcgi.png); }
.python:before { background-image: url(images/python.png); }
.php:before { background-image: url(images/php.png); }
.perl:before { background-image: url(images/perl.png); }
.ssi:before { background-image: url(images/ssi.png); }
	


