// avia_font: "Helvetica Neue", "Helvetica", "Arial" , "Verdana", "Tahoma" , "MS Sans Serif"

// avia_rot: #e10000
// avia_rot_rgb: rgb(225, 0, 0)

// avia_weiss: #ffffff
// avia_weiss_rgb: rgb(225, 255, 255)
  
// avia_grau: #787878
// avia_grau_rgb: rgb(120, 120, 120)
// avia_grau_rgba_0x1: rgba(120, 120, 120, 0.1)
// avia_grau_rgba_0x3: rgba(120, 120, 120, 0.3)
  
// avia_blau: #0066af
// avia_blau_rgb: rgb(0, 102, 175)  
  
// avia_schwarz: #000000  
// avia_schwarz_rgb: rgb(0, 0, 0)
  
// avia_hellgrau: #e1e1e1  
// avia_hellgrau_rgb: rgb(225, 225, 255)   

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
	width: 1000px;
	height: 100%;
	background: #fff url('resource?name=ch.cccenter.provider.extranetAVIA-header');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	overflow: auto;
	margin: auto;
}
html.logged_in {
	background: #fff url('resource?name=ch.cccenter.provider.extranetAVIA-headerSmall');
	background-repeat: no-repeat;
	background-position: top;
}

body {
	width: 100%;
	height: 100%;
	background: transparent;	
	font-size: 12px;
	line-height: 18px;
	color: rgb(0, 0, 0); 
	font-family: "Helvetica Neue", "Helvetica", "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
}

table tr td {
	font-size: 12px;
	line-height: 18px;
	font-family: "Helvetica Neue", "Helvetica", "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

input[type="text"], input[type="password"], select, textarea {
	padding: 5px 10px;
	border: 1px solid rgba(120, 120, 120, 0.3);
	margin: 3px 0px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	line-height: 16px;
}

input[type="text"]:disabled, select:disabled {
	background: rgba(120, 120, 120, 0.1);
}

div.box form {
	margin: 0px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
	border: none;
}

a, a:hover {
	outline: none;
	text-decoration: none;
}

div.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}

div#wrapper {
	width: 1001px;
	min-height: 100%;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

div#header {
	width: 1101px;
	height: 320px;
	position: relative;
	text-align: left;
}

div#headerSmall {
	width: 1101px;
	height: 25px;
	position: relative;
	text-align: left;
}

div#header h1, div#headerSmall h1 { 
	margin-top: 40px;
	color: #e10000;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}

div#header .contactLink {
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 1000;
}
div#header .contactLink a  {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	margin: 0px;
}
div#header .contactLink a + a {
	margin-left: 20px;
}
body.logged_in div#header .contactLink {
	display: none;
}

div#content {
	width: 1200px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}
body.logged_in div#content {
	padding-top: 60px;
	padding-bottom: 20px;
}

div#content div#sidebar {
	width: 216px;
	padding: 10px;
	margin: 0px 30px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
}
body.logged_in div#content div#sidebar {
	background-color: rgba(120, 120, 120, 0.1);
}

div#content div#sidebar ul {
	padding: 0px;
	margin: 0px;
}

div#content div#sidebar ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#content div#sidebar ul li a {
	padding: 3px 5px;	
    margin: 3px;	
	font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	color: rgb(0, 0, 0);
	white-space: nowrap;
	display: inline-block;
}

div#content div#sidebar ul li a:hover {
	background: rgba(120, 120, 120, 0.3);
	color: rgb(0, 0, 0);
}

div#content div#sidebar ul li a.aktiv {
	background: rgba(120, 120, 120, 0.3);
	color: rgb(0, 0, 0);
}
div#content div#sidebar ul li a.aktiv.subnav {
	background: none;
}

div#content div#sidebar ul li ul {
	margin: 3px;
}
div#content div#sidebar ul li ul li a {
	padding: 3px 5px;
    margin: 0px 0px 3px 0px;
	color: rgb(0, 0, 0);	
}

div#content div#sidebar ul li.logout {
	margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-top: 10px;
    border-top: 10px solid white;
}
div#content div#sidebar ul li.logout a {
    background: rgb(225, 0, 0);
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: white;
	padding: 7px 5px;
    margin: 0px;
    width: 226px;
}

div#content div#sidebar ul li.logout a:hover {
    background: rgb(0, 102, 175);
}

div#content div#text {
	width: 740px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
}

body.login div#content div#text {
	width: 840px;	
}

div#content p.info.login { 
	width: 420px;
}

div#content p.info.login br { 
	line-height: 30px;
}

div#content div#text div.box {
	display:inline-block;
	width: 420px;
	background-color: rgba(120, 120, 120, 0.1);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-right:20px;
	border:0px;
}

div#content div#text div.boxBottom {
	position:relative;
	bottom:0px;
	height:0px;
}

div#content div#text div.loginHelpBox {
	display:inline-block;
	width: 420px;
	text-align: center;
    padding-top: 20px;
}


div#content div#text div.box span {
	color: #000;
	line-height: 31px;
	position: absolute;
	left: 18px;
	top: 11px;
}

div#content div#text div.box input[type=text], div#content div#text div.box input[type=password] {
	width: 250px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	margin-bottom: 4px;
	position: relative;
	right: 0px;
}

div#content div#text div.box select {
	width: 250px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	margin-bottom: 4px;
	position: relative;
	right: 0px;
}

div#content div#text button, div#content div#text input[type="button"], div#content div#text input[type="submit"] {
	padding: 7px 20px;
	margin: 0px;
	border: none;
	font-size: 12px;
	color: white;
	background: rgb(225, 0, 0);
	text-transform: uppercase;
}
div#content div#text button:hover, div#content div#text input[type="button"]:hover, div#content div#text input[type="submit"]:hover {
	background: rgb(0, 102, 175);
}

div#content div#text div.box button, div#content div#text div.box input[type="button"], div#content div#text div.box input[type="submit"] {
	width: 150px;
	margin-top:10px;
	margin-right:10px;	
}

div#content div#text div.box input.hidden {
	display: none;
}

div#footer {
	width: 969px;
	position: absolute;
	text-align: left;
	padding:6px 20px;
	background-color:#e1e1e1;
	color:#000;
	left: 0px;
	bottom: 0px;
	margin-top: 50px;
}

.teaser {
    display:inline-block;float:left;margin-left:10px;margin-right:145px;;background:#fff;border:1px solid #FF9900;width:110px;height:123px;padding-top:4px;padding-left:8px;
}

.imageLinks {
    display:inline !important;
    top:-46px !important;
    left:20px !important;
    float:right !important;
    background:#fff !important;
    width:331px !important;
    padding-top:4px !important;
}