html, body
{
	margin:0;
	border:0;
	padding:0;
	
	font-size:14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#fff;
	background:#ebe0c2 url(images/bg_body.jpg) repeat;
}
form
{
	margin:0;
	border:0;
	padding:0;
	float:left;
}
.button_right
{
	margin:5px;
	float:right;
}
textarea
{
	width:350px;
	height:200px;
}
.input_text
{
	width:350px;
}
hr
{
	height:1px;
	margin:5px;
	border:0;
	padding:0;
	background:#494949;
}
ul, ol
{
	margin:5px 5px 5px 25px;
	border:0;
	padding:5px;
	list-style-position:outside;
	display:inline;
	float:left;
}
ol
{
	list-style-type:upper-roman;
}
ol li
{
	text-align:justify;
}
ol ol
{
	list-style-type:decimal;
}
ul
{
	list-style-type:square;
}
img
{
	border:0;
	display:inline;
}
h1
{
	font-size:x-large;
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
h2
{
	font-size:large;
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
h3
{
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
p
{
	margin:0px 0px 12px 0px;
	color:#494949;
	text-align:justify;
}
li
{
	text-align:left;
}
a
{
	color:#494949;
}
a:hover
{
	color:#262626;
}
table
{
	width:100%;
	margin:10px 0px 10px 0px;
	padding:0;
}

tr
{
	background:#ebe0c2;
}
th
{
	margin:1px;
	color:#242424;
	border:1px solid #8F8367;
	background:#8F8367;
	
	text-align:left;
	font-weight:bold;
}
td
{
	margin:1px;
	border:1px solid #8F8367;
	padding:2px;
	color:#242424;
	text-align:left;
	vertical-align:top;
}
td a
{
	color:#242424;
}





/* ---[ Columns ]--- */
#left_column, #mid_column, #right_column, #mid_left_column, #mid_right_column, #mid_left_right_column
{
	width:510px;
	margin:0;
	background:#fff;
	display:inline;
	float:left;
}
#left_column
{
	width:170px;
}
#right_column
{
	width:260px;
	float:right;
}
#mid_left_right_column
{
	width:930px;
	margin:0 0 0 5px;
}
#mid_right_column
{
	width:765px;
}
#mid_left_column
{
	width:675px;
	margin:0 0 0 5px;
}

#header
{
	width:940px;
	height:180px;
	background:#000 url(images/header_bg.jpg);
	font-size:12px;
}
#header a
{
	color:#e0ddcc;
	text-decoration:none;
}
#page
{
	width:940px;
	margin:0;
	background:#fff;
	float:left;
}
#footer
{
	width:100%;
	margin:15px auto;
	padding:0px;
	text-align:center;
	color:#999999;
	background:none;
	display:inline;
	float:left;
}
#footer a
{
	color:#999999;
	font-weight:normal;
}


#content
{
	width:780px;
	margin:5px 0 0 0;
	border:0;
	padding:10px;
	
	color:#494949;
	background:#ece1c2 url(images/side_background.jpg) repeat-x;
	
	float:left;
}
#content_side
{
	width:800px;
	margin:0;
	border:0;
	padding:0px;
	
	color:#494949;
	background:#fff;
	
	float:left;
}
#left_side
{
	width:200px;
	margin:0;
	border:0;
	padding:10px;
	
	color:#494949;
	background-color:#fff;
	
	float:left;
}
#right_side
{
	width:560px;
	margin:0;
	border:0;
	padding:10px;
	
	color:#494949;
	background:#ece1c2 url(images/side_background.jpg) repeat-x;
	
	float:right;
}

.image_left
{
	margin:0px 4px 2px 0px;
	border:1px solid #aaaaaa;
	border-left:1px solid #cccccc;
	border-top:1px solid #dddddd;
	padding:3px;
	
	background:#fff;
	
	float:left;
}
.image_right
{
	margin:2px 0px 0px 4px;
	border:1px solid #aaaaaa;
	border-left:1px solid #cccccc;
	border-top:1px solid #dddddd;
	padding:3px;

	background:#fff;
	
	float:right;
}

/* ---[ DragResize ]--- */

/* Apply the element you want to drag/resize */
.drsElement {
 position: absolute;
 border:1px dotted #eee;
 background: url(artwork/transparent.gif);
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
/* background-color: #CCC; */
 border-bottom: 1px solid #666;
 cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

/* ---[ News ]--- */
.news
{
	width:502px;
	margin:10px;
	color:#494949;
	background:#dbd0b4 url(images/news_background.jpg) bottom left;
	float:left;
}
.news a
{
	margin:0 1px 0 0;
	padding:0px;
	float:right;
}
.news p
{
	width:492px;
	padding:5px;
	text-align:justify;
	float:left;
}
.news h1, .news h2, .news h3
{
	height:25px;
	border:0;
	font-size:16px;
	color:#fff;
	background:#2e463f;
}
.news h1
{
	width:430px;
	padding:20px 2px 0px 70px;
	background:url(images/news_gbr.jpg);
}.news h2
{
	width:420px;
	padding:20px 2px 0px 80px;
	background:url(images/news_tdr.jpg);
}
.news h3
{
	width:410px;
	padding:20px 2px 0px 90px;
	background:url(images/news_tot.jpg);
}

/* ---[ rechte Box ]--- */
.box_right
{
	width:250px;
	margin:5px 5px 0px 5px;
	border:0;
	padding:0;
	color:#494949;
	background:#dbd0b4 url(images/box_bg.jpg) bottom left;
	font-size:12px;
	display:inline;
	float:right;
}
.box_right img
{
	width:240px;
	padding:5px 0px;
}
.box_right p
{
	padding:5px;
}
.box_right a
{
	font-size:11px;
}
.box_right blockquote
{
	width:230px;
	margin:0;
	border:0;
	padding:5px;
	font-family: Georgia, serif;
	line-height:25px;
	font-size:16px;
	font-style: italic;
	float:left;
}
.box_right .author
{
	text-align:right;
}
.box_right h1
{
	width:205px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_right_gbr.jpg);
}
.box_right h2
{
	width:200px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_right_tdr.jpg);
}
.box_right h3
{
	width:200px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_right_tot.jpg);
}
/* ---[ linke Box ]--- */
.box_left
{
	width:160px;
	margin:5px 5px 0px 5px;
	border:0;
	padding:0;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	float:right;
	display:inline;
}
.box_left h1
{
	width:115px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_left_gbr.jpg);
}
.box_left h2
{
	width:115px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_left_tdr.jpg);
}
.box_left h3
{
	width:115px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_left_tot.jpg);
}
.box_left img
{
	width:150px;
	padding:5px 0px;
}
.box_left p
{
	padding:0px 5px 5px 5px;
}
/* ---[ mittlere Box ]--- */
.box_mid
{
	width:510px;
	margin:5px 0 0 0;
	border:0;
	padding:0;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	text-align:left;
	display:inline;
	float:right;
}
.box_mid h1
{
	width:465px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_gbr.jpg);
}
.box_mid h2
{
	width:460px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_tdr.jpg);
}
.box_mid h3
{
	width:450px;
	height:21px;
	border:0;
	padding:7px 0px 2px 60px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_tot.jpg);
}
.box_mid img
{
	margin:0px 5px 0px 5px;
	border:0;
	padding:0;
	float:left;
}
.box_mid h1 a img, .box_mid h2 a img, .box_mid h3 a img
{
	margin:2px 8px 2px 0px;
	padding:0px;
}
.box_mid p
{
	width:500px;
	margin:0;
	padding:5px 5px 5px 5px;
	float:left;
}
.box_mid table
{
	width:500px;
	margin:5px;
}
/* ---[ mittlere+rechte Box ]--- */
.box_mid_right
{
	width:765px;
	margin:5px 0 0 0;
	border:0;
	padding:0px;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	text-align:left;
	display:inline;
	float:right;
}
.box_mid_right h1
{
	width:720px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_gbr.jpg);
}
.box_mid_right h2
{
	width:715px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tdr.jpg);
}
.box_mid_right h3
{
	width:705px;
	height:21px;
	border:0;
	padding:7px 0px 2px 60px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tot.jpg);
}
.box_mid_right img
{
	margin:5px;
	border:0;
	padding:0;
	float:left;
}
.box_mid_right h1 a img, .box_mid_right h2 a img, .box_mid_right h3 a img
{
	margin:2px 8px 2px 0px;
	padding:0px;
}
.box_mid_right p
{
	margin:0;
	padding:5px 5px 5px 5px;
}
.box_mid_right table
{
	width:755px;
	margin:5px;
}
/* ---[ linke+mittlere Box ]--- */
.box_left_mid
{
	width:675px;
	margin:5px 0px 0px 0px;
	border:0;
	padding:0;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	text-align:left;
	display:inline;
	float:left;
}
.box_left_mid h1
{
	width:630px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_gbr.jpg);
}
.box_left_mid h2
{
	width:625px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tdr.jpg);
}
.box_left_mid h3
{
	width:615px;
	height:21px;
	border:0;
	padding:7px 0px 2px 60px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tot.jpg);
}
.box_left_mid img
{
	margin:5px;
	border:0;
	padding:0;
	float:left;
}
.box_left_mid h1 a img, .box_left_mid h2 a img, .box_left_mid h3 a img
{
	margin:2px 8px 2px 0px;
	padding:0px;
}
.box_left_mid p
{
	width:665px;
	margin:0;
	padding:5px 5px 5px 5px;
	display:inline;
	float:left;
}
.box_left_mid table
{
	width:665px;
	margin:5px;
}
/* ---[ linke+mittlere+rechte Box ]--- */
.box_left_mid_right
{
	width:930px;
	margin:5px 0 0 0;
	border:0;
	padding:0px;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	text-align:left;
	float:right;
}
.box_left_mid_right h1
{
	width:885px;
	height:21px;
	border:0;
	padding:7px 0px 2px 45px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_gbr.jpg);
}
.box_left_mid_right h2
{
	width:880px;
	height:21px;
	border:0;
	padding:7px 0px 2px 50px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tdr.jpg);
}
.box_left_mid_right h3
{
	width:870px;
	height:21px;
	border:0;
	padding:7px 0px 2px 60px;
	font-size:16px;
	color:#fff;
	background:#2e463f url(images/box_mid_right_tot.jpg);
}
.box_left_mid_right img
{
	padding:5px;
	float:left;
}
.box_left_mid_right p
{
	padding:5px 5px 5px 5px;
}
/* ---[ Sitemap ]--- */
#sitemap
{
	width:910px;
	height:120px;
	margin:5px;
	border:0;
	padding:10px;
	color:#84827b;
	background:#000 url(images/bg_sitemap.jpg);
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	float:left;
}
#sitemap div
{
	width:295px;
	text-align:center;
	float:left;
}
#sitemap div a
{
	font-size:14px;
	color:#494949;
	text-decoration:none;
	text-align:left;
	float:left;
}
#sitemap div ul
{
	margin:0;
	border:0;
	padding:0;
	list-style-type:square;
	list-style-position:inside;
	float:left;
}
#sitemap div ul li
{
	width:130px;
	float:left;
}
#sitemap div ul li a
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#84827b;
	float:none;
}
#sitemap div ul li a:hover
{
	color:#55544e
}
/* ---[ CMS Menu ]--- */
#cms_menu
{
	width:790px;
	margin:5px 0 0 0;
	border:0;
	padding:5px;
	color:#84827b;
	background:#eee;
	text-align:left;
	float:left;
}
#panorama
{
	width:790px;
	margin:0;
	border:0;
	padding:5px;
	background:url(images/bg_widescreen.jpg);
	float:left;
}

.contacts
{
	list-style:none;
	padding:5px;
}
.success
{
	width:464px;
	margin:5px 0 0 0 ;
	border:1px solid #00cc00;
	padding:10px 10px 10px 34px;
	color:#000;
	background:#b8e5b8 url(images/icons/accept-24x24.png) 5px center no-repeat;
	float:right;
}
#mid_left_column .success
{
	width:629px;
}
#mid_right_column .success
{
	width:719px;
}
.failure
{
	width:464px;
	margin:5px 0 0 0 ;
	border:1px solid #cc0000;
	padding:10px 10px 10px 34px;
	color:#000;
	background:#e5b5b5 url(images/icons/delete-24x24.png) 5px center no-repeat;
	float:right;
}
#mid_left_column .failure
{
	width:629px;
}
#mid_right_column .failure
{
	width:719px;
}

.comment
{
	margin:0;
	padding:5px 5px 5px 44px;
	background:url(images/icons/comment-24x24.png) 5px 5px no-repeat;
}
.comment img
{
	margin:0px 5px 0px 8px;
	float:none;
}


.stands
{
	width:auto;
	margin:5px;
	border-spacing:1px;
}
.stands td, .stands th
{
	width:15px;
	height:8px;
	border:1px solid #000;
	padding:0;
	font-size:8px;
	text-align:center;
}
.stands td
{
	color:#494949;
	background:#fff;
	cursor:pointer
}
.stands td:hover, #status1:hover, #status2:hover
{
	background:#00ff00;
}
#status1
{
	color:#494949;
	background:#cc6666;
	cursor:pointer
}
#status2
{
	color:#494949;
	background:#dbd0b4;
	cursor:pointer
}
.block
{
	font-size:16px;
	font-weight:bold;
}
.block:hover
{
	color:#ffffff;
	background:url(images/stands/dark.png);
}
.media
{
	margin:5px 0px 5px 5px;
	border:0;
	padding:0;
	text-align:center;
	font-size:10px;
	float:left;
}
.media img
{
	width:247px;
	margin:0;
	border:0;
	padding:0;
	float:left;
}










#spanButtonPlaceholder
{
	display:inline;
	float:left;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	clear:both;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
