html, body
		{
			margin: 0px;
			padding:0px;
			width:100%;
			height: 100%;
		}
		body
		{
			background: url(bg.gif) repeat-x #FFFFFF;
			font-family: 'Times New Roman',serif,verdana;
			color: #5e5e5e;
		}

		input
		{
			font-size:12px;
		}

		#holder
		{
			width: 900px;
			margin:auto;
			overflow:hidden;
		}
		#top_head
		{
			height: 300px;
			background: url(top_bg.jpg) no-repeat;
			color: #cdcdcd;
		}
		#top_head_1
		{
			background: url(intro_head_anmelden.jpg) no-repeat;
			width: 300px;
			height: 351px;
			float: left;
			color: #cdcdcd;
		}
		#top_head_2
		{
			background: url(intro_head_voting.jpg) no-repeat;
			width: 300px;
			height: 351px;
			float: left;
			color: #cdcdcd;
		}
		#top_head_3
		{
			background: url(intro_head_advertise.jpg) no-repeat;
			width: 300px;
			height: 351px;
			float: left;
			color: #cdcdcd;
		}
		.top_head_inner
		{
			margin-top:120px;
			height: 180px;

			font-family: 'Trajan Pro';
			font-size: 12px;
		}

		#shadow
		{
			width:900px;
			height: 22px;
			background: url(shadow.gif) no-repeat;
		}
		#content
		{
			float:left;
			width:590px;
			font-family: arial,verdana;
			color: #5e5e5e;
			font-size: 11px;
		}
		.content_advertise
		{
			background: #c1c1c1;
			font-family:verdana;
			font-size:8px;
			color: #333333;
			height:80px;
			overflow:hidden;
			width: 590px;
			text-align:center;
			margin-top:15px;
			margin-bottom:15px;
		}

		#advertise
		{
			float:right;
			width: 300px;
			font-size:9px;
			font-family:verdana;
		}

		#content a
		{
			color: #5e5e5e;
			font-weight:bold;
			text-decoration:none;
		}

		#content a:hover
		{
			text-decoration:underline;
		}

		#top_head_1 a, #top_head_2 a, #top_head_3 a, #top_head_1 .submit, #top_head_2 .submit, #top_head_3 .submit, .btn_lnk
		{
			display:block;
			text-align:center;
			height: 18px;
			width: 200px;
			border: 1px solid #696a6a;
			background: #525353;
			font-family: 'Trajan Pro';
			font-size: 11px;
			color:#e7e7e7;
			text-decoration: none;
		}

		#content h1
		{
			color: #996f16;
			font-family: 'Trajan Pro';
			font-size: 18px;
			font-weight:bold;
			margin:0px;
			padding:0px;
			margin-bottom:10px;
		}
		#content h2
		{
			color: #996f16;
			font-family: 'Trajan Pro';
			font-size: 14px;
			font-weight:bold;
			margin:0px;
			padding:0px;
			margin-bottom:10px;
		}
		#advertise h2
		{
			color: #996f16;
			font-family: 'Trajan Pro';
			font-size: 14px;
			font-weight:bold;
			margin:0px;
			padding:0px;
		}
		#footer
		{
			height: 150px;
			background: url(footer_bg.gif) repeat-x;
			color: #c1c1c1;
			margin-top: 10px;
			font-size:9px;
			font-family: verdana;
		}
		#footer a
		{
			color: #c1c1c1;
			text-decoration:none;
		}
		#footer a
		{
			text-decoration:underline;
		}
		.inputField
		{
			font-family:verdana;
			font-size:10px;
			border: 1px solid #c1c1c1;
		}
		.label_mandatory
		{
			font-weight:bold;
		}