/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: inherit;
	vertical-align: baseline;
}
caption {
	margin-left:-1px
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Allgemein */
html, body {
	/*background: #fff url(/img/grid.png) repeat;*/
	font: small/1.4 Arial, Helvetica, Verdana, sans-serif;
	color: #303030;
}
.clear {clear: both;}
.print {display: none;}
.right {float: right;}
.left {float: left;}

a, a:link, a:visited {
	color: #23415F;
	text-decoration: underline;
	padding: 2px;
}
a:hover, a:focus, a:active {background-color: #D4E6F7;}
h1 {font-size: 1.8em; font-weight: bold;}
h2, h3, h4 {font-size: 1.2em; font-weight: bold; margin: 0 0 .5em;}

dl {margin-bottom: 10px;}
dl dt {
	clear:left; float:left;
	font-weight: bold;
}
#subnav dt {width:100px; text-align:right; padding-top:4px;}
#subnav dd {margin-left:110px; padding-top:4px;}

/* Layout */
#header, #topnav, #main, #subnav, #content, #subnav {margin-bottom: 10px;}
#wrapper {
	width: 990px;
	padding: 0 10px;
	margin: 0;
}
#header {
	height: 100px;
	background: #23415F url(/img/navi_bg.gif) no-repeat left bottom;
	color: white;
}
#header h1 a {
	float: left;
	padding: 25px 0 0 200px;
	line-height: 35px;
	margin-left: 10px;
	/*background: transparent url(/img/navi_logo.png) no-repeat left bottom;
	*/
	text-indent:-9999px;
}

#header h1 a:hover {
    background: none;
}
#header .right {
	padding-left:200px;
	margin: 10px 10px;
	text-align: right;
	font-size: 0.9em;
	
	/*background: transparent url(/img/iandc.png) no-repeat 0 22px;	*/
}
#header .right a {color: #333;}
#header .right a:hover {background-color: transparent;}
#header .user {
	padding-left:20px;
	padding-bottom:5px;
	display: block;
	margin-top: 68px;
	margin-right: -90px !important;
	background: transparent url(/img/user.gif) no-repeat 0 top;
}
#content {
	clear: left;
	background: transparent url(/img/content_bg.gif) no-repeat 0 0;
}
#subnav {
	float: left;
	width: 240px;
	display: inline;
	background-color: #F3F3F1;
	margin-top: 20px;
	margin-right: 10px;
	min-height: 500px;
}
#status {
	/*border-top: 10px solid #fff;*/
	border-bottom: 10px solid #fff;
	background: transparent url(/img/wheel.gif) no-repeat -100px 10px;
	background-color: #F0EBDB;
	padding: 10px;
}
#main {
	float: left;
	width: 700px;
	display: inline;
	padding: 20px;
	min-height: 480px;
	margin-top: 10px;
	background: #D9E2E2 url(/img/main_bg.gif) no-repeat 0px -20px;

}
* html #main {width: 700px !important; display: inline; padding-left: 17px; padding-right: 17px;}
#footer {
	padding: 10px;

	border-top: 1px solid #C9C9C9;
	position: relative;
	top: 1px;

	background: #FFF url(/img/php5-power-micro.png) no-repeat right;
	color: #ababab;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
	text-align: center;
	}

/* Topnav */
#topnav ul {
	padding: 0;
	margin: 0;
	background-color: #4881BA;
	color: #000;
	float: left;
	font-weight: bold;
	width: 100%;
	/*border-bottom: 1px solid #4242C8;*/
}

#topnav ul li { display: inline; float: left; }

#topnav ul li a {
	display: block;
	padding: 5px 10px;
	background: #90B3D6 url(/img/verlauf.gif) repeat-x 0% 50%;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #8D8D8D;
}
#topnav ul li a:hover {
	background: #D4E6F7 url(/img/verlauf.gif) repeat-x 0% 60%;
	color: #000;
	border-bottom: 1px solid #94AFCC;
}

#topnav ul li.active a {
	background: #D4E6F7 url(/img/verlauf.gif) repeat-x 0% 100%;
	color: #000;
	border-bottom: 1px solid #94AFCC;
}
#topnav ul li.help {float: right;}
#topnav ul li.help a {
	background: #DEDCB3 url(/img/help.png) no-repeat 10% 50%;
	padding-left: 25px;
	color: #000;
	border-right: 0px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #C9C9C9;
}

/* Subnav */
#subnavlist {
	padding-left: 0;
	margin-left: 0;
/*	font-weight: bold;*/
	display: block;
	border-bottom: 10px solid white;
	border-top: 1px solid #C9C9C9;
}

#subnavlist li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #C9C9C9;
	padding: 4px 10px;
}

#subnavlist li a {
	color: #000;
	text-decoration: none;
}

#subnavlist li a:hover {
	background: transparent;
	font-weight: bold;
}
#subnavlist li.active a {
	font-weight: bold;
}
/*
#subnavlist li a:hover {
    font-weight: bold;
    background: #E9F2FB;
}

#subnavlist li.active  {
    border-bottom: 1px solid #94AFCC;
}
#subnavlist li.active a {
    font-weight: bold;
    background: #D4E6F7;
}
*/
/* Tabs */
.tabs {
	margin: 0 0 20px 0;
	line-height:17px; /* Safari */
}
.tabs .tabmain {
	border: 1px solid #A5C0DD;
	border-right-color: #6697CC;
	border-bottom-color: #6697CC;
	text-align: center;
	padding: 10px;

	margin: 0 0 10px 0;
	background-color: #fafafa;
	line-height:17px; /* Safari */
}
#tabnav {
	width: 100%;
	margin: 0;
/*	height: 20px; */
	height: 100%;
	list-style: none;
	border-bottom/**/: 5px solid #D9E2E2;
	overflow/**/: hidden;
	font-size: 0.9em;
	margin:0px;
	padding:0px;
	background-color: #fafafa;
}
* html #tabnav {
	borde\r: 2px;
}
html>body #tabnav {
	overflow: visible;
}
#tabnav li {
	list-style: none;
	float: left;
	width: auto;
	padding-left: 5px;
	border-bottom: 1px solid #D9E2E2;
	background: transparent url(/img/tabs.gif) no-repeat 0 0;
	margin:0px;
}
#tabnav li a {
	text-decoration: none;
	display: block;
	text-align: center;
	background: transparent url(/img/tabs.gif) no-repeat 100% 0;
	padding: 4px 10px 4px 5px;
}
#tabnav li.active {background: transparent url(/img/tabs.gif) no-repeat left -50px;border-bottom: 1px solid #fafafa;}
/*#tabnav li.active {height: 2em; background: transparent url(/img/tabs.gif) no-repeat left -50px; border-bottom: 0px;}*/
#tabnav li.active a {background: transparent url(/img/tabs.gif) no-repeat 100% -50px;}
* html #tabnav li.active {
	position: relative;
	top: -2px;
	z-index: 100;
}


/* Datendarstellung */
#main .left {margin-bottom: 10px;}
#main .narrow {width: 220px; margin-right: 10px; }
#main .half {width: 345px; }
#main .half ~ .half {margin-left: 10px;}
* html .half {margin-right: 5px !important;}
#main .wide {width: 470px;}
.info h4 {
	display: block;
	background: #A5C0DD url(/img/verlauf.gif) repeat-x 0% 70%;
	border-right: 1px solid #6697CC;
	border-left: 1px solid #A5C0DD;
	color: #000;
	padding: 5px 10px;
	font-size: 1em;
	margin: 0;
}
.info dl{
	border: 1px solid #A5C0DD;
	background: transparent url(/img/wheel2.gif) no-repeat 100% 100%;
	background-color: #fafafa;
	padding: 0 0 0 0;
	border-right-color: #6697CC;
	border-bottom-color: #6697CC;
}
.info dt {width:80px; padding:5px 0 5px 10px;}
.info dd {margin-left:110px; padding:5px 0 5px 10px;}
.info .config dl {padding: 0;}
.info .config dt {width:35px; height: 1.4em; padding-left: 6px;border-bottom: 1px solid #c9c9c9; text-align: center;}
.info .config dd {margin-left:35px; height: 1.4em; border-bottom: 1px solid #c9c9c9;}

.login {
	clear: both;
	width: 50%;
	margin: 10px auto;
}
.login .form-container label {width: 120px; font-weight: bold;}
.login .form-container .buttonrow { margin-left: 140px; }
.login .form-container .controlset label { margin-left: 140px; font-weight: normal;}


/* Formulare */
div.form-container { clear: left; margin: 0 0 20px 0;}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: 1px solid #75808A;}
div.form-container form legend { font-weight: bold;  color: #4D6680; padding: 0 5px;}
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label,
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 210px; display: block; float: left; text-align: right; position: relative; }
div.form-container label. { font-weight: bold;}
div.form-container dt label {font-weight: normal;}

div.form-container label.error,
div.form-container span.error { color: #C00; }
div.form-container label em,
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }

div.form-container input {margin-bottom: 0.2em;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus,
div.form-container input[type='checkbox'],
div.form-container input[type='radio'] {margin-left:0px;}

div.form-container input[type='text'],
div.form-container input[type='password'] {
	padding-left: 2px;
	padding-right: 2px;
}

div.form-container textarea:focus {	background-color: #FFC; /*border-color: #FC6;*/ }
div.form-container div.controlset label,
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 230px; }
div.form-container div.buttonrow { margin-left: 240px; }

.form-container input.txt,
.form-container textarea {
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/img/fieldbg.gif) repeat-x top;
}

/* Tabellen */
table {
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 10px;
	border:solid 1px #A5C0DD;
	border-right-color: #6697CC;
	border-bottom-color: #6697CC;
}
#main table {width: 100%;}
.left table {margin-bottom: 0;}

td, th {
	padding: 5px 10px;
	border-bottom:solid 1px #c9c9c9;
	vertical-align:bottom;
	background: #fafafa;
}
td img {
	margin: -3px 0;
}


table caption{
	background: #A5C0DD url(/img/verlauf.gif) repeat-x 0% 70%;
	border-right: 1px solid #6697CC;
	border-left: 1px solid #A5C0DD;
	color: #000;
	font-size: 1em;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

thead th {
	background: #eee;
	border-bottom:solid 1px #90B3D6;
	border-top:solid 1px #90B3D6;
	text-align:left;
	font-weight: bold;
}

tfoot td, tfoot th{
	background: #eee;
	border-bottom:solid 1px #90B3D6;
	border-top:solid 1px #c9c9c9;
}

tr.odd td, tr.odd th {
	background:#edf3fe;
}

/* links */

td a, td a:visited {
	padding-top:6px;
	padding-bottom:6px;
	margin-top:-6px;
	margin-bottom:-6px;
}

tbody th {font-weight: bold;}

/* System-Meldungen, im Form gibt es .errors */
.alert {
	background: #FFFFCC url(/img/alert.png) center no-repeat;
	border: 1px solid #ffd324;
}
.alert  p em { color: #C00; font-style: normal; font-weight: bold; }

.success {
	background: #EAEFD1 url(/img/accept.png) center no-repeat;
	border: 1px solid #B3CE5A;
}
.tip {
	background: #f8fafc url(/img/tip.png) center no-repeat;
	border: 1px solid #A5C0DD;
	line-height: 1.4em;
}
.alert, .success, .tip {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 10px 0 10px 0;
}

/* Dateiendungen */
a[href$='.pdf'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_pdf.gif) no-repeat center left;
}

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_doc.gif) no-repeat center left;
}

a[href$='.txt'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_txt.gif) no-repeat center left;
}

a[href$='.xls'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_xls.gif) no-repeat center left;
}
a[href$='.zip'], a[href$='.gz'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_archive.gif) no-repeat center left;
}

/*a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] {
	padding: 5px 5px 5px 20px;
	background: transparent url(/img/icons/icon_pic.gif) no-repeat center left;
}*/

a.info,a.edit,a.new,a.delete,a.clone,a.activate {padding: 5px 2px 5px 20px;text-indent:-9999px;}

a.info		{background: transparent url(/img/tip.png)	no-repeat center left;	}
a.edit		{background: transparent url(/img/page_edit.gif)	no-repeat center left;	}
a.new		{background: transparent url(/img/page_new.gif)		no-repeat center left;	}
a.delete	{background: transparent url(/img/page_delete.gif)	no-repeat center left;	}
a.clone		{background: transparent url(/img/page_refresh.gif)	no-repeat center left;	}
a.activate	{background: transparent url(/img/page_dynamic.gif)	no-repeat center left;	}

/* BUTTONS */
.buttons {
	position: relative;
	left: -10px;
	margin-bottom: 20px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ABABAB;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 10px 3px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:3px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:3px 10px 3px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:3px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*Equal height columns*/
#content {overflow: hidden; /* This hides the excess padding in non-IE browsers */}
#content {
    clear: left;
    background: #fff url(/img/content_bg.gif) no-repeat 0px 10px;
}
* html #content {height: 100%; margin-top: -10px;}

#subnav {
    float: left;
    width: 240px;
    display: inline;
    background-color: #F3F3F1;
    margin-top: 30px;
    margin-right: 10px;
    min-height: 480px;
}

/* Start Mac IE5 filter \*/
#subnav, #main
	{
	padding-bottom: 32767px;
	margin-bottom: -32760px;
	}
/* End Mac IE5 filter */
@media all and (min-width: 0px) {
#subnav, *#main
	{
	padding-bottom: 0;
	margin-bottom: 0;
	}
#subnav:after, #main:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	background-image: none;
	padding-top: 32767px;
	margin-bottom: -32760px;
	height: 0;
	}
}
hr {
 	height:1px;
	border:0px;
	width:100%;
	background-color:silver;
	color:transparent;
	alignement:center;
	margin: 10px 0;
}
