@charset "utf-8";
/* CSS Document */

/* CSS RESET */
/* ================================================================ */
* {
	padding:0;
	margin:0;
	font-size:100%;
	font-weight:normal;
}

ul, 
li {
	list-style:none;	
}

b, 
strong {
	font-weight:bold;	
}

i, 
a img {
	border:none;	
}

/* FONT AND SIZE */
/* ================================================================ */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	background: #c8c8c8 url(../bgImg/bodyBg.gif) repeat left top;
	color: #666666;
	line-height: 1.7em;
	text-align: left;
	text-shadow: #333;
	border: none;
}

h1,
h2,
h3 {
	font-weight: bold;
	margin-bottom: 0.7em;
	line-height:110%;
}

h1, 
h2,
.subcol h3,
.widecol h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: darkorange; /* #ad1910; */
	display: block;
}

h1 {
	font-size :250%;
}

h2 {
	font-size: 200%;
	margin-top:2%;
}

.subLoad h2,
#subContent h2 {
	font-size:175%;
	color: #999;
}

h3 {
	font-size: 120%;	
	color: #999;
}

#subContent h3 {
	color: #777;
}

h3.datum {
	color: #777;
	font-size: 1.0em;
}

blockquote {
	color: #f18110;	
	background: url(../img/anfuehrungszeichen.png) no-repeat left top;
	padding: 20px;
}

a:link,
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: darkorange; /* #ad1910;*/
	text-decoration: underline;
}

/* DESIGN */
/* ================================================================ */
#preview {
	position: fixed;
	top: 8px;
	left:50%;
	margin-left:-161.5px;
	color: black;
	background-color: #FC0;
	border: 0px solid darkorange;
	padding-bottom: 5px;
	letter-spacing:3px;
	font-size: 24px;
	font-weight: normal;
	text-decoration:blink;
	text-align: center;
	font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	z-index:999;
}

/* LAYOUT */
/* ================================================================ */

#container {
	width: 90%;
	background-color: #ffffff;
	border: 4px solid #dcdcdc;
	padding: 4px;
	margin: 0 auto;
	min-width: 840px;
	max-width: 1330px;
}

#header {
	background-color: #e2e7ed;
	position: relative;
}

#hdTop {
	background: url(../bgImg/topBG.png) repeat-x left top;
	height: 90px;
}

#logo {
	padding-top: 19px;
	padding-left: 20px;
}

#hdMenu {
	background: url(../bgImg/baskets_IS.png) no-repeat 230px 0;
	height: 230px;
	position: relative;
}

#content {
	background-color: transparent;
	padding: 30px 20px;
}

#sidebarLeft {
	width:35%;
	float:left;
}

#sidebarRight {
	width: 27%;
	float: right;
}

#mainContent
{
	margin: 0;
	float: right;
	width: 62%;
}

#wrapper {
	float: left;
	width: 70%;
}

#footer
{
	clear: both;	
}

#content p,
#subContent p{
	margin-bottom: 12px;
}

#sidebarRight ul li {
	background: url(../img/navBullet.png) no-repeat 0 10px;
	padding: 5px 0 5px 20px;
}

/*  Ausnahmen für sidebarRight-Listen */
.project #sidebarRight ul li {
	background: url(../img/bullet2.png) no-repeat 0 10px;
}

#sidebarRight ul li a:link,
#sidebarRight ul li a:visited {
	text-decoration: underline;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
}

/* GENERAL */
/* ================================================================ */
.fl {
	float: left;
	padding-right: 2em;
}

.fr {
	float: right;
	padding-left: 2em;
}

.fr0 {
	float: right;
	padding-left: 0;
	margin-left:-15px;
}

.deflink {
	text-decoration: underline;
	background: url(../img/navBullet.png) no-repeat 0 10px;
	padding: 5px 0 5px 20px;
}

.pr {
	padding-left: 1em;
}

.clearFloat {
	clear: both;
}

.ut {
	color: #000;
	font-size: 0.65em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-right: 30px;
	display: block;
	text-align: right;
}

.mehrInfo {
	font-size: 0.8em;
	margin-top: 8px;
	display: block;
	text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
	padding: 2px 20px;
	background: url(../img/mehrInfo.png) no-repeat right 0;
}

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
	text-decoration: none;
	background: url(../img/mehrInfo.png) no-repeat right -38px;
}

.liDisc {
	background:url(../img/bullet2.png) no-repeat left 4px;
	margin-left:1px;
	text-indent: 0px;
	padding-left:20px;
	padding-bottom: 0.3em;
}

.padTop {
	padding-top:7px;
}

.definition p,
.italic{
	font-style: italic;	
}

.W100
{
	width:100%;
}

.intro {
	font-weight: bold;
}

/* TWO COLUMN DESIGNS */
/* ================================================================ */

.subcol {
	width: 48%;
	margin: 0px;
	padding: 0px;
}

.gdi #sidebarLeft,
.adaptive #sidebarLeft,
{
	width: 27%;
}

.gdi #mainContent,
.adaptive #mainContent, 
{
	width: 70%;	
}

.gdi #hdMenu {
	background: url(../bgImg/GDI.png) no-repeat 230px 0;
}

/* Impressive */
/* ================================================================ */

.impressive #hdMenu {
	background: url(../bgImg/impressive.png) no-repeat 230px 0;
}

/* adaptive */
/* ================================================================ */

.adaptive #hdMenu {
	background: url(../bgImg/adaptive.png) no-repeat 230px 0;
}

/* adaptive */
/* ================================================================ */

.itgamon #hdMenu {
	background: url(../bgImg/itGovernance.png) no-repeat 230px 0;
}

/* project */
/* ================================================================ */

.project #hdMenu {
	background: url(../bgImg/information.png) no-repeat 230px 0;
}

.project { overflow:scroll;}

/* Technical Tables */
/* ================================================================ */

.techTables {
	width: 100%;
	background-color: #FFC;
	color: #000;
	border-collapse: collapse;
}

.techTables td,
.techTables th {
	border: 1px solid #fff;
	padding: 3px 8px;
}

.techTables th {
	background-color: darkorange;
	color: #000;
	font-weight: bold;
}

.techTables tr.alt {
	background: #FF9;
}

.techTables tr:hover {
	background: #a7c7ee;
}
	
.techTables tfoot td {
	border-bottom: 2px solid darkorange;
	font-size: 0.85em;
	text-align: right;
	color: #666;
}

.techTables tfoot td {
	padding: 2px 8px;
}

.techTables tr:hover {
	background: #a7c7ee;
}

.techTables tfoot tr:hover {
	background: none;
}

