/* @override http://www.ipadgewinnspiel.lan/design.css */

@charset "UTF-8";
.design {
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	font: normal 12px Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body {
	font: normal 12px Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #000000 url(/images/bg_layout.png) repeat-x;
}

img { border: none; }
p { margin: 0px; }

.clearfix {
	display: inline-block;
	clear: both;
} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.fl-left {
	float: left;
}

.fl-both {
	float: both;
}

.fl-right {
	float: right;
}

.bold {
	font-weight: bold;
}

.al-right {
	text-align: right;
}

.al-left {
	text-align: left;
}

.al-center {
	text-align: center;
}

.al-justify {
	text-align: justify;
}

#layout_left {
	width: 380px;
	height: 612px;
	background-image: url(/images/header_top_left.png);
	top: 54px;
	left: 100px;
	position: absolute;
}

#layout_right {
	width: 600px;
	position: absolute;
	left: 480px;
	top: 54px;
}

#layout_header {
	background-image: url(/images/header_top_right.png);
	width: 600px;
	height: 178px;
}

#box_top {
	width: 600px;
	height: 53px;
	background: url(/images/box_top.png);
}

#box_bg {
	background: url(/images/box_bg.png) repeat-y;
	width: 600px;
}

#box_content {
	color: #ffffff;
	padding: 8px 80px 5px;
	background: url(/images/box_bg2.png) no-repeat;
}

#box_content a {
	color: #ffffff;
	text-decoration: underline;
}

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

#box_content h2 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

#box_content h3 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#box_bottom {
	background-image: url(/images/box_bottom.png);
	width: 600px;
	height: 120px;
}

#box_navbar {
	height: 120px;
	color: gray;
	text-decoration: none;
	text-align: right;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
}

#box_navbar a, #box_navbar p {
	color: gray;
	text-decoration: none;
}

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

#box_title1 {
	background-image: url(/images/box_title1.png);
	width: 409px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#box_title2 {
	background-image: url(/images/box_title2.png);
	width: 409px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#box_title4 {
	background-image: url(/images/box_title4.png);
	width: 409px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#box_title5 {
	background-image: url(/images/box_title5.png);
	width: 409px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#content {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

#errormsg {
	color: red;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	border: 1px dashed red;
	padding: 10px;
	margin-bottom: 15px;
}

#formbutton {
	width: 409px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

.winform td {
	padding: 4px;
}

.winform input[type=text] {
	border: 1px solid white;
	background-color: silver;
	width: 250px;
}

.inputcaption {
	font-weight: bold;
}

