.center
{
	margin:auto;
	width:1116px;
}
	
iframe
{
	display:none;
}

label, .labelBig, .labelSmall
{
	float: left;
	width: 150px;
	margin-bottom:4px;
	font-family: arial;
	font-size: 10pt;
}

.labelBig
{
	width: 440px;
}

.labelSmall
{
	width: 50px;
}

.labelBigger, .divBig
{
	width: 1080px;
	text-align: center;
}

input, select, .selectBig
{
	float:left;
	width:127px;
	margin-bottom: 3px;
}

.border
{
	border:1px solid;
}

table, td, th
{
	border:thin solid black;
	empty-cells:show;
	border-spacing:0px;
	padding: 3px;
}

.table, .td, .th
{
	border:none;
}

.Button
{
	margin-left:20px;
}

.selectBig
{
	width:300px;
}

.checkbox
{
	width: 10px;
	margin-left: 0px;
}

textarea
{
	border:1px solid;
	float:left;
	margin-bottom:4px;
	resize: none;
}


.TextBoxSmall
{
	width: 40px;
	margin-right: 3px;
}

fieldset, .fieldsetSmall, .fieldsetSmaller, .fieldsetSmallest, .fieldsetBig, .fieldsetHead, .fieldsetAdmin, .fieldsetAdminBig
{
	width: 336px; 
	float: left;
	height: 313px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fieldsetBig, .fieldsetHead
{
	width: 1080px;
	height: 250px
}

.fieldsetSmall
{
	height: 100px;
}

.fieldsetAdmin, .fieldsetAdminBig
{
	width: 200px; 
	height: 130px;
}

.fieldsetAdminBig
{
	width: 600px; 
}

.fieldsetSmaller
{
	height: 75px;
}

.fieldsetHead
{
	height: 320px;
}

legend
 {
	font-size:11pt;
	font-weight:bold;
	font-family: arial;
}

br
{
	clear: both;
}

.divBig
{
	margin-left: 200px;
}

/* Für Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ /* hacked for chrome and safari */
    .center
	{
		margin:auto;
		width:1133px;
	}
	
	fieldset, .fieldsetSmall, .fieldsetSmaller, .fieldsetSmallest, .fieldsetBig, .fieldsetHead
	{
		width: 337px; 
		float: left;
		height: 313px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.fieldsetBig, .fieldsetHead
	{ 
		width: 1091px;
		height: 270px
	}
	
	.fieldsetHead
	{
		height: 320px;
	}

	.fieldsetSmall
	{
		height: 115px;
	}

	.fieldsetSmaller
	{
		height: 85px;
	}

	fieldset
	{
		height: 343px;
	}

	.checkbox
	{
		width: 15px;
	}
}



