body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial";
	font-size: 13px;
	background-color: #910E14;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

p, td {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

h1 {
	font-size: 17px;
}

img {
	border-style:none;
}

div.CUR {
	float: left;
	padding: 4px;
}

div.NO {
	float: left;
	padding: 4px;
}

div.INACT {
	float: left;
	padding: 4px;
}

.CUR a {
	color: #888888;
	text-decoration:none;
}
.CUR a:visited {
	color: #888888;
}
.CUR a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

.NO a
{
	color: #000000;
	text-decoration:none;
}
.NO a:visited{
	color: #000000;
}
.NO a:hover {
	color: #888888;
	cursor: pointer;
}
.menuLink {
	float:left;
}
.menuLinkAct {
	float:left;
}
.menuLink a {
	color: #FFFFFF;
	text-decoration:none;
}
.subMenuLink a {
	color: #FFFFFF;
	text-decoration:none;
}
.subMenuLink img {
	color: #FFFFFF;
	text-decoration:none;
	margin: 2px 0px;
}
.menuLinkAct a {
	color: #FF0000;
	text-decoration:none;
}
div {
	margin: 0px;
	padding: 0px;
}

div#page {
	position: absolute;
	height: 100%;
	width: 100%;
}

div#mainMenu {
	position: absolute;
	left: 32px;
	top: 305px;
}

div#subMenu {
	position: absolute;
	left: 490px;
	top: 240px;
}

div#langMenu {
	position: absolute;
	left: 490px;
	top: 226px;
}

div#mainContent {
	position: absolute;
	left: 32px;
	top: 350px;
	width: 512px;
	padding-bottom:32px;
}

div#mainBanner {
	position: absolute;
	width: 100%;
	height: 427px;
	background-image: url(../images/banner.jpg);
}

div#mainLabel {
	position: absolute;
	top: 165px;
	left: 180px;
	width: 256px;
	height: 128px;
}

div#subLabel {
	position: absolute;
	top: 48px;
	left: 432px;
	width: 256px;
	height: 128px;
}

div.bannerFiller {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 400px;
	background-image: url(../images/banner02.gif);
	background-position: 336px;
}

div.stepLeft {
	position: absolute;
	left: 512px;
	top: 400px;
	width: 256px;
	height: 256px;
	background-image: url(../images/step01.gif);
	z-Index: -2;
}

div.stepRight {
	position: absolute;
	left: 480px;
	top: 660px;
	width: 256px;
	height: 256px;
	background-image: url(../images/step02.gif);
	z-Index: -2;
}

div.logoMain {
	position: absolute;
	left: 264px;
	top: 208px;
}

div#linkLogo {
	position: absolute;
	left: 490px;
	top: 265px;
	width: 76px;
	height: 31px;
}

div#link_banner {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 366px;
	height: 92px;
}

div#link_information {
	position: absolute;
	left: 370px;
	top: 270px;
	width: 102px;
	height: 20px;
}

div#link_contact {
	position: absolute;
	left: 370px;
	top: 290px;
	width: 36px;
	height: 13px;
}

div#link_gola {
	position: absolute;
	left: 16px;
	top: 330px;
}

div#link_album {
	position: absolute;
	left: 475px;
	top: 287px;
	width: 267px;
	height: 166px;
}

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; vertical-align:middle; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

DIV.csc-frame-rulerBefore { border-top: 1px solid #CCCCCC; margin:10px 0px 10px 0px;}
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #CCCCCC; margin:10px 0px 10px 0px;}

DIV.csc-textpic {vertical-align:middle; }

/* Wettbewerb Extension */

.competition_registration_table td.label{
	color: #FFFFFF;
}

.competition_registration_table td.field{
	height: 32px;
	width: 224px;
	vertical-align: top;
}

.competition_registration_table td.button{
	padding-right: 32px;
	text-align: right;
}

.competition_upload_table {
	position: absolute;
	left: 12px;
	margin-top:12px;
}

.competition_upload_table2 {
	position: absolute;
	left: 8px;
	top: 38px;
	height: 440px;
}

.competition_upload_table td {
	vertical-align: top;
}

.competition_upload_info {
	color: #FFFFFF;
	font-size: 9px;
}

div.competition_upload_box {
	width: 158px;
	height: 118px;
	background-color: #D5858B;
	border: 2px solid #D5858B;
	overflow: hidden;
}

div.competition_upload_box {
	cursor: pointer;
}

div.competition_upload_count {
	font-weight: bold;
	height: 120px;
}

div.competition_upload_box:hover {
	background-color: #CCCCCC;
	border: 2px solid #fecb09;
}

div#uploadBox {
	position: absolute;
	left: 168px;
	top: 260px;
	width: 344px;
	height: 184px;
	background-color: #000000; 
}

div#uploadContent {
	position: absolute;
	left: 172px;
	top: 264px;
	width: 320px;
	height: 160px;
	padding: 8px;
}

.competition_upload_waiter {
	position: relative;
	left: 64px;
	top: 44px;
	width: 36px;
	height: 36px;
	background-image:url(../images/spinner02.gif); 
}

.competition_upload_nopic {
	position: relative;
	left: 0px;
	top: 40px;
	text-align: center;
}

.competition_upload_picture {
	width: 158px;
	height: 118px;
	cursor: pointer;
}

.competition_registration_field {
	width: 192px;
	border: 0px;
}

.competition_upload_table{
	width: 768px;
}

input.competition_upload_field {
	font-size: 9px;
	border: 1px solid #000000;
}

.competition_upload_button {
	width: 96px;
}

.competition_upload_textarea {
	width: 162px;
	height: 76px;
	border: 1px solid #440000;
	font-family: Verdana;
	font-size: 11px;
}

div.competition_upload_description {
	position: absolute;
	width: 253px;
	height: 402px;
	background-color: #FFFFFF;
	color: #888888;
	font-family: Verdana;
	font-size: 11px;
	margin: 2px;
	cursor: text;
}

div.competition_upload_subtitle {
	position: absolute;
	width: 159px;
	height: 74px;
	background-color: #FFFFFF;
	color: #888888;
	font-family: Verdana;
	font-size: 11px;
	margin: 2px;
	cursor: text;
}

.competition_description_textarea {
	width: 256px;
	height: 404px;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 11px;
}

p.thanks {
	text-align: left;
	font-family: "Verdana";
	font-size: 13px;
	color: #FECB09;
}

p.thanks2 {
	text-align: left;
	font-family: "Verdana";
	font-size: 13px;
	color: #FFFFFF;
}

.competition_project_table {
	width: 900px;
	height: 375px;
	background-image: url(../../images/background01.gif);
}

.competition_project_table td.picture {
	width: 80px;
	padding: 27px 0px 0px 27px;
	vertical-align: top;
}

.competition_project_table td.description {
	font-size: 11px;
	padding: 0px 8px 0px 0px;
	vertical-align: bottom;
	width: 192px;
}

.competition_project_table td.vote {
	height: 50px;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
	padding-top: 4px;
	padding-right: 24px;
}

.competition_win_table {
	width: 480px;
	height: 625px;
	background-image: url(../images/background01.gif);
	background-repeat: repeat-y;
}

.competition_win_table td.picture {
	height: 120px;
	width: 80px;
	padding: 32px 0px 0px 16px;
	vertical-align: top;
}

.competition_win_table td.description {
	font-size: 11px;
	padding: 0px 8px 0px 0px;
	vertical-align: bottom;
	width: 160px;
	height: 70px;
}

.competition_win_table td.vote {
	height: 50px;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
	padding-top: 4px;
	padding-right: 24px;
}

.competition_win_table td.number {
	font-size: 24px;
	width: 20px;
	vertical-align: top;
}

.competition_win_table td.votes {
	width: 220px;
	color: #888888;
	font-size: 11px;
	vertical-align: top;
}

.competition_project_picturebox {
	width: 64px;
	height: 64px;
	background-color: #FFFFFF;
	border: 2px solid #FECB09;
	overflow: hidden;
}

div.competition_project_subtitle {
	width: 162px;
	height: 66px;
	background-color:#c4111a;
	overflow: auto;

}

div.competition_project_subtitle p {
	margin: 4px;
	color: #FFFFFF;
	font-size: 11px;
}

div.competition_project_textarea {
	width: 256px;
	height: 392px;
	background-color: #c4111a;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 4px;
	padding: 4px;
	overflow: auto;
}

img#voteProject {
	cursor: pointer;
}

div#voteAddress {
	position: absolute;
	left: 80px;
	top: 64px;
	width: 512px;
	height: 320px;
	background-color: #000000;
}

div#voteAddressFields {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 480px;
	height: 288px;
}

.competition_vote_table td{

}

.competition_vote_table td.label{
	color: #fff;
}

.competition_vote_table td.field{
	height: 32px;
	width: 224px;
	vertical-align: top;
}

.competition_vote_table td.button{
	padding-right: 32px;
	text-align: right;
}

.competition_vote_field {
	width: 224px;
	border: 0px;
	margin-right: 16px;
}

.competition_captcha_field {
	width: 140px;
	border: 0px;
	margin-right: 16px;
}

.competition_vote_image {
	text-align: right;
}

.competition_vote_table td.checkbox {
	border: solid 0px #fff;
}

td.voting_field {
	font-family: Verdana;
	font-size: 11px;
	color: #888;
	width: 80px;
	vertical-align: top;
}

td.voting_form {
	vertical-align: top;
}

img#sendVote {
	cursor: pointer;
}

img#voting_close {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

.competition_vote_checkbox {
	display: none;
	border: solid 0px #fff;
}

.competition_vote_checkbox2 {
	width: 16px;
	height: 16px;
	background-color: #fff;
}

.competition_vote_checkbox3 {
	width: 16px;
	height: 16px;
	background-image: url(../../images/checkbox.gif);
}

.competition_vote_background {
	position: absolute;
	width: 940px;
	height: 464px;
	background-color: #fff;
	z-Index: 0;
}

.competition_upload_background {
	position: absolute;
	width: 975px;
	height: 450px;
	background-color: #fff;
	z-Index: 0;
}

div#competition_vote_renew {
	cursor: pointer;
	color: #888;
	width: 140px;
	text-align: center;
}

input#captcha {
	margin-top: 10px;
}

.yellow {
	color: #FECB09;
}

.white {
	color: #FFFFFF;
}

.external-link-new-window {
	color: #FFFFFF;
	text-decoration: none;
}
