﻿/*CSS Definitionen für Formulare*/

fieldset.Formular
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	border: 1px solid #C6BEAD;
	width: 96%;
}


fieldset.Formular legend
{
	color: #5A5552;
	font-size: 12px;
	margin-left: /*\**/ 10px\9;
	font-weight: bold;
}

* + html fieldset.Formular legend
{
	margin-left: 0px;
}

* html fieldset.Formular legend
{
	margin-left: 0px;
}



* html fieldset.Formular
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	border: 1px solid #C6BEAD;
	width: 98%;
}


/*FF*/
fieldset.FormularBB
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	border: 1px solid #C6BEAD;
	width: 96%;
}

/*IE 6*/
*html fieldset.FormularBB
{
	width: 98%;
}

/*IE 7*/
* + html fieldset.FormularBB
{
}

fieldset.FormularBB table
{
	margin-bottom: 10px;
}


fieldset.FormularBB legend
{
	font-weight: bold;
	color: #5A5552;
}


/*FF*/
table.Formular
{
	width: 100%;
	padding: 0px;
	border: 0px solid #000000;
}

/*IE 6*/
*html table.Formular
{
}

/*IE 7*/
* + html table.Formular
{
}

table.Formular td
{
	padding: 2px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #5A5552;
}

table.Formular td.Besch
{
	width: 90px;
	text-align: right;
}

table.Formular td.BeschFett
{
	width: 90px;
	text-align: right;
	font-weight: bold;
}

table.Formular td.Feld
{
	padding-left: 5px;
}


/*FF*/
div.FormularHead
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #5A5552;
	text-align: right;
	width: 100%;
}

/*IE 6*/
*html div.FormularHead
{
}

/*IE 7*/
* + html div.FormularHead
{
}


/*FF*/
div.FormularFooter
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #5A5552;
	text-align: right;
	width: 100%;
	margin-top: 20px;
}

/*IE 6*/
*html div.FormularFooter
{
}


/*IE 7*/
* + html div.FormularFooter
{
}


/*FF*/
div.FormularButton
{
	margin-top: /*\**/ 5px\9;
}

/*IE 6*/
*html div.FormularButton
{
}

/*IE 7*/
* + html div.FormularButton
{
}

input
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

select
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

input.stdTextfeld
{
	width: 180px;
}

input.kleinesTextfeld
{
	width: 30px;
}

input.mittleresTextfeld
{
	width: 134px;
}

input.txtPLZ
{
	width: 80px;
}

input.txtAnrede
{
	width: 80px;
}

textarea.mehrzeiligesTextfeld
{
	height: 120px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	width: 180px;
}

.Fehlertext
{
	color: Red;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

.Pfeil
{
	font-size: 16px;
	font-weight: bold;
}


div.Formular
{
	margin-bottom: 10px;
}

select.ddlLaender
{
	width: 187px;
}

.Empfaenger
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

.BestAnrede
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	color: #5A5552;
}

.BestSpacer
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 6px !important;
}

.FormSpacer
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1px !important;
}

.BestHeading
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #5A5552;
	font-weight: bold;
}

div.FormButton
{
	text-align: right;
}

.hint
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px !important;
	color: #5A5552;
}

td.hint
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}


input.Button
{
	background-color: #003052;
	height: 21px;
	border: 0px;
	text-align: left;
	padding-left: 27px;
	background-image: url(../images/Lib/Tourismus/BGButtonTourismus.gif);
	background-image: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}




