html,
body,
form
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0;
	padding: 0;
	padding-top: 26px !important;
	padding-bottom: 75px !important;
	background: #c3dcf1 url(/images/travel/vc-body-bg.png) repeat-x;
}

form
{
	display: block;
}

html
{
	overflow-y: scroll;
	overflow-x: auto;
}

a:focus
{
	outline: none;
}

.EmptyContainer
{
	width: 0px;
	height: 0px;
}

.FullWidth
{
	width: 100%;
}

.HalfWidth
{
	width: 50%;
}

.FullHeight
{
	height: 100%;
}

.Full
{
	width: 100%;
	height: 100%;
}

/* Tabs und Multipage */

.TabGroup,
.SubTabGroup
{
}

.TabMessage
{
	margin-bottom: 10px;
}

.DefaultTab
{
	color: White; 
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/tab_bg.gif') repeat-x;
}

.DefaultTabHover
{
	color: White;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/hover_tab_bg.gif') repeat-x;
}

.SelectedTab
{
	color: White;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/hover_tab_bg.gif') repeat-x;
}

.ScrollItem
{
	color: White;
	height: 23px;
	cursor: default;
	margin-top: -1px;
	border-left: 1px solid #142b93;
	border-right: 1px solid #142b93;
	background: url('/images/tabstrip/scroll_item_bg.gif') repeat-x;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	/* IE only */
	/*#margin-top: 0px;*/
}

.ScrollItemHover
{
	color: White;
	height: 23px;
	cursor: default;
	margin-top: -1px;
	border-left: 1px solid #623e00;
	border-right: 1px solid #623e00;
	background: url('/images/tabstrip/hover_scroll_item_bg.gif') repeat-x;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	/* IE only */
	#margin-top: 0px;
}

.DefaultSubTab
{
	color: #4b4b4b; 
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/tab_sub_bg.gif') repeat-x;
}

.DefaultSubTabHover
{
	color: #3d68d6;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/hover_tab_sub_bg.gif') repeat-x;
}

.SelectedSubTab
{
	color: #3d68d6;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/tabstrip/hover_tab_sub_bg.gif') repeat-x;
}

.ScrollSubItem
{
	color: #4b4b4b;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 23px;
	cursor: default;
	background: url('/images/tabstrip/scroll_item_sub_bg.gif') repeat-x;
	border-left: 1px solid #c2c2c2; 
	border-right: 1px solid #c2c2c2;
}

.ScrollSubItemHover
{
	color: #3d68d6;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 23px;
	cursor: default;
	background: url('/images/tabstrip/hover_scroll_item_sub_bg.gif') repeat-x;
	border-left: 1px solid #c2c2c2; 
	border-right: 1px solid #c2c2c2;
}

.TopMultiPage,
.SubMultiPage,
.TopTabBottomLine,
.SubTabBottomLine
{
	top: -2px;
}

.SubMultiPageBorder
{
	top: -3px;
}

.TopMultiPage,
.SubMultiPage,
.TopTabBottomLine,
.SubTabBottomLine,
.SubMultiPageBorder
{
	left: 1px;
	width: 100%;
	position: relative;
	background-color: White;
}

.SubSubMultiPage
{
	width: 100%;
	padding-top: 5px;
	padding-left: 0px;
	position: relative;
	padding-right: 0px;
	padding-bottom: 5px;
	background-color: White;
}

.TopMultiPage,
.SubMultiPage
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.SubMultiPageBorder
{
	padding: 0px;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
}

.TopTabBottomLine,
.SubTabBottomLine
{
	padding: 0px;
}

.TopTabBottomLine
{
	border-top: 1px solid #666666;
}

.SubTabBottomLine
{
	border-top: 1px solid #c2c2c2;
}

.PageContent
{
	width: 100%;
}

/* Forms */

.FormRow {
	clear: both;
	padding-top: 5px;
}

html>/**/body .FormRow
{
	padding-top: 10px;
}

.FormTitle
{
	clear: both; 
	padding-top: 10px; 
	padding-bottom: 2px; 
	margin-bottom: 3px; 
	color: #2987d7; 
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #787878;
}

.FormWrapper span.small
{
	font-size: 10px;
}

.FormWrapper div.field
{
	float: left;
	display: inline;
	margin-right: 20px;
}

.FormWrapper field,
.FormWrapper div.field input, 
.FormWrapper div.field select,
.FormWrapper div.field textarea
{
	padding: 2px; 
	margin-top: 2px; 
	font-size: 12px;
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.FormWrapper div.field label
{
}

.formField
{
	border: 1px solid #adadad;
}

.fieldDescription
{
	font-size: smaller;
}

.formCheckRadio
{
	border: 0px;
}

span.fieldRequired
{
	color: #e36c18;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

span.required
{
	color: #444;
	float: right;
	font-size: 12px;
}

h1.PageHeadline01 
{
	color: #444;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #787878;
	font: 22px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.UserGreet 
{
	color: #acacac;
	cursor: default;
	padding-left: 10px;
	padding-bottom: 7px;
	font: 19px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.SubTabData
{
	padding-left: 7px;
}

.SubTabData,
.SubTabData A:link,
.SubTabData A:hover,
.SubTabData A:active,
.SubTabData A:visited
{
	color: #acacac;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.SubTabData A:link,
.SubTabData A:hover,
.SubTabData A:active,
.SubTabData A:visited
{
	text-decoration: underline;
}

.FormWrapper
{
	color: #444;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

/* Meldungen */

.Message,
.ErrorMessage
{
	padding-top: 10px;
	text-align: center;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.Message
{
	color: Blue;
}

.ErrorMessage
{
	color: Red;
}

.NoScript
{
	margin-top: 20px;
	text-align: center;
}

.RequiredInputfield
{
	color: Red;
	display: none;
	padding-top: 5px;
}

/* Button */

.LargeButton,
.LargeButton:hover
{
	border: 0;
	height: 26px;
	width: 264px;
	color: white;
	cursor: pointer;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.LargeButton
{
	background: url('/images/button/submitLargesize.jpg') no-repeat;
}

.LargeButton:hover
{
	background: url('/images/button/submitLargesizeOver.jpg') no-repeat;
}

.MiddleButton,
.MiddleButton:hover
{
	border: 0;
	height: 26px;
	width: 180px;
	color: white;
	cursor: pointer;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.MiddleButton
{
	background: url('/images/button/submitMidsize.jpg') no-repeat;
}

.MiddleButton:hover
{
	background: url('/images/button/submitMidsizeOver.jpg') no-repeat;
}

.SmallButton,
.SmallButton:hover
{
	border: 0;
	height: 26px;
	width: 150px;
	color: white;
	cursor: pointer;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.SmallButton
{
	background: url('/images/button/submit.jpg') no-repeat;
}

.SmallButton:hover
{
	background: url('/images/button/submitOver.jpg') no-repeat;
}

.SmallHeadline
{
	color: #2987d7;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #787878;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.PopupAddButton,
.PopupCancelButton,
.PopupAddButton:hover,
.PopupCancelButton:hover
{
	border: 0px;
	width: 152px;
	height: 24px;
	cursor: pointer;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.PopupAddButton,
.PopupCancelButton,
.PopupAddButton:hover
{
	color: White;
}

.PopupAddButton
{
	background: url('/images/button/UserActionButtonPlainBlue.jpg') no-repeat;
}

.PopupCancelButton
{
	background: url('/images/button/UserActionButtonPlainGray.jpg') no-repeat;
}

.PopupAddButton:hover
{
	background: url('/images/button/UserActionButtonPlainOrange.jpg') no-repeat;
}

.PopupCancelButton:hover
{
	color: #444;
	background: url('/images/button/UserActionButtonPlainSilver.jpg') no-repeat;
}

.BackButton,
.BackButton:hover
{
	border: 0px;
	width: 24px;
	height: 22px;
	cursor: pointer;
}

.BackButton
{
	background: url('/images/button/BackButton.jpg') no-repeat;
}

.BackButton:hover
{
	background: url('/images/button/BackButtonOver.jpg') no-repeat;
}

.SmallSearchButton,
.SmallSearchButton:hover
{
	border: 0px;
	width: 24px;
	height: 22px;
	cursor: pointer;
}

.SmallSearchButton
{
	background: url('/images/button/SmallSearch.jpg') no-repeat;
}

.SmallSearchButton:hover
{
	background: url('/images/button/SmallSearchOver.jpg') no-repeat;
}

.ForumAddButton,
.ForumCancelButton,
.ForumAddButton:hover,
.ForumCancelButton:hover
{
	border: 0px;
	width: 152px;
	height: 24px;
	cursor: pointer;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.ForumAddButton,
.ForumCancelButton,
.ForumAddButton:hover
{
	color: White;
}

.ForumAddButton
{
	background: url('/images/button/UserActionButtonPlainBlue.jpg') no-repeat;
}

.ForumCancelButton
{
	background: url('/images/button/UserActionButtonPlainGray.jpg') no-repeat;
}

.ForumAddButton:hover
{
	background: url('/images/button/UserActionButtonPlainOrange.jpg') no-repeat;
}

.ForumCancelButton:hover
{
	color: #444;
	background: url('/images/button/UserActionButtonPlainSilver.jpg') no-repeat;
}

.UserActionButtonSecond
{
	border: 0px;
	height: 24px;
	width: 152px;
	color: white;
	cursor: pointer;
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 2px;
	background: url('/images/button/UserActionButtonPlainPink.jpg') no-repeat;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Warnungen */

.ReleaseWarning
{
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e36c18;
	margin-top: 20px;
	background: url('/images/common/ReleaseWarning.png') no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Die Karte */

.MapView
{
	border: solid 1px #444;
}

/* Scroller Buttons */
.ScrollUpButton,
.ScrollDownButton,
.ScrollUpButton:hover,
.ScrollDownButton:hover
{
	border: 0;
	height: 22px;
	width: 245px;
	color: white;
	cursor: pointer;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.ScrollUpButton
{
	background: url('/images/scroller/ScrollUp.gif') no-repeat;
}

.ScrollUpButton:hover
{
	background: url('/images/scroller/ScrollUpOver.gif') no-repeat;
}

.ScrollDownButton
{
	background: url('/images/scroller/ScrollDown.gif') no-repeat;
}

.ScrollDownButton:hover
{
	background: url('/images/scroller/ScrollDownOver.gif') no-repeat;
}

.PrefixText
{
	font-family: Arial, Verdana, sans-serif;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 21px;
	padding: 10px;
	background-color: #e5e5e5;
	margin-bottom: 15px;
}

.PrefixText a, 
.PrefixText a:link, 
.PrefixText a:visited
{
	color: #f7700b;
	font-weight: bold;
	text-decoration: underline;
	clear: right;
	display: block;
	line-height: 30px;
}

.PrefixText a:hover, 
.PrefixText a:active
{
	background-color: #f7700b;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* Chat */

.RoomUser
{
	font: 10px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.Rooms,
.Rooms a, 
.Rooms a:link, 
.Rooms a:hover, 
.Rooms a:active,
.Rooms a:visited
{
	color: #3d68d6;
	text-decoration: none;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clr
{
	width: 100%;
	height: 1px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}