
/* Allgemeine Elemente */

* {
    padding: 0px;
    margin: 0px;
}

body {
    background:#EFEFEF url("/gfx/hga/body_bg.gif") repeat-x scroll 0 0;
    font-family:Arial,Verdana,sans-serif;
    line-height:1.3em;
}

table {
    border-collapse:separate;
    border-spacing:0;
    border: 1px solid silver;
}

table td {
    padding: 1px 1px;
}

table th {
    font-weight: bold;
    padding: 1px 1px;
}

fieldset {
    border: 1px solid silver;
    padding: 10px;
    margin-bottom: 10px;
}

img {
    border: 0px;
    max-width: 100%;
}

label {
    display:inline;
    width: 18em;
    float: left;
}

a {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
}

h1 {
    font-size:1.2em;
}

h2 {
    font-size:1.1em;
}

h3, h4, h5 {
    font-size:1em;
}


/* Übergreifende Klassen */

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.whiteBox {
    border: 1px solid #000;
    background:#FFFFFF;
    padding: 10px;
}

.whiteBox ul {
    font-size: 0.8em;
    border: 1px solid silver;
    padding: 10px;
    margin-bottom: 10px;
    text-align:left;
}

.errorbox {
    border: 1px solid silver;
    padding: 5px;
    background-color: #ff5555;
}

.successbox {
    border: 1px solid silver;
    padding: 5px;
    background-color: #55ff55;
}


/* �bergreifende Backend-Elemente */

#loginBoxWrapper {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
}

#loginBox {
    border: 1px solid silver;
    background: white;
    padding: 10px;
    width: 500px;
    margin: auto;

}

#menu {
    border: 1px solid black;
    background: white;
    font-size: 12px;
    margin-bottom: 10px;
}

#menu ul.menuItem {
    border: 1px solid silver;
    margin: 10px;
    padding: 10px;
}

#leftColumn {
    float: left;
    max-width: 240px;
    width: 25%;
}

#topRow {
    margin-bottom: 10px;
}

#centerColumn {
    margin-left: 10px;
    float:left;
    width: 70%;
}

.cke_skin_kama .cke_dialog_body { z-index: inherit; }

/** UI Dialog in der Shcriftart verkleinern **/
#stage .ui-widget {font-size: 0.8em}
/**
 * Speziellee css Definitionen fuer sehr kleine Einbindungen
 *
 */

/* Keinen Aussenabstand des Formulars */
body {margin:0;}

/* Rechte Seite absolut positionieren */
div#stage_content {position:relative; }

div#stage div#stageHeader div.portalHeader {
	clear:both;
}

div#stage div#stageRight {
	border-bottom-width: 1px;
	width: 100%;
	height: 27px;
}

* html div#stage div#stageRight {width: 102%;}

	div#stageRight ul#next_list {
		margin: 1px 1%;
	}

		div#stage div#stageRight ul#next_list img {
			height: 25px;
			float:left;
		}


		div#stageRight ul#next_list li {
			float: left;
			padding: 0;
			margin-right: 10px;
		}

		div#stageRight ul#next_list div.next_item .hidden_text {
			display: none;
			float:left;
			line-height:190%;
			margin-left: 3px;
		}

/* Floating der linken seite abschalten, damit kein Abstand nach rechts entsteht. */
div#stage div#stageLeft {float:none; width: auto;}

/* Position Logo umstellen */
#consultantHeader h1 {min-height: 22px;}
div#stage div#stageHeader div#co2logo {top: -34px;}

/* Paddings der Menueelemente verringern, damit mehr Platz ist */
div#stage div#stageHeader div#stepsNav {top: 0;}
div#stage div#stageHeader div#stepsNav ol li {padding: 0.6em 0.3em;}

/* Padding bei weiter/zurueck Button weg nehmen */
div#inConsultantNav {padding: 0;}

/* Teaser entfernen und damit Abstand zwischen Nav und Form verringern */
div#stage div#stageHeader div#teaser {margin:0;}

/* Den Teader auf der rechten Seite ausblenden */
.teaser_rechts {display:none;}

/***** Ratgeberauswahl ******/
ol#consultantsOverview li {margin: 0; height: auto; width: 24.5%;}
ol#consultantsOverview li div.white {height: 90px; width: 116px;}
ol#consultantsOverview li div.white div.consultantIcon a {margin: 5px auto auto auto;}
div#stage.overview div#stageLeft .teaser, #overview_header .teaser {margin-bottom: 5px;}

/* Padding in Ratgeberauswahl */
#overview_header {padding: 0 1%; width: 90%;}
div#stage.overview div#stageRight {padding: 0 1%;}
