/***********************************************/
/* screen.css	                                */
/***********************************************/

#printHead {
	display: none;
	margin: 0;
	padding: 0;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top center;	*/
}


/*****************************************
* Layoutvariablen
******************************************/
.right_td_bg {
	background-color: #E8F0F9;
	background-image: url(images/bg_rechte_spalte.gif) !important;
	background-position: top left;
	background-repeat: repeat-y;
}

.ice_td_bg {
	background-color: #E8F0F9;
	background-image: url(images/bg_eis_left.jpg) !important;
	background-position: top left;
	background-repeat: repeat;
}

#middlecol {
	display: block;
	width: 340px;
}

#leftcol, rightcol  {
	display: block;
}

#rightcol {
	height: 400px;
}

#subnavi {
	display: block;
	padding-left: 15px;
	padding-top: 15px;
}

a.button,
.button{
	background-color: #085F50;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover,
.button:hover {
	text-decoration: none;
	color: #E94D2E !important;
}

a.redbutton,
.redbutton{
	background-color: #E94D2E;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

a.redbutton:hover,
.redbutton:hover {
	text-decoration: none;
	color: #000000 !important;
}


div.message {
	display: block;
	margin: 20px;
	border-color: #E94D2E;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

/***********************
Formular-Formatierungen
************************/

.right {
	float: right;
}

.left {
	float: left;
}

.clear_float {
	clear: both;
}

input.textfield, textarea {
	font-size: 11px;
	background-color: #D2E1F3;
	border-width: 1px;
	border-style: solid;
	border-color: #3399CC;
}

input.button {
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E94D2E;
	color: #E94D2E !important;
	font-weight: bold;
}

select {
	font-size: 11px;
	background-color: #D2E1F3;
	border-width: 1px;
	border-style: solid;
	border-color: #3399CC;
}

input.checkbox {
	border-width: 1px;
	border-style: solid;
	border-color: #3399CC;
	font-size: 9px;
	margin-bottom: 2px;
}

form {
	margin: 0;
	margin-top: 5px;
}

.fullwidth{
	width: 100%;
}

.halfwidth{
	width: 130px;
}

.fifthwidth {
	width: 40px;
}

.fourfifthwidth {
	width: 220px;
}
