
table.steps {
	border: 1px solid #74A4CB;
	width: 100%;
}

table.steps td {
	text-align: center;
	padding: 5px;
}

td.step1 {
	background-color: #FFD697;
}

td.step2 {
	background-color: #FFE0B3;
}

td.step3 {
	background-color: #FFE8C6;
}

table.pfeil {
	width: 100%;
}

table.pfeil td {
	text-align: center;
	padding: 0px;
}

/* Step 1 */

input#titel {
	width: 515px;
}

input#name {
	width: 25em;
}

input#pseudonym {
	width: 25em;
}

input#kurztitel {
	width: 15em;
}

input#dauer {
	width: 2em;
}


/* Step 2 */

#fSave {
	display: none;
}

#fText {
	display: none;
}

#fTextImage {
	display: none;
}

#fBanner {
	display: none;
}

#fImages {
	display: none;
}

textarea#text1,textarea#text2 {
	width: 520px;
	height: 15em;
}


/* Bericht anzeigen */

table.bericht {
	border-collapse: collapse;
	border-width: 0px;
	border: 1px solid #C9DCEB;
}

#bericht table.bericht td {
	padding: 3px;
}

#bericht .title h2 {
	padding-left: 7px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

.bheader {
	border-bottom: 1px solid #C9DCEB;
	background-color: #FFFFFF;
}

.bfooter {
	border-top: 1px solid #C9DCEB;
	background-color: #FFFFFF;
}

#bericht .title h2 a:link, #bericht .title h2 a:visited {
	color: #333333;
}

#bericht table.bericht td.inhalt {
	background-color: #FFFFFF;
	padding: 10px;
}

#bericht div.links {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#bericht div.rechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bericht div.tn {
	background-image: url(../../gfx/info_kd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}

#bericht div.werbung {
	text-align: left;
	padding-left: 25px;
	font-size: 0.8em;
}

#bericht table.bericht_details {
	width: 100%;
}
