/* ====================================================================
   Projekt: Absichern.de
   Copyright: Artikel 8
   Programming: Ingmar Erwig
   Contact: Ingmar.Erwig@artikel8.com
   
   Last Change: 2005-02-01
   ==================================================================== */

td.header {
	background-image:url(../gfx/service/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

td.greyHeader {
	font-size:13px;
	background-color:#ECECEC;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

td.blueHeader {
	font-size:13px;
	background-color:#D0E8FF;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

td.yellowHeader {
	font-size:13px;
	background-color:#FEFDEF;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	padding-left:25px;
}

td.whiteBox {
	border:1px solid #000000;
	padding:20px 25px 72px 25px;
}

td.blueBox {
	background-color:#E9F5FF;
	border:1px solid #000000;
	padding:20px 17px 30px 25px;
}

td.contactBox {
	border:1px solid #000000;
	padding:25px;
}

td.rightShadow {
	background-image:url(../gfx/static/shadow_r.gif);
	background-position:top;
	background-repeat:repeat-y;
}

td.bottomShadow {
	background-image:url(../gfx/static/shadow_b.gif);
	background-position:top;
	background-repeat:repeat-x;
}

font.font13 {
	font-size:13px;
}

input.text {
	width:180px;
	height:16px;
}

select {
	width:186px;
	height:18px;
}

textarea {
	width:207px;
	height:95px;
	font-size:13px;
	font-weight:bold;
}
