
body
{
	font-family: verdana,arial,sans-serif;
	font-size:13px;
	background: #f6f6f6 none repeat scroll 0 0;
	margin:0;
	padding:0;
	height: 100%;
	width:100%;
	color:#333;
}
body.files
{
    background: transparent;
}
img.bg-body 
{
	position:fixed;
	width:100%;
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	top:0;
	bottom:0;
	z-index: -1;
}

.pull-right 
{
	float: right !important;
}

.space-low
{
	color: #f76666 !important;
    font-weight: bold;
}

/* Typografie --------------------------------------------------------*/
h1, h2, h3, h5, span.h-blau, a, .typo-logozusatz, .TooltipDiv > p {
	color: #003975;
}
h1 {
	font-size: 24px; 
	line-height:1.3em;
	margin-top: 15px; 
	margin-bottom: 10px; 
	font-weight: normal;
	color: #003975;
}
h2 {
	font-size: 17px; 
	line-height:1.3em;
	margin: 15px 0px 5px 0px; 
	font-weight: normal;
}

h3{
	font-size: 13px; 
	line-height:1.3em;
	margin: 15px 0px 10px 0px; 
	font-weight: bold;
}
h3.table-headline {
	margin: 20px 0 3px 4px; 
}

h4 {
	line-height:1.3em;
	font-size:17px;
	font-weight:normal;
	color:#9B1637;
	margin: 15px 0px 5px 0px;
}

h5 {
	font-size: 11px; 
	line-height:1.3em;
	font-weight:bold;
	margin: 15px 0px 15px 0px;
}

p {
	margin:0px 0px 7px 0px;
}

div, p {
	line-height:16px;
	}
textarea {
	font-family: verdana,arial,sans-serif;
}
img{ 
   margin: 0px;
   border: 0px;
}

a,
.link
{ 
	text-decoration:none;
	cursor: pointer;
	color:#003975;
}
a:hover, 
.link:hover { 
	text-decoration:underline;
}
.ext_link
{
	padding-right: 15px;
	background-image: url(../../images/link.png);
	background-repeat:no-repeat;
	background-position: right center;
	text-decoration:none;
}
input[type=submit]:hover, 
input[type=button]:hover, 
input[type=reset]:hover, 
button:hover, 
input.button:hover, 
input[type=image]:hover
{
	box-shadow:0px 0px 0px transparent;
}
.ButtonType,
#browserwarning_div input[type=button]
{
	cursor: pointer;
    text-align: center;
	padding:2px 5px;
	font-size:13px;
	line-height:16px;    
	background: url(../../images/verlauf-input-button.png) top center repeat-x #629ac8;
	border:solid 1px #629ac8;
	color:#003975;
	border-radius: 3px;
	box-shadow:0px 0px 2px #AEAEAE;  
}

textarea:focus, 
input[type=text]:focus, 
input[type=password]:focus
{
	background-color:#ffffff;
	box-shadow:0px 0px 5px #79AEE3;
}
.TextType 
{
	background-color:#F1F7F8;
	border:solid 2px #fff;
	border-radius: 3px;
	box-shadow:0px 0px 2px #AEAEAE;
	padding: 2px 5px;
	color:#222;
	font-size:13px;
	line-height:16px;
	width: 200px;
}
#divFormDownload .FieldGroupOneActive_DisabledField 
{
	background-color:#d6d6d6 ;
}
.FieldGroupOneActive_EnabledField
{
	background-color:;
}
pre 
{
	width: 800px;
	overflow:auto;
	background-color:#fff;
	font-family:Lucida Console;
	padding:15px 15px 25px 15px ;
	margin:0px;
	border:solid 1px #E8E8E8;  
	border-radius: 3px;
	color:#727272;
}
/* /Typografie Ende --------------------------------------------------*/
#header
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:auto;
	background:#fff;
	padding:0px 20px;
	height:72px;
}
#header .wrapper {
	max-width:1000px;
	margin:0 auto;
	}
.logo
{
	float:left;
	margin-top:15px;
}
.typo-logozusatz
{
	float:left;
	margin-top:21px;
	margin-left: 8%;
	font-size:20px;
	font-weight:bold;
}
.willkommen
{
	float:right;
	margin-top:17px;
	text-align:right;
	line-height:19px;
}
.user-name {
	font-weight:bold;
	}
#wrapper
{
	margin:20px auto;
	padding:0 20px;
	max-width:1000px;
}
#menu {
	position:relative;
	margin-top: 72px;
	height:40px;
	display:block;
	background-color:#002851;
	box-shadow:0 3px 5px #a1a1a1;
	}

#menu ul
{
	padding:0;
	list-style:none;
	margin:0 auto 0px auto ;
	max-width:1000px;
	display:block;
	z-index: 9999;
}
#menu ul li  {
	float:left;
	position:relative;

	}
#menu ul li a
{
	display:block;
	color:#fff;
	font-size:12px;
	line-height:16px;
	padding:12px 15px;
	border-left: 1px solid #062C4A;
    border-right: 1px solid #06335B;
	text-decoration:none;
	cursor:pointer;
}
#menu ul li a:hover
{
	background-color:#003b6d;
}
#menu ul li:hover ul
{
	 display:block; 
}
#menu ul li ul 
{
	display:none; 
	position:absolute;
	min-width:175px;
	min-height:10px;
	margin:-1px 0 0 0 ;
	padding:0;
	background-color:#003b6d;
    border: 1px solid #06335B;
}
#menu ul li ul li
{
	position:relative;
	display:block;
	float:none;
}
#menu ul li ul li a
{
	min-width:170px;
	color:#fff;
	font-size:12px;
	display:block;
	padding:7px 15px 7px 15px ;
	margin: 0px ;
	text-decoration:none;
	cursor:pointer;
	border-left: 0px none transparent;
    border-right: 0px none transparent;
}
#menu ul li ul li:hover a
{
	background-color:#e0ecf4;
}
#menu ul li ul li a:hover
{
	color:#00254D;
}
#content
{
	position:relative;
	min-height:475px;
	padding:5px 15px 15px 15px ;
	margin:0px 0px 0px 0px ;
	box-shadow:0px 0px 3px #a1a1a1;
	background-color: #fff;
}
.copyright
{
	position:relative;
	float:left;
	margin:5px 10px 5px 0px ;
	padding:1px 10px 1px 0 ;
	font-size:11px;
	border-right:1px solid #7DAAC6;
}
#footer-menu ul {
	list-style:none;
	font-size:11px;
	margin:0;
	padding:0;
	}
#footer-menu ul li {
	float:left;
	margin:0px ;
	padding:6px 10px 6px 0 ;
	}
/* Eingeloggt --------------------------------------------------------*/
.abmeldenbutton {
	background: url("../../images/verlauf-input-button.png") repeat-x scroll center top #629AC8;
    border: 1px solid #629AC8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #AEAEAE;
    color: #003975;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    padding: 1px 5px;
    margin-left:15px;
    text-align: center;
	}
.abmeldenbutton:hover {
	text-decoration:none;
	box-shadow:0 0 0 transparent;
	}
/* Tabelle -----------------------------------------------------------*/
.dns-content h3 {
    margin: 20px 0 3px 4px;
}
.ctable
{
	width:100%;
	/* border-collapse:collapse; */
	box-shadow:0px 0px 3px #a1a1a1;
	border-radius: 3px;
}
.ctable tr.ctablehead td,
.ctable tr.ctablehead th
{
	background-color:#00325F;
	background-image:-moz-linear-gradient(top, #00315b 0%, #002048 100%);
	background-image:-webkit-linear-gradient(top, #00315b 0%,#002048 100%);
	color:#fff;
	font-weight:bold;
	padding:3px 5px 7px 5px;
	}
	
.ctable tr td,
.ctable tr th
{
	background-color: #E6F3F9;
	vertical-align:top;
}
.ctable tr:nth-child(even) td,.ctable tr:nth-child(even) th
{
	background-color: #F2F9FD; 
}
.ctable tr:last-child td, .ctable tr:last-child th
{
	border-bottom:none 0px;
}
.ctable tr td, .ctable tr.ctablehead td, .ctable tr.ctablehead th
{
	padding:3px 5px 3px 5px;
	border-bottom:3px solid transparent;
	text-align:left;
}
.ctable tr td:first-child, .ctable tr.ctablehead td:first-child, .ctable tr.ctablehead th:first-child
{
	text-align:left;
}
.ctable tr.ctablehead th:first-child
{
	border-radius: 3px 0px 0px 0px;
}
.ctable tr.ctablehead th:last-child 
{
	border-radius: 0px 3px 0px 0px;
}
.ctable tr:last-child td:last-child
{
	border-radius: 0px 0px 3px 0px;
}
.ctable tr:last-child td:first-child
{
	border-radius: 0px 0px 0px 3px;
}
.ctable .datum
{
	width:75px;
}
.ctable .von-bis, .ctable .ab
{
	width:100px;
}
.ctable .system
{
	width:120px;
}
.storung .status
{
	width:55px;
}
.ctablerowcol2 table tr:nth-child(2n) td
{
	background-color: transparent;
}
/* /Tabelle ----------------------------------------------------------*/
.imgIcon {
	cursor: pointer;
	display:block;
	margin-right:3px;
	float:left;
	width:18px;
	height:18px;
	font-size:13px;
	line-height:18px;
	color:transparent;
	border-radius: 3px;
	box-shadow:0px 0px 2px #AEAEAE;
	vertical-align:middle;
}
.imgIcon:hover
{
	box-shadow: 0 0 0px #AEAEAE;
}
.detail {   
	background: url(../../images/detail-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.detail-grau {   
	background: url(../../images/detail-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}
.edit {
	background: url(../../images/bearbeiten-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.edit-grau {
	background: url(../../images/bearbeiten-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}
.delete {
	background: url(../../images/loeschen-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.delete-grau {
	background: url(../../images/loeschen-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}
.liste {
	background: url(../../images/liste-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.liste-grau {
	background: url(../../images/liste-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}
.benutzer {
	background: url(../../images/benutzer-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.benutzer-grau {
	background: url(../../images/benutzer-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}
.download {
	background: url(../../images/download-blau.gif) center center no-repeat #629ac8;
	border: 1px solid #629AC8;
}
.download-grau {
	background: url(../../images/download-grau.gif) center center no-repeat #629ac8;
	border: 1px solid #999;
}


/*Alt, wird evtl. nicht mehr verwendet*/
.imgButton
{
	border: 1px solid #629AC8;
	border-radius:3px;
	box-shadow: 0 0 2px #AEAEAE;
	width:18px;
	height:18px;
}
.imgButton:hover
{
	box-shadow: 0 0 0px #AEAEAE;
}
/*-*/

.description
{
	font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 15px 0;
    color:#003975;
}
.pagebar
{
	margin:6px 0px 6px 4px ;
}
.bar
{
	padding:0;
	margin:0;
	display:inline;
}
.baritem
{
	font-size: 12px;
	display: inline;
	padding-left: 2px;
}
.ctableheadcol
{}

.ctablerowcol
{
	height:28px;
	padding-left: 2px;
	vertical-align: top;
	overflow: hidden;
}

.ctablerow2 {}

.ctablerowcol2
{
	height: 28px;
	padding-left: 2px;
	vertical-align: top;
	overflow: hidden;
}

.formtable
{
	width: 98%;  
}
.formtable h1
{
	margin-top:0px;
}

.ctable_uploader
{
	width: 100%;
}

.formtabledescriptioncol
{
	width: 220px; 
	vertical-align:top;
	padding: 0;
	border-top:7px solid transparent;
}

.formtablevaluecol
{
	vertical-align:top;
	padding: 0;
	/* width: 565px; */
	border-top:7px solid transparent;
}

.formtablesecond {} /*unnoetig*/

.filetable
{
	width: 300px;               
}

.filetablecol {}

.errordescription
{
	background-color: #FFFBDF;
    border: 1px solid #FFD78A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #AEAEAE;
    color: #535353;
    font-size: 12px;
    margin: 5px 0;
    max-width: 463px;
    padding: 3px 10px 3px 7px;
}
/* Rote Felermeldung
.errordescription
{
	background-color: #FFF2F2;
    border: 1px solid #FF8686;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #AEAEAE;
    color: #535353;
    font-size: 12px;
    margin: 5px 0;
    max-width: 463px;
    padding: 3px 10px 3px 7px;
}*/

#browserwarning
{
	background-color: #FFFFFF;
	border: 1px solid #CEDDE6;
	box-shadow:0 0 3px #a1a1a1;
	width:450px;
	position: absolute;
	top:113px;
	left:50%;
	margin-left:-225px;
}

#browserwarning_div
{
	margin-left:8px;
	margin-top:3px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:12px;
}
#browserwarning_div h1
{
	margin:0px;
}

.iconAdd {
	background: url("../../images/add.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    height: 16px;
    width: 16px;
    line-height: 16px;
    padding: 0px;
    text-align: center;
}
/*Liste bereits verwendeter E-Mailadressen*/
.FieldUserEmailHistoryHeadline {
	margin-top:0px;
}
.FieldUserEmailHistoryTable {
	width:100%;
	table-layout: fixed;
	border-collapse:collapse;
	margin-bottom:10px;
}
.FieldUserEmailHistoryTable td:hover{
	background-color:#fff;
}
.FieldUserEmailHistoryTable .link:hover{
	text-decoration:none;
}
.FieldUserEmailHistoryTable td {
	width:100%;
	word-wrap:break-word;
	text-align:justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding: 5px 7px !important;
}
.FieldUserEmailHistoryDIV
{
	position: fixed;
	background-color: #E6ECEE;
    border: 5px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px #A1A1A1;
    padding: 15px;
	width:580px;
	top:50px;
	left:50%;
	margin-left:-290px; 
	z-index:999;                  
}
/*-*/
.FieldDateitypen_DivOut
{
	background-color: #E6ECEE;
    border: 5px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px #A1A1A1;
    padding: 15px;
	width:292px;
	position: absolute;
	top:50px;
	left:50%;
	margin-left:-110px; 
	z-index:999;                  
}
.FieldDateitypen_DivOut h1
{
	margin:0px;                   
}

.FieldDateitypen_DivOut > div
{
	width:100%;
}
.FieldDateitypen_Gruppe
{
	margin-bottom:4px;
}

.FieldDateitypen_Gruppe > p
{
	font-weight:bold;
	padding:10px 0px 5px 0px;
	margin:0;
	color:#003975;
	clear:both;
}

.FieldDateitypen_Typen .FieldDateitypen_TypRow
{
	margin-bottom:3px;
	float:left;
	width:73px;
}

.FieldDateitypen_TypRow > input[type="checkbox"]
{
	margin-right:4px;
	vertical-align:top;
}
.FieldDateitypen_ButtonDiv > input[type="button"]
{
	width:105px;
}
.FieldDateitypen_ButtonDiv > input[type="button"]:first-child
{
	margin-right:10px;
}
.FieldDateitypen_ButtonDiv
{
	margin: 15px 0px 0px 0px;
	clear:both;
}
.FieldDateitypen_add .FieldDateitypen_TypRow
{
	margin:7px 0px 0px 0px ;
}
.FieldUploadBenachrichtigung_DivOut,
.FieldDownloadBenachrichtigung_DivOut
{
	background: url("../../images/bg-content.png") repeat-x scroll center top #F2F5F6;
	border: 5px solid #ffffff;
	box-shadow:0 0 7px #A1A1A1;
	width:220px;
	position: absolute;
	top:220px;
	left:50%;
	margin-left:-110px;                   
}

.FieldUploadBenachrichtigung_DivOut > div,
.FieldDownloadBenachrichtigung_DivOut > div
{
	 width:100%;
	 margin-left:2px;
	 margin-right:8px;                   
	 margin-top:2px;
	 margin-bottom:4px;
}

.FieldUploadBenachrichtigung_DivOut input[type=button],
.FieldDownloadBenachrichtigung_DivOut input[type=button]
{
	background: url("../../images/verlauf-input-button.png") repeat-x scroll center top #629AC8;
    border: 1px solid #629AC8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #AEAEAE;
    color: #003975;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 5px;
    text-align: center;
}

.FieldGroupOneActive_Radio
{
	position:absolute;
	margin-left:-25px;
	margin-top: 7px;
}

.FieldGroupOneActive_Div
{
	width: 50px;
}
.download-nofile
{
	padding:3px 5px 5px 5px ;
	margin:3px 3px;
	background-color:#E6F3F9;
	font-style:italic;
    color:#535353;
    border-radius: 3px 3px 3px 3px;
	box-shadow:0px 0px 3px #aeaeae;
	max-width:896px;
}
.button-info
{
	background: url("../../images/fragezeichen.png") no-repeat scroll center center transparent;
	border:solid 1 px #555;
    box-shadow: 0 0 3px #A1A1A1;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
	width:18px;
	height:18px;
	margin-left:5px;
	border-radius:3px;
}
.button-info:hover
{
	box-shadow:0px 0px 5px #79AEE3;
}
.TooltipDiv
{
	width: 200px;
	padding:5px;
	position:absolute;
	background-color: #f6f6f6;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 3px #A1A1A1;
}
.TooltipDiv > p {
	margin: 0px 0px 10px 0px; 
	font-weight: bold;
}

.floating
{
	float:left;
}

/*Liste bereits verwendeter E-Mailadressen*/
.FieldSMTPTestHeadline {
	margin-top:0px;
}

.FieldSMTPTestDIV
{
	background-color: #E6ECEE;
	border: 5px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px #A1A1A1;
	padding: 15px;
	width:580px;
	position: fixed;
	top:150px;
	left:50%;
	margin-left:-290px; 
	z-index:999;                  
}

/*Liste bereits verwendeter E-Mailadressen*/
.FieldFTPTestHeadline {
	margin-top:0px;
}

.FieldFTPTestDIV
{
	background-color: #E6ECEE;
	border: 5px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px #A1A1A1;
	padding: 15px;
	width:580px;
	position: fixed;
	top:150px;
	left:50%;
	margin-left:-290px; 
	z-index:999;                  
}

/* ZIP Download Button */
.table-caption
{
	float: right;
	margin-bottom: 5px;
}

.table-caption p 
{
	float: left;
	margin-right: 10px;
}
