@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color:#0e0e0e;
}
body {
	background-image: url(gfx/thaibreak_bgup.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#page {
	background-image: url(gfx/thaibreak_bgdown.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:100%;
}
#pageform {
	background-image: url(gfx/thaibreak_bgdown.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:auto;
}
#main{
	width:740px;
	margin:auto;
	z-index: 10;
	position: relative;
}
#main_form{
	width:740px;
	margin:auto;
	z-index: 10;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
hr {
	border: medium dotted #999999 1px;
}

#footer{
	background-color:#222121;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;
	padding:5px;
	text-align:center;
}
#footer a{
	color:#CCCCCC;
	text-decoration:none;
}

#formcontent{
	margin-left:10px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:5px;
}
#textbox_form{
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:16px;
}
#textbox_form a{
	color:#CCCCCC;
}
#textbox_form h1{
	font-size:18px;
}
#textbox_form p{
	padding-bottom:20px;
}
#textbox_form p.achtung{
	background-color:#003300;
	margin-bottom:20px;
	padding:20px;
	text-align:center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#form{
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:16px;
}
.kat_wahl{
	margin:20px 10px;
}
.kat_wahl .kat_title{
	font-size:24px;
	line-height:27px;
	margin-bottom:20px;
}
#form table {
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.kat_wahl ul li{
	list-style-position:outside;
	list-style-type: disc;
	line-height: 18px;
	list-style-image: url(gfx/listenbullet.gif);
	margin-left:14px;
}
#formcontent{
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:16px;
}
a.page-options {
background:none;
border-bottom:0px;
display:inline;
margin:0px;
padding:0px;
text-align:left;
text-decoration:none;
}
a.page-options:hover, a.page-options:focus {
	background:none;
}