@CHARSET "UTF-8";
* {
}

html {
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #797979;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	color: #797979;
}

/* Anpassen der Inputfelder */

li,ul {
}

h1,h2,h3 {
	font-size: 1.2em;
}

/* Wrapper */
#wrapper {
	text-align:left;
}

/* Hauptdiv */
div#main {
}

/*************************************************/

/* Kopf der Seite */
div#header {
	margin-top: 10px;
}

/* IAK Logo */
img#headerImage {
	background-position: 50px 5px;
	background-repeat: no-repeat;
}

/* Links im Header oben Rechts */
div#headerLink ul, div#headerLink li {
	list-style: none;
}

/* Links im Header oben Rechts */
div#headerLink {
	margin-top: 15px;
	margin-right: 30px;
	text-align: left;
}

/* Linie im Header */
hr#headerLine {
	line-height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	height: 5px;
}

/* Username im Header */
div#headerUser {
	margin-top: 15px;
	margin-left: 50px;
}

/*************************************************/

a.thumb {
	background-color: #000000;
	cursor: crosshair;
}

a.thumb:hover {
 	background-color: #FFFFFF;
}

a.thumb span {
}

a.thumb:hover span {
	left: 1px;
	margin-left: 20em;
	margin-top: -30em;
}

/*************************************************/

.success, .error {
	background-position: 10px center;
	background-repeat: no-repeat;
}

.success {
	color: #090;
	background-color: #efe;
	background-image: url("../Images/Icon/successM.png");
	border-color: #090;
}

.success a, .success a:hover {
	color: #333;
}

.error {
	color: #c00;
	background-color: #fee;
	background-image: url("../Images/Icon/errorM.png");
	border-color: #c00;
}

.error a, .error a:hover {
	color: #333;
}

.formFieldError {
	color: #ed7f06;
	font-weight: bold;
}

/*************************************************/

div#menuVisit {
}

/* Links im Menu */
div#menuLink ul, div#menuLink li {
 list-style: none;
 margin-right: 2px;
}

/* Links im Menu */
div#menuLink {
 }

#menuLink a {
	padding: 10px 18px;
	background-image: url('../Images/button.jpg');
}

#menuLink a:hover {
	background-image: url('../Images/button_mouseover.jpg');
}

a#menuAktiv {
	color: #ED7F06;
}

/* Letzter Besuch  */
div#lastVisit {
	font-size: .75em;
	background-image: url('../Images/button.jpg');
}

/* Letzter Besuch  */
div#lastVisitP {
}


/* Großes Foto */
div#mainFoto {
	margin-right: 1px;
}


/*************************************************/

/* Bereich mit Login und Registrirungsbutton */
div#userRegLogin {
	background-color: #EEEEEE;
}

/* Registrierungsbutton */
img#userImgReg {
	margin-left: 34px;
	margin-top: 24px;
}

/* Feld um den Button */
div#userReg {
}

/* Linie zwischen Reg. Button und Login*/
hr#userLine {
	margin: 10px;
	background-color: #FF0000;
	color: #FF0000;
}

/* Partnerlogin Schrift */
.userText {
	color: #145190;
}

/* Passwortschrift */
.userTextPassword {
	font-size: 0.8em;
	color: #145190;
}

/* Userloginbereich */
div#userLogin {
	margin-left: 34px;
}

/* Bild des LoginIcons  */
.userImgLogin{
}

/*************************************************/

/* Infobereich */
div#info {
}

.infoBox1 a , .infoBox2 a , .infoBox3 a {
	color: #ED7F06;
}

/* Info Box */
.infoBox3 {
	width: 31%;
	margin-top: 20px;
}

.infoBox3 ul {
	margin: 10px 10px;
	padding-left: 10px;
}

.infoBox3 li {
	font-size: 1.8em;
	color: #ED7F06;
	list-style: square;
 	line-height: 12px;
	margin-bottom: 5px;
}

.infoBox3 li span {
	color: #797979;
	font-size: 0.6em;
}

.infoBox3 a {
	text-decoration: underline;
}

.infoBox2 {
	margin-top: 20px;
	width: 47%;
}

.infoBox2 ul {
	margin: 10px 10px;
	padding-left: 10px;
}

.infoBox2 li {
	font-size: 1.8em;
	color: #ED7F06;
	list-style: square;
 	line-height: 12px;
	margin-bottom: 5px;
}

.infoBox2 li span {
	color: #797979;
	font-size: 0.6em;
}

.infoBox1 {
	margin-top: 20px;
}

.infoBox1 ul {
	margin: 10px 10px;
	padding-left: 10px;
}

.infoBox1 li {
	font-size: 1.8em;
	color: #ED7F06;
	list-style: square;
 	line-height: 12px;
	margin-bottom: 5px;
}

.infoBox1 li span {
	color: #797979;
	font-size: 0.6em;
}

.infoBoxLine {
	background-color: black;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	height: 325px;
}

.infoBoxText {
	padding-left: 20px;
}
.infoBoxTextMini {
	font-size: 0.75em;
}

/* Code Beispiele */
div.chapter {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2em;
}
.chapter a {
	color: #ED7F06;
	text-decoration: underline;
}


div.methodExample {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	padding: 0.5em;
}

div.codeExample {
	background-color: #e1e1e1;
	border: 1px solid #b2b2b2;
	font-family: 'Courier new';
	padding: 0.5em;
}


fieldset {
	-moz-border-radius: 8px;
	padding: 1em;
	display: block;
}
legend {
	color: #145190;
	font-weight: bold;
	padding: 5px;
}
.red {
	color: #ff0000 !important;
}
.green {
	color: #009900;
}


/* -- -- -- -- -- -- -- Unterstuetzung -- -- -- -- -- -- -- */

.viewAktiv {
	font-weight: bold;
	color: #145190;
}

/* -- -- -- -- -- -- -- Formulare -- -- -- -- -- -- -- */

form input[type=text], form input[type=password], form select, form input[type=file]  {
	border-color: #ED7F06;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	color: #797979;
	padding: 2px;
}

#info form input[type=text], #info form input[type=password], #info form select, #info form input[type=file] {
	width: 500px;
}

form input[type=submit], form input[type=reset], form input[type=button] {
	border-width: 1px;
	border-style: solid;
	background-color: #ED7F06;
 	color: white;
	padding: 2px 5px 2px 5px;
}

#info dl {
	margin-bottom: 1em;
}

#info dl dt {
	font-weight: bold;
	width: 200px;
}

#info dl dd input:hover, #info dl dd input:focus, #info dl dd textarea:hover, #info dl dd select:hover {
	border: 1px solid #145192;
}

#info dl dd ul {
	list-style: none;
	margin: 1em 0 1em 1em;
}

#info dl dd {
	margin-left: 200px;
}


/* -- -- -- -- -- -- -- Upload -- -- -- -- -- -- -- */

.progressWrapper {
	width: 507px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px 5px 5px 150px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}