.taskFotoBigFoto {
	float: left;
	height: 350px;
	width: 570px;
	margin: 0 auto 0;
	text-align: center;
}

.taskFotoThumbnail {
	float: right;
	bottom: 5px;
	width: 240px;
	height: 350px;
	padding: 5px 5px 5px 5px;
	margin: 0 auto 0;
	overflow-y: scroll;
	border-left: 1px solid white;
}

/*Globaldefinierungen Anfang*/
img {
	border: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

h1 {
	padding: 0 0 2px 0;
}

/*Allgemeine Seiten�berschrift*/
h2 {
	color: #0B4163;
	margin: 5px 0px 0px 3px;
	border-bottom: solid 1px #000;
	font-size: 18px;
	font-weight: bold;
}

body {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	font-size: 12px;
	line-height: normal;
}

input[type=submit],input[type=button],input[type=reset],button {
	margin: 0 3px 0 3px;
	padding: 5px;
}

input[type=text],input[type=password],input[type=file],select option {
	margin-right: 8px;
	color: white;
}

/*Style-Angabe wird f�r "Neuer Kommentar" ben�tigt*/
td,th {
	padding: 2px 3px 2px 3px;
}

label {
	font-weight: bold;
	margin-right: 2px;
	font-size: 12px;
}