* {
	font-family:Arial, Verdana;
	font-size: 12px;
	color: #2a3740;
}
body {
	background: #1d282c url(../images/page_bg_gradient.jpg) repeat-x scroll left top !important;
	min-height: 850px !important;
}

* html body {
	background: #1d282c url(../images/page_bg_gradient.jpg) repeat-x scroll left top !important;
	height: 850px !important;
}

.flash-content {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	width: 1280px;
	min-height: 850px !important;
	overflow: visible;
	background: #1d282c url(../images/bg_flash_content.jpg) no-repeat scroll 0 top !important;
}

* html .flash-content {
	height: 850px !important;
}

.no_javascript_content {
	background: transparent url(../images/bg_no_javascript.png) no-repeat scroll left top;
	position: relative;
	top: 100px;
	left: 200px;
	width: 701px;
	height: 496px;
}

* html .no_javascript_content {
	background-image: url(../images/bg_no_javascript.gif);
}

.no_javascript_text {
	position: relative;
	top: 240px;
	left: 80px;
	width: 340px;
}

a {
	color:#005193;
}
a:hover {
	color:#3AC2F6;
}flashcontent

h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial;
	letter-spacing:120%;
	padding-top:5px;
	padding-bottom:5px;
}

textarea, input[type=text],input[type=submit],input[type=password] {
	border:1px solid #ddd;
	display:block;
	line-height:20px;
	font-size:11px;
	letter-spacing:150%;
	padding:2px 0px 0px 2px;
	background-color:#abcabc;
}

textarea {
width:400px;
height:200px;
}

input[type=submit] {
	min-width:100px;
}

input:hover,textarea:hover,input:focus,textarea:focus {
	background-color:#eee;
}

input.error,textarea.error {
	background-color:#ffadad;
}

div.Netz98_Form_Item {
	display:block;
	vertical-align: top;
}

span.label {
	display:block;
	min-width:120px;
}

pre {
	font-size:12px;
	font-family:Arial;
	letter-spacing:150%;
}

/**
 * Standard Pager
 */
.standard_pager {
	border: 1px solid #ddd;
	padding: 10px;
}

.standard_pager .pager_header {
	padding: 10px 0px;
}

.standard_pager table {
	width: 100%;
}

.standard_pager table th {
	padding: 2px;
	line-height: 16px;
	border: 1px solid black;
	border-bottom: 2px solid black;
	background-color: #3e3d3e;
	color: white;
	font-weight: bold;
	text-align: center;
}

.standard_pager table th a {
	color: white;
}

.standard_pager table td {
	padding: 2px;
	line-height: 20px;
	border: 1px solid #aaa;
	text-align: center;
}

.standard_pager tr.row-odd {
	background-color: #efefef;
}

.standard_pager tr.row-no-entries {
	height: 100px;
	font-weight: bold;
	font-style: italic;
}

.standard_pager tr.row-even {
	background-color: #fefefe;
}

.standard_pager td.col1 {
	font-weight: bold;
}

/**
 * Standard Dialog
 */
.standard_dialog table {
	width: 500px;
	border: 1px solid #aaa;
}

.standard_dialog td {
	padding: 4px;	
}

.standard_dialog p {
	font-size: 14px;
	line-height: 20px;
	width: 500px;
}

.standard_dialog form input {
	width: 100px;
}

.standard_dialog #button_yes {
	float: left;
	cursor: pointer;
}

.standard_dialog #button_cancel {
	float: right;
	cursor: pointer;
}

#flashMessenger {
 	    width: 100%;
 	    text-align: center;
 	}
 	
#flashMessenger span.message {
    border: 1px solid #eee;
    display: block;
    font-weight: bold;
    margin: 4px 0px;
    width: 400px;
    padding: 4px;
    padding-left: 25px;
    line-height: 25px;
    background-position: 4px center;
    background-repeat:no-repeat;
}

#flashMessenger span.successfull {
    color: green;
    border: 1px solid green;
    background: url('../images/icons/check.png') #eff5eb no-repeat;
}

#flashMessenger span.failure {
    color: darkred;
    border: 1px solid darkred;
    background: url('../images/icons/warning.png') #FCB4B9 no-repeat;
    background-position: 4px center;
}

#flashMessenger span.information {
    color: darkblue;
    border: 1px solid darkblue;
    background: url('../images/icons/information.png') #bff5fb no-repeat;
}

#header img {
	position:relative;
	top:-20px;
	
}


h2 {
	font-size: 16px;
	color: #2a3740;
	margin-bottom: 15px;
}

p {
	color: #2a3740;
	margin-bottom: 10px;
}

