*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	/* background-color: #f1eedf; */
	font-family: Arial Narrow, Arial, 'Open Sans Condensed', Helvetica, sans-serif;
	font-stretch: condensed;
}

select {
	font-size: 13px;
	height: 30px;
	width: 145px;
	color: #121212 !important;
}

input[type="radio"], input[type="checkbox"] {
	display: none;
}
input[type="radio"] + label > .radio, input[type="checkbox"] + label > .checkbox {
	background-image: url(images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	width: 12px;
}
input[type="radio"] + label > .radio {
	background-position: 0 -24px;
}
input[type="radio"]:checked + label > .radio {
	background-position: 0 -36px;
}
input[type="checkbox"]:checked + label > .checkbox  {
	background-position: 0 -12px;
}
.radio {
	margin-right: 10px;
	cursor: pointer;
}
.checkbox {
	margin-right: 20px;
	cursor: pointer;
}
.label, .input {
	padding-right: 20px;
}
.label {
	white-space: nowrap;
}
.clear{
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.submit_buttons{
	display: block;
	text-align: left;
	width: 100%;
}
.submit, .unsubscribe{
	background-color: #9d0823;
	display: inline-block;
	float: left;
	border: none;
	bottom: 40px;
	color: white;
	font-size: 13.5px;
	padding: 10px 15px;
	cursor: pointer; cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	/* position: absolute; */

}
.unsubscribe {
	float: right;
	background: none;
	padding: 9px 14px;
	border: 1px solid #9d0823;
}
.unsubscribe a, .unsubscribe a:hover, .unsubscribe a:active {
	color: #9d0823;
	text-decoration: none !important;
	float: right;
}


#wrapper {
	height: 600px;
	left: 50%;
	margin: -300px 0 0 -490px;
	position: fixed;
	top: 50%;
	width: 980px;
}

#aside {
	background-repeat: no-repeat;
	float: right;
	height: 600px;
	width: 480px;
}

.aside_presse_vip_en {
	background-image: url(images/ALB_Presseanmeldeseite_480x600_2_en_v2.jpg);
}
.aside_presse_vip_de {
	background-image: url(images/ALB_Presseanmeldeseite_480x600_2_v2.jpg);
}

.aside_presse_en {
	background-image: url(images/ALB_Presseanmeldeseite_480x600_en_v2.jpg);
}
.aside_presse_de {
	background-image: url(images/ALB_Presseanmeldeseite_480x600_v2.jpg);
}


#aside.de {
	background-image: url(images/albertina_press_no_text_de.jpg);
}

#aside.en {
	background-image: url(images/albertina_press_no_text_en.jpg);
}

#aside h1 {
	margin-top: 225px;
}
#aside h2 {
	margin-top: 15px;
}
#aside h1, #aside h2 {
	color: white;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}
#aside h1, #aside h2, #aside h3 {
	margin-left: 60px;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

#aside h3 {
	color: white;
	font-size: 15px;
	margin-top: 30px;
	text-transform: uppercase;
}

#logo {
	margin: 30px 0 0 66px;
}

#form {
	color: #4d4d4d;
	float: left;
	font-size: 14px;
	height: 600px;
	padding: 40px;
	width: 500px;
}
#form h1 {
	color: #9d0823;
	font-size: 29px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
#form #feedback {
	color: forestgreen;
	height: 45px;
	line-height: 45px;
}
#form #email {
	height: 30px;
}
#form #email .label {
	font-weight: bold;
	height: 30px;
	width: 120px;
}
#form #email input {
	height: 30px;
	width: 290px;
}