* {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body, html {
	height: 97%;
	background: #546163 url('images/bg-tile.gif') center center repeat-x;
}
p {
	margin-bottom: 14px;
	margin-left: 20px;
	color: white;
}
#masterwrapper {
	width: 100%;
	height: 100%;
	background: url('images/bronx-studios-logo.jpg') center center no-repeat;
	text-align: center;
}
h1 {
	font-size: 28px;
	line-height: 40px;
	color: white;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	color: #B8CED9;
	margin-bottom: 5px;

}
#langselect {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #60747f;
	font-size: 14px;
	text-align: right;
}
#langselect a {
	color: #4c626f;
	text-decoration: underline;
	font-size: 14px;
}
#langselect a:hover  {
	color: #60747f;
	text-decoration: none;
}
#langselect a.active {
	text-decoration: none;
	font-weight: bold;
}
#flashlogo {
	position: absolute;
	z-index: 1;
	margin-top: -18px;
	text-align: center;
	width: 100%;
	left: 0;
}
#navigation {
	width: 795px;
	position: relative;
	z-index: 10;
	margin-top:0;
}
#navnocss {
	display: none;
}
#navleft {
	text-align: left;
	float: left;
	
}
#navright {
	text-align: right;
	margin-left: 396px;
}

#navigation a {
	display: block;
	width: 396px;
}
#navigation li {
	list-style-type: none;
}

#navSlotleft0 {
	display: block;
	width: 396px;
	height: 63px;
	background: url('images/nav-bronxstudios.gif') no-repeat;
}
#navSlotleft1 a {
	height: 51px;
	background: url('images/nav-about.gif') no-repeat;
}
#navSlotleft1 a:hover, #navSlotleft1 .active {
	background: url('images/nav-about.gif') -396px 0 no-repeat ! important;
}
#navSlotleft2 a {
	height: 50px;
	background: url('images/nav-team.gif') no-repeat;
}
#navSlotleft2 a:hover, #navSlotleft2 .active {
	background: url('images/nav-team.gif') -396px 0 no-repeat;
}
#navSlotleft3 a {
	height: 61px;
	background: url('images/nav-contact.gif') no-repeat;
}
#navSlotleft3 a:hover, #navSlotleft3 .active {
	background: url('images/nav-contact.gif') -396px 0 no-repeat;
}
#navSlotright0 {
	display: block;
	width: 396px;
	height: 63px;
	background: url('images/nav-projects.gif') no-repeat right;
}
#navSlotright1 a {
	height: 51px;
	background: url('images/nav-spacerat.gif') no-repeat;
}
#navSlotright1 a:hover, #navSlotright1 .active {
	background: url('images/nav-spacerat.gif') -396px 0 no-repeat;
}
#navSlotright2 {
	display: block;
	width: 396px;
	height: 50px;
	background: url('images/nav-slotright2.gif') right no-repeat;
}
#navSlotright3 a {
	height: 61px;
	background: url('images/nav-forum.gif') no-repeat;
}
#navSlotright3 a:hover {
	background: url('images/nav-forum.gif') -396px 0 no-repeat;
}
#contentoverlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 97%;
	z-index: 100; 
	color: white;
}
#content {
	text-align: left;
	width: 898px;
	margin: 0 auto;
}
#content a {
	color: white;
	text-decoration: underline;
}
#content a:hover {
	color: #B8CED9;
	text-decoration: none;
}

#frametop {
	width: 898px;
	height: 77px;
	background: url('images/frame-top.gif') no-repeat;
	float: left;
}
#frameleft {
	width: 19px;
	height: 461px;
	background: url('images/frame-left.gif') no-repeat;
	float: left;
}
#framecontent {
	width: 860px;
	height: 461px;
	background: url('images/content-bg.gif') no-repeat;
	float: left;
	opacity: 0.95;
	-moz-opacity:0.95;
	filter:alpha(opacity=95);
}
#framecontent div {
	padding: 15px 10px 10px 10px;
}
#contentdesc {
	float: left;
	width: 500px;
}
#contentmedia {
	float: right;
	width: 320px;
	height: 435px;
	background: url('images/spacerat-xplode-ziggy.gif') no-repeat 250px bottom;
}
#frameright {
	width: 19px;
	height: 461px;
	background: url('images/frame-right.gif') no-repeat;
	float: left;
}
#framebottom {
	width: 898px;
	height: 67px;
	background: url('images/frame-bottom.gif') no-repeat;
	float: left;
	text-align: center;
}
#framebottom a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 8px auto 0 auto;
}

#footer {
	text-align:center;
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #ddd;
	text-decoration: none;
}

.team {
	width: 280px;
	float: left;
	padding: 0 0 25px 0 !important;
}
.team img {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid white;
}




/* Formulare */
#formleft, #formright {
	display: block;
	float: left;
	width: 350px;
}
.important {
	display: none;
}
form {
	width: 800px;
	margin: 0 0 10px 0;
}

input, textarea {
	display: block;
	width: 15em;
	float: left;
	border: 1px solid #bdbdbd;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 1px;
}

input:focus, input:hover {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: bold;
}

form br {
	clear: left;
}

form p {
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: right;
}

#submit, #reset {
	border: 1px solid #808080;
}

label {
	width: 8em;
	padding: 3px;
	float: left;
	text-align: right;
}

#zip {
	width: 3em !important;
}

#citylabel {
	width: 2em !important;
}
#city {
	width: 8.4em !important;
}

#message {
	width: 18em !important;
}

.mandatory {
	font-weight: bold;
}

.priority {
	width: 1em !important;
	border: 0 !important;
	background-color: #f3f3f3 !important;
}

#mailstatus {
	font-weight: bold;
	border: 2px solid white;
	color: #ff8800;
	padding: 10px;
	width: 300px;
	margin: 0 0 10px 0;

}
