/* - RESET CSS - */

* {

	margin: 0px;
	padding: 0px;
	outline: none;

}

/* - HTML + BODY - */
 
html {

	width: 100%;
	height: 100%;
	background: #fff url('resource?name=ch.cccenter.provider.extranetJubin-imageHtml') repeat-x;
	text-align: center;
	overflow-y: scroll;

}

body {

	width: 100%;
	height: 100%;
	background: transparent;	
	font-size: 13px;
	line-height: 18px;
	color: #000; 
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;

}

/* - TABELLE TR TD - */

table tr td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";

}

/* - STANDARD FORMATIERUNGEN - */

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

input[type="text"], input[type="password"], select {
	box-sizing: border-box;
}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

a, a:hover {
	
	outline: none;
	text-decoration: none;
	
}

div.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

/* - WRAPPER - */

div#wrapper {

	width: 969px;
	min-height: 100%;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;

}

/* - HEADER - */

div#header {

	width: 969px;
	height: 215px;
	position: relative;
	text-align: left;

}

/* - HEADER -> LOGO - */

div#header a.logo {

	width: 240px;
	height: 215px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageLogo') no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

}

/* - HEADER -> JUBIN CARD - */

div#header img.card {

	border: none;
	position: absolute;
	top: 52px;
	right: 0px;
	z-index: 1;

}

/* - HEADER -> H1 - */

div#header h1 {
	
	font-family: "Arial";
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: normal;
	color: #fff;
	margin: 0px;
	position: absolute;
	bottom: 27px;
	left: 270px;
	z-index: 1;
	
}

/* - HEADER -> H1 -> SPAN - */

div#header h1 span {
	
	color: #e5322c;
	
}

/* - CONTENT - */

div#content {

	width: 969px;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align: left;

}

/* - CONTENT -> SIDEBAR (LEFT) - */

div#content div#sidebar {

	width: 236px;
	padding: 0px 0px 0px 4px;
	margin: 0px 30px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;

}

/* - CONTENT -> SIDEBAR (LEFT) -> MENU (EBENE 1) - */

div#content div#sidebar ul {

	width: 236px;
	padding: 0px;
	margin: 0px;

}

div#content div#sidebar ul li {

	width: 236px;
	padding: 0px;
	margin: 0px;
	list-style: none;

}

div#content div#sidebar ul li a {

	width: 224px;
	height: 24px;
	display: block;
	padding: 0px 5px;
	margin: 0px 0px 3px 0px;
	font: 12px "Arial";
	line-height: 24px;
	background: #ebe9ea;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;

}

div#content div#sidebar ul li a:hover {

	background: #e2e2e2;

}

div#content div#sidebar ul li a.aktiv {

	background: #c1bfc0;
	border: 1px solid #ababab;

}

div#content div#sidebar ul li ul li a {

	width: 204px;
	height: 24px;
	display: block;
	padding: 0px 5px 0px 25px;
	margin: 0px 0px 3px 0px;
	font: 12px "Arial";
	line-height: 24px;
	background: #ebe9ea url('resource?name=ch.cccenter.provider.extranetJubin-imageSubnav') left no-repeat;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;

}

div#content div#sidebar ul li ul li a:hover {

	background: #e2e2e2 url('resource?name=ch.cccenter.provider.extranetJubin-imageSubnav') left no-repeat;

}

div#content div#sidebar ul li ul li a.aktiv {

	background: #c1bfc0 url('resource?name=ch.cccenter.provider.extranetJubin-imageSubnav') left no-repeat;
	border: 1px solid #ababab;
	cursor: default;

}

div#content div#sidebar ul li.logout a {

	background: #e5322c;
	border: 1px solid #bb2c27;

}

/* - CONTENT -> TEXT (RIGHT) - */

div#content div#text {

	width: 699px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;

}

/* ! Alle im Template verwendete Styles zu Text, Links, Grafik und Tabellen bitte in 'text.css' bearbeiten ! */

/* - CONTENT -> TEXT (RIGHT) -> BOX - */

div#content div#text div.box {

	width: 298px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageBoxBackground');
	margin: 0px;
	padding: 0px;	
	position: relative;
	text-align: left;
	color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

div#content div#text div.boxBottom {

	position:relative;
	bottom:0px;
	height:4px;
	background-color:#E5322C;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

div#content div#text div.box input {

	width: 136px;
	height: 24px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageLoginForm');
	border: none;
	font-size: 13px;
	color: #000;
	font-family: "Arial";

}

div#content div#text div.box select {

	width: 136px;
	height: 24px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	background: url('resource?name=ch.cccenter.provider.extranetJubin-imageLoginForm');
	border: none;
	font-size: 13px;
	color: #000;
	font-family: "Arial";

}

div#content div#text input[type="submit"] {
	height: 20px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border: none;
	font-size: 13px;
	color: #000;
	font-family: "Arial";
	background:#CCC !important;
}

div#content div#text button, div#content div#text input[type="button"] {
	padding: 10px 10px 10px 10px;
	margin: 1px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	background-color: #e5322c;
	cursor: pointer;
}

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: 146px;
	height: 24px;	
	margin-top:8px;
	margin-right:21px;	
}


div#content div#text div.box form {
	padding: 10px;

}

div#content div#text div.box form table {

	width:290px;

}

div#content div#text div.box form table td {

	padding-left:3px;
	color:#fff;
	font-size:13px;
	line-height:31px;
	font-family:Arial;

}

div#content div#text div.box input.hidden {

	display: none;

}

div#footer {

	width: 969px;
	position: relative;
	text-align: left;
	padding:6px 20px;
	background-color:#000;
	color:#fff;
	margin-top: 25px;

}

.color1 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color2 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color3 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color4 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color5 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color6 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color7 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color8 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color9 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color10 { text-decoration:none !important; background-color:#c1bfc0 !important; }
.color11 { text-decoration:none !important; background-color:#c1bfc0 !important; }

.color1Title { color: #e5322c !important; }
.color2Title { color: #e5322c !important; }
.color3Title { color: #e5322c !important; }
.color4Title { color: #e5322c !important; }
.color5Title { color: #e5322c !important; }
.color6Title { color: #e5322c !important; }
.color7Title { color: #e5322c !important; }
.color8Title { color: #e5322c !important; }
.color9Title { color: #e5322c !important; }
.color10Title { color: #e5322c !important; }
.color11Title { color: #e5322c !important; }