/****************************************************************************/
/* Allgemeine TAG Eigenschaften                                             */
/****************************************************************************/

body
{
  font: 11px, Verdana, Arial, Helvetica, sans-serif;
  color: #717171;
  margin-top: 12px;
  background-color: #dfdfdf;
}

a
{
	color: #837D6C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

h1
{
	font-size: 20px;
	margin-top: 0px;
}

h2
{
	font-size: 10pt;
	margin-bottom: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px none;
}

select
{
	padding: 1px !important;
}


/****************************************************************************/
/* Allgemeine Klassen                                                       */
/****************************************************************************/

.link_cursor
{
	cursor: pointer;
}

.emphasis
{
	font-style: italic;
}

.topalign
{
	vertical-align: top;
}

.center
{
	margin: 0 auto;
}

.text_center
{
	text-align: center;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.scroll
{
	overflow: auto;
}

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

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

.pointer
{
	cursor: pointer;
}

.results-dark
{
	background-color: #F0F0F0;
}

.results-bright
{
	background-color: #F9F9F9;
}

.results-highlight
{
	background-color: #E2E9E4;
}


/****************************************************************************/
/* Seitenaufbau                                                             */
/****************************************************************************/


#termin_wrapper
{
	width: 750px;
	margin: 0px auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial;
  	font-size: 10pt;
}


#termin_table th
{
	height: 25px;
	vertical-align: text-top;
	color: #969696;
}

.kw
{
	width: 30px;
	font-weight: bold;
	vertical-align: text-top;
	padding-top: 13px;
	color: #969696;
}

.kalender_box
{
	width: 118px;
	height: 139px;
	background:url(../pictures/kalender_bg.jpg) no-repeat;
	padding-top: 3px;
}

.date
{
	font-size: 11px;
	border-bottom: 1px solid #969696;;
	padding-bottom: 3px;
	color: #808080;
	width: 80px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.termin
{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	font-weight: bold;
}

.termin a
{
	color: #D0A033;
}

.past
{
	color: #C0C0C0;
	border-color: #C0C0C0;
}

#filialenbox
{
	margin-left: 45px;
	margin-bottom: 15px;
}

#filiale
{
	background-color: #ffffff;
	color: #808080;
	font-size: 13px;
	padding-bottom: 2px !important;
	font-weight: bold;
}

.termin_titel
{
	font-size: 16px;
	font-weight: bold;
}

#errors
{
	float: left;
	color: #FF8080;
	margin-left: 40px;
	margin-top: 60px;
	font-weight: bold;
	width: 350px;
}

#errors ul
{
	margin-left: 15px;
	padding-left: 0px;
}

#termin_form
{
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}

#vorname, #nachname, #email, #hochzeit, #telefon
{
	background-color: #E1E1FF;
	width: 250px;
}

#anrede
{
	background-color: #E1E1FF;
	width: 110px;
}

#bemerkungen
{
	background-color: #E1E1FF;
	width: 250px;
	height: 150px;
}

#save, #cancel
{
	width: 124px;
}

#cancel
{
	margin-left: 85px;
	margin-right: 5px;
}



#ueberschrift
{
	background-color: #F1F1F1;
	color: #D0A033;
	width: 764px;
	margin: 0px auto;
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
