﻿/*Standard Elements*/

* {
	margin:0;
	padding:0;
}

html {
	background-color:#fff;
	color:#000;
	font: .8em/1.5em Verdana,Arial,Helvetica,sans-serif;
}

body {
	padding:1em 0;
	text-align: left;
}

a:link, a:visited, a:active {
	color:#0c5d45;
	text-decoration:underline;
}

a img {
	border:none;
}

h1, h2, h3 {
	margin-top:0;
	line-height:150%;
}

h1 {
	color:#000;				
	font-size:2em;
	font-weight:normal;
	margin-bottom:0;
}

h2 {
	color:#000;
	font-size:1.6em;
	margin-bottom:.5em;
	font-weight:normal;
	margin-top:1em;
	font-variant:small-caps;
	/*background:url(../images/h2-bg.jpg) top left repeat-x;
	font-size:18px;
	padding-top:1px;
	height:29px;
	overflow:hidden;*/
}

h3 {
	color:#000;
	font-size:1.3em;
	margin-bottom:.5em;
	margin-top:1em;
	font-weight:normal;
	border-bottom:1px dotted black;
	text-align:right;
}

h4 {
	color:#000;
	font-size:1em;
	margin-bottom:.25em;
	margin-top:1em;
}


hr {
	border:none;
	border-top:1px solid #ddd;
	height:1px;
}

p {
	margin-top:0.25em;
	margin-bottom:1em;
}

ul,ol {
	margin-bottom:1em;
}

ul 
{
	list-style-type:square;
	margin-left:1.75em;
}

#content ul li
	{
	list-style-image:url(/images/check.gif);
	}
	
#content table ul li
{
	list-style-image:none;
}	


ol {
	list-style-type:decimal-leading-zero;
	margin-left:2.75em;
}

li {
}

p + ul, p + ol {
	margin-top:-.5em;
}

/* Social Popup */
#socialpopup ul
{
	margin:0;
	padding:0;
	margin-left:4px;
	margin-top:4px;
}

#socialpopup li
{
	float:left;
	width:145px;
	overflow:hidden;
}

#socclose
{
	position:absolute;
	top:4px;
	right:4px;
}

/*Forms*/

#frmShop h3 {
	margin:1.75em 0 1em 0;
}

button {
	padding-left:.25em;
	padding-right:.25em;
}

button span {
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
}

span.required {
	color:red;
	margin-left:2px;
}

fieldset {
	margin:0 0 .25em;
	padding:1em .7em;
}

textarea {
	width:97%;
	height:20em;
}

label {
	width:12em;
}
label.egos {
	display:block;
	width:8em;
	float:left;
}

textarea.standard
	{
		width:99.5%;
		height:4em;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color:Blue;
		overflow:auto;
	}

label.standard {
	display:inline;
	float:none;
}

input,select {
}

input.large,select.large {
	width:40ex;
}

input.medium,select.medium {
	width:25ex;
}

input.small,select.small {
	width:10ex;
}

optgroup {
	font-style:normal;
	background-color:#ddd;
}

option {
	background-color:#fff;
}

.error {
	border:1px dotted red;
}

/*Tables*/

table 
{
	/* table-layout:fixed; */
	border:1px solid #000000;
	border-collapse:collapse;
	caption-side:bottom;
	width:100%;
}

caption {
	font-family:sans-serif;
	text-align:right;
	font-size:smaller;
	padding:0.5em;
}

th, td {
	padding: .7em .4em;
}

th 
{
	border-right:1px solid white;
	background:#0c5d45 url(../images/th-background.jpg) repeat-x;
	color:#FFF;
	font-weight:normal;
	vertical-align:top;
}

td 
{
	border-right:1px solid white;
	background:url(../images/td-background.jpg) bottom right no-repeat;
	border-top:1px solid #0c5d45;
	/* white-space:nowrap; */
}

td.groupIt 
{
	color:Black;
	background-color:#629cce;
	background-image:none;
	border-top:1px solid #0c5d45;
	/* white-space:nowrap; */
}

td.groupPoe 
{
	color:Black;
	background-color:#FFC77B;
	background-image:none;
	border-top:1px solid #0c5d45;
	/* white-space:nowrap; */
}

table.courselist td a {
	width:100% !important;
	display:block !important;
	text-decoration:none !important;
}

table.courselist th 
{
	padding:0;
}

#cms td a {
	width:auto !important;
	display:inline !important;
}

td img {
	border:none;
	vertical-align:baseline;
}

tbody tr:hover, table.neutral tr:hover {
	background-color:#FFF9C4;
}

table.courselist tr:hover td {
	background:#fff9c4;
}

table.courselist td, table.courselist.th
{
	vertical-align:top;
	padding:2px;
}


th.right {
	border-right:1px solid #000;
}

td.right {
	text-align:right;
	white-space:nowrap;
	border-right:1px solid #000;
}

th[scope=row] {
	text-align:left;
}

tfoot td {
	font-size:smaller;
	background-color:#eeeeee;
	background-image:none;
}

table.contenttable
{
	border:none;
	border-style:dotted;
	border-color:Black;
	border-width:1px 0 0 1px;

}

table.contenttable td, table.contenttable th 
{
	background-image:none;
	background-color:White;
	/* border:1px dashed #000; */
	border-style:dotted;
	border-color:Black;
	border-width:0 1px 1px 0;
	overflow:hidden;
}

table.neutral
{
	border:none !important;
}

table.neutral td, table.neutral th 
{
	border:none !important;
	background-image:none;
	background-color:White;
	padding:0px;
}

table.neutral p
{
	margin:0;
}

table.shopform
{
	border:none !important;
}

table.shopform td, table.shopform th 
{
	border:none !important;
	background-image:none;
	background-color:White;
	padding:2px;
}

table.shopform p
{
	margin:0;
}

table.cmsheader
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:url(/images/cms.jpg) repeat-x !important;
}

table.cmsheader td 
{
	border:none !important;
	background:none;
	padding:4px;
}

table.showBorder {
	border:1px dotted #000;
}

table.showBorder td, table.showBorder th {
	border:1px dotted #000;
}

table.nopadding td p
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/*Agenda*/

#infobox {
	float:right;
	width:20em;
	padding:1em 1em 0 1em;
	background-color:#f5f5f5;
	margin-left:1em;
	border:1px solid #ddd;
}

#infobox button, #infobox input {
	width:9em;
}

#left {
	clear:right;
	width:470px;
	padding-right:5px;
	border-right:1px solid #000;
	margin-right:5px;
	float:left;
}

#agenda h3
	{
	text-align:left;
	margin-right:19em;
	}

table.termine {
	width:auto;
	border:none;
}

table.inhalte {
	border:none;
}

table.termine th, table.termine td {
	width:6em;
}

table.inhalte td {
	text-align:left;
	vertical-align:top;
	background:#fff url(../images/td-background-2.jpg) top left repeat-x;
}

table.inhalte ul ul {
	margin-bottom:0;
	margin-left:1.25em;
}

table.inhalte ul {
	margin-left:1.25em;
	list-style-type:square;
}

table.inhalte ul ul {
	font-size:smaller;
}

/*Shop*/

#infobox2 {
	padding:.25em 1em;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	margin-bottom:.5em;
}

#infobox2 p {
	margin:0;
}

#infobox2 input {
	border:none;
	padding:0;
	margin-right:1ex;
	vertical-align:middle;
}

span.betrag1 {
	display:block;
	font-weight:bold;
	float:left;
	width:12em;
	margin-left:700px;
}

span.betrag2 {
	display:block;
	text-align:right;
}

/*Bildungswege*/

#infobox2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#infobox2 li {
	float:left;
	margin-right:25px;
	padding:.5em 0 0.4em 0;
}

#infobox2 li img {
	vertical-align:middle;
	margin-right:10px;
}

#infobox2 a {
	text-decoration:none;
	padding:.25em;
}

#infobox2 a:hover,#infobox2 a:focus,#infobox2 a:active {
	background-color:#C9D5FF;
}

#infobox2.poe a:hover,#infobox2.poe a:focus,#infobox2.poe a:active {
	background-color:#FFD9C5;
}

#bildungsweg {
	margin-top:2em;
}

#bildungsweg ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* 
#bildungsweg li {
	float:left;
	background:url(../images/bw-bg.gif) 8em 0 repeat-y;
}
*/

#bildungsweg li.alt {
	float:none;
	position:relative;
}

span.or {
	position:absolute;
	top:6.5em;
	left:5em;
	z-index:10;
	height:1em !important;
	width:4em !important;
	padding:.25em 1em .5em 1em !important;
	font-weight:bold;
	border-style:solid !important;
}

#bildungsweg a,#bildungsweg span {
	display:block;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	width:16em;
	margin:1em 1em 0 0;
	height:6em;
	padding:.5em;
	text-decoration:none;
	color:#000;
	text-align:center;
}

#bildungsweg a:hover {
	background-color:#C9D5FF !important;
}

#bildungsweg.poe a:hover {
	background-color:#FFD9C5 !important;
}

#bildungsweg span {
	border-style:dotted;
	background-color:#fff;
	margin:0 1em 0 0;
}

#bildungsweg em {
	font-style:normal;
	border-top:1px solid #ddd;
	font-size:smaller;
}

/*Divs*/

#aux a {
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-999em;
	width:1px;
}

#aux a:focus,#aux a:active {
	display:block;
	height:auto;
	top:0;
	width:auto;
}

#page {
	width:950px;
	margin:auto;
	overflow:hidden;
	padding-bottom:4em;
}

#header,#headerIt,#headerPoe {
	margin:-65px 0 0 0;
	height:116px;
	width:948px;
	background:url(../images/egos-header.jpg) no-repeat top left;
	/*position:relative;
	z-index:-10;*/
	padding:0;
}

#headerIt {
	background:url(../images/egos-header-it.jpg) no-repeat top left;
}

#headerPoe {
	background:url(../images/egos-header-poe.jpg) no-repeat top left;
}

#header h1,#headerIt h1,#headerPoe h1 {
	font-size:20px;
	margin-left:75px;
	padding-top:43px;
}

#header a,#headerIt a,#headerPoe a {
	display:block;
	width:950px;
	height:77px;
	margin-top:-53px;
	text-decoration:none;
	color:Black;
}

#right  {
	float:right;	
	margin-bottom:5px;
}

#languages p {
	margin:0 0 5px 0;
	text-align:center;
}

#languages a {
	text-decoration:none;
}

#languages img {
	vertical-align:middle;
}

#frmQuickfinder {
}

#frmQuickfinder p {
}

#frmQuickfinder input {
	border:1px solid #ccc;
	vertical-align:middle;
	background-image:url(/images/lupe.gif); 
	background-repeat:no-repeat;
	background-position:right;
}

#frmQuickfinder img {
	margin:0;
	padding:0;
	height:20px;
	border:none;
	vertical-align:bottom;
	background-color:#fff;
	width:38px;
}

#ribbon {
	margin:0 0 3.5em 0;
	padding:0;
	width:950px;
	position:relative;
	z-index:10;
}

#ribbon ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#ribbon li {
	float:left;
	height:38px;
	width:75px;
	margin:0 5px 0 0;
	padding:2px 0 0 0;
}

#ribbon li a {
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-999em;
	margin:0;
	padding:0;
}

#ribbon li#darum a {
	background:url(/library/dict2image.ashx?t=3&v=nav1&c=u&cache=$CurrentCulture$);
}

#ribbon li#darum a:focus,#ribbon li#darum a:hover,#ribbon li#darum a:active,#ribbon li#darum a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav1&c=d&cache=$CurrentCulture$);
}

#ribbon li#vision a {
	background:url(/library/dict2image.ashx?t=3&v=nav2&c=u&cache=$CurrentCulture$);
}

#ribbon li#vision a:focus,#ribbon li#vision a:hover,#ribbon li#vision a:active,#ribbon li#vision a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav2&c=d&cache=$CurrentCulture$);
}

#ribbon li#stimmen a {
	background:url(/library/dict2image.ashx?t=3&v=nav3&c=u&cache=$CurrentCulture$);
}

#ribbon li#stimmen a:focus,#ribbon li#stimmen a:hover,#ribbon li#stimmen a:active,#ribbon li#stimmen a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav3&c=d&cache=$CurrentCulture$);
}

#ribbon li#news a {
	background:url(/library/dict2image.ashx?t=3&v=nav4&c=u&cache=$CurrentCulture$);
}

#ribbon li#news a:focus,#ribbon li#news a:hover,#ribbon li#news a:active,#ribbon li#news a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav4&c=d&cache=$CurrentCulture$);
}

#ribbon li#kontakt a {
	background:url(/library/dict2image.ashx?t=3&v=nav5&c=u&cache=$CurrentCulture$);
}

#ribbon li#kontakt a:focus,#ribbon li#kontakt a:hover,#ribbon li#kontakt a:active,#ribbon li#kontakt a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav5&c=d&cache=$CurrentCulture$);
}

#ribbon li#downloads a {
	background:url(/library/dict2image.ashx?t=3&v=nav6&c=u&cache=$CurrentCulture$);
}

#ribbon li#downloads a:focus,#ribbon li#downloads a:hover,#ribbon li#downloads a:active,#ribbon li#downloads a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav6&c=d&cache=$CurrentCulture$);
}

#ribbon li#team a {
	background:url(/library/dict2image.ashx?t=3&v=nav7&c=u&cache=$CurrentCulture$);
}

#ribbon li#team a:focus,#ribbon li#team a:hover,#ribbon li#team a:active,#ribbon li#team a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav7&c=d&cache=$CurrentCulture$);
}

#ribbon li#ctl00_einkaufswagen a {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=u&cache=$CurrentCulture$);
}

#ribbon li#ctl00_einkaufswagen a:focus,#ribbon li#ctl00_einkaufswagen a:hover,#ribbon li#ctl00_einkaufswagen a:active,#ribbon li#ctl00_einkaufswagen a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=d&cache=$CurrentCulture$);
}

#ribbon li#ctl00_einkaufswagen.shop a {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=ur&cache=$CurrentCulture$);
}

#ribbon li#ctl00_einkaufswagen.shop a:focus,#ribbon li#ctl00_einkaufswagen.shop a:hover,#ribbon li#ctl00_einkaufswagen.shop a:active,#ribbon li#ctl00_einkaufswagen.shop a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=dr&cache=$CurrentCulture$);
}

#ribbon li#einkaufswagen a {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=u&cache=$CurrentCulture$);
}

#ribbon li#einkaufswagen a:focus,#ribbon li#einkaufswagen a:hover,#ribbon li#einkaufswagen a:active,#ribbon li#einkaufswagen a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=u&cache=$CurrentCulture$);
}

#ribbon li#einkaufswagen.shop a {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=ur&cache=$CurrentCulture$);
}

#ribbon li#einkaufswagen.shop a:focus,#ribbon li#einkaufswagen.shop a:hover,#ribbon li#einkaufswagen.shop a:active,#ribbon li#einkaufswagen.shop a.aktuell {
	background:url(/library/dict2image.ashx?t=3&v=nav8&c=dr&cache=$CurrentCulture$);
}

#ribbon ul ul {
	display:none;
}

#ribbon ul ul li {
	padding:5px 0 0 0;
	margin:0;
	height:2em;
	border-bottom:1px solid #ddd;
}

#ribbon ul ul a {
	background-image:none !important;
	background-color:#fff !important;
	text-align:center;
	margin:0;
	padding:0;
	text-indent:0;
}

#ribbon li:hover ul {
	display:block;
}

#newsribbon {
	height:300px;
	width:950px;
	background:url(../images/news-bg.jpg) top left repeat-x;
	padding:10px 0;
	margin-bottom:1em;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

.newsitem {
	height:300px;
	width:100px;
	float:left;
	background:url(../images/newsitem-bg.jpg) top left no-repeat;
	position:relative;
	z-index:20;
	cursor:pointer;
}

.newsitem:hover {
	background:url(../images/newsitem-bg-active.jpg) top left no-repeat;
}

.newsitem p {
	margin:10px 12px;
}

.newscontent {
	position:absolute;
	top:10px;
	width:420px;
	height:300px;
	display:none;
	z-index:100 !important;
}

#detailsIt
{
	overflow:hidden;
}

#detailsPoe
{
	overflow:hidden;
}

.newscontent h2 {
	margin-top:0;
	background-image:none;
}

#news1content {
	left:110px;
	z-index:10;
}

#news2content {
	left:210px;
	z-index:9;
}

#news3content {
	left:310px;
	z-index:8;
}

#news4content {
	left:410px;
	z-index:7;
}

#news5content {
	left:510px;
	z-index:6;
	display:block;
}

.navigation {
	margin-bottom:45px;
	position:relative;
	z-index:50;
}

.navigation.open {
	height:20.5em;
}

.navigation a {
	text-decoration:none;
	color:#000;
}

.navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:#fff;
}

.navigation ul ul {
	display:none;
	padding:10px;
	width:448px;
	margin-top:20px;
	height:25.5em;
}

.navigation.open ul ul,#navigationAlt ulul {
	display:block;
}

.navigation .poe ul ul {
	/*background:url(../images/poe-dienstleistungen-bottom.jpg) bottom left no-repeat;*/
	padding-bottom:13px;
	border:1px solid #FE5C12;
}

.navigation .it ul ul {
	/*background:url(../images/it-dienstleistungen-bottom.jpg) bottom left no-repeat;*/
	padding-bottom:13px;
	border:1px solid #2856FF;
}

.navigation ul ul ul {
	position:relative;
	display:block;
	padding:0 !important;
	margin:0;
	height:auto;
	border:none !important;
	width:250px;
}

.navigation ul ul ul li {
	width:100%;
	display:block;
	position:relative;
}

#navigation.navigation ul ul ul li:hover {
	background-color:#cccccc;
}

#navigation#navigation.navigation ul ul ul li:hover ul {
	display:block !important;
	background-color:#dddddd;
}

.navigation ul ul ul ul {
	display:none !important;
	position:absolute;
	width:190px;
	height:auto;
	left:250px;
	top:0;
	padding:0 5px !important;
}

.navigation h2 {
	text-indent:-999em;
	height:25px;
	width:470px;
	padding:0;
	margin:0;
	position:relative;
	top:0;
	left:0;
	z-index:20;
	cursor:pointer;
}

.navigation h2 a {
	width:100%;
	height:25px;
	display:block;
}

#navigation {
	visibility:hidden;
	z-index:110 !important;
}

#navigationAlt {
	margin-top:-3em;
}

#navigationAlt.navigation h2 {
	cursor:auto;
}

#navigationAlt.navigation ul {
	position:static;
}

#navigationAlt {
	margin-bottom:0;
}

#detailsItAlt,#detailsPoeAlt {
	margin-top:0;
}

.navigation .it,.navigation .poe {
	width:470px;
	position:relative;
}

.navigation .it {
	float:left;
}

.navigation .poe {
	margin-left:480px;
}

.navigation .it h2 {
	background:url(/library/dict2image.ashx?t=1&v=it&d=1&cache=$CurrentCulture$) top left no-repeat;	
}

.navigation .poe h2 {
	background:url(/library/dict2image.ashx?t=1&v=poe&d=1&cache=$CurrentCulture$) top left no-repeat;	
}


#content {
	clear:both;
	margin-top:1em;
	width:100%;
}

#footer {
	clear:both;
	/* border-top:1px solid #000; */
	background:url(../images/footer-1.jpg) top left no-repeat;	
	margin-top:1em;
	background-color:#0c5d45;
	color:White;
}

#footer a 
{
	color:White;
}

#footer p
{
	margin:0;
	padding:0.5em;
}
#url
{
	background-color:#dddddd;
	color:#000000;
	width:17em;
	float:right;
	margin-top:-1.2em;
}

.searchlist 
{
	z-index:151 !important;
	border:1px solid black;
	width:25em !important;
	background-color:White;
	margin-left:0em;
	list-style-type:none;
	cursor:pointer;
}

.searchitem {
	width:25em;
	white-space:nowrap;
	overflow:hidden;
	 }
	 
.searchhover {
	width:25em;
	white-space:nowrap;
	color:White;
	background-color:#0c5d45;
	overflow:hidden;
	}	 
	
.shopstatea
{
	color:white;
	font-size:1.2em;
	padding:4px;
	background-color:#0c5d45;
	margin:0;
}

.shopstatea a
{
	color:White;
}

.shopstatea p, .shopstatep p
{
	margin-bottom:0px;
}

.shopstatep
{
	color:#dddddd;
	font-size:1.2em;
	padding:4px;
	background-color:#eeeeee;
}	

.shopstatem
{
	color:Red;
	font-size:1.2em;
	padding:4px;
}

#url a
{
	color:Black;
	text-decoration:none;
}

#url a:hover
{
	color:Black;
	text-decoration:underline;
}

.shopnavbutton
{
	width:20px;
}

.bigbutton
{
    padding: 4px;
    border-style: none;
    font-weight:bold;
    width: 15em;
    font-size: large;
    color: #FFFFFF;
    background-color: #004000;
    cursor: pointer;
}