﻿/*----------------------------------------------------------------
LAYOUT KLASSEN (CENTER)
----------------------------------------------------------------*/
#centerContentContainer
{
	position: relative;
	width: 500px;
	min-height: 200px;
	margin: 0px auto;
	margin-top: 100px;
	padding: 10px;
	background: url("Images/docked_background.jpg") top left repeat-x #FFFFFF;
	border: 1px solid #0086BD;
    border-top: none;
	text-align: left;

    font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #737373;
}
	#centerContentContainer #centerContentLeft
	{
		float: left;
		width: 23%;
	}
	#centerContentContainer #centerContentRight
	{
		float: left;
		width: 69%;
		padding: 5px;
		background-color: #F4FAFF;
		border: 1px solid #0086BD;
	}
	#centerContentContainer #centerContentExtra
	{
		clear: both;
		width: 100%;
		padding-top: 5px;
		text-align: center;
	}
	
		#centerContentContainer h1
		{
			font-size: 20px;
			font-weight: bold;
			color: #0087BE;
			padding-bottom: 20px;
		}
	
	.loginButton
	{
		position: relative;
		background: url("Images/loginbutton.gif") bottom left no-repeat;
		margin-top: 5px;
		margin-right: 20px;
		width: 81px;
		height: 25px;
	}
		.loginButton:hover
		{
			background: url("Images/loginbutton_hoverr.gif") left bottom no-repeat;
		}

	input.inputboxes
	{
		height: 16px;
		border: 1px solid #737373;
		background: url("Images/bg_input.gif") left bottom repeat-x;

		font-size: 14px;
		font-weight:bold;
		color: #737373;
	}