﻿img {
 behavior: url(/bc/_css/pngbehavior.htc);
}
a {
	color: #727272;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#wrapper {
	position: absolute;
	width: 800px;
	height: 530px;
	margin: -265px 0 0 -400px;
	left: 50%;
	top: 50%;
	border: 1px solid #544532;
	font-size: 0.9em;
}
#inner {
	padding: 20px 0 20px 0;
	font-family: Consolas, Arial, sans-serif;
	font-size: 1em;
}
#flower {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 341px;
	height: 250px;
	text-align: right;
	xbackground: url(../_images/orchid.png) no-repeat bottom right;
}
#headline {
	float: left;
	width: 400px;
	height: 40px;
	background: #fff url(../_images/bc_logo.gif) no-repeat center center;
	text-indent: -1000px;
	margin: 125px 0 50px 0;
	cursor: pointer;
}
#start {
	background: #fff url(../_images/bc_logo_start.jpg) no-repeat center bottom;
	padding-top: 185px;
	height: 100px;
	width: 800px;
	text-indent: -1000px;
	cursor: pointer;
}
#navi {
	clear: left;
	float: left;
	width: 400px;
	margin: 0 0 25px 0;
	* margin: 0 0 0 0;
}
#navi li {
	float: left;
	width: 100px;
	text-align: center;
	color: #727272;
	cursor: pointer;
}
#content {
	width: 370px;
	* width: 385px;
	overflow: auto;
	clear: left;
	float: left;
	padding: 0 0 20px 35px;
}
#content h2 {
	font-weight: bold;
	margin-bottom: 1em;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.projekt {
	cursor: pointer;
}
#promote {
	background: url(../_images/bg.gif);
	width: 380px;
	height: 354px;
	float: right;
}
#screenshot {
	width: 380px;
	height: 267px;
	margin-top: 30px;
}
fieldset {
	border:medium none;
}
form {
	clear: left;
	float:left;
	padding-top: 1em;
}
label {
	clear:left;
	display:block;
	float:left;
	padding-right:5px;
	text-align:right;
	width:100px;
}
input, textarea {
	font-family:Consolas,Arial,sans-serif;
	margin-bottom:4px;
	width:150px;
}
textarea {
	width:230px;
}
input.submit {
	margin-left:105px;
	width:auto;
}
span {
	display: block;
	float: left;
	width: 65px;
	padding-right: 5px;
	text-align: right;
}
label.error {
	color: #fe0000;
}