/* CSS Document */

#Greeting {
	background:#DEFCD1;
	color:#eee;
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-webkit-box-shadow: 0 0 30px #777; 
	-moz-box-shadow: 0 0 30px #777; 		
	text-align: center;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#GreetingContent {
	color:#003399;
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background-color: #FFFFFF;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #336600;
	background-image: url(Images/back2.gif);
}
.inputbut{
	background-attachment: fixed;
	background-image: url(../bilder/button.gif);
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 120px;
	font-weight: bold;
	background-repeat: no-repeat;
	}
.inputbut2{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 120px;
	font-weight: bold;
	background-color: #009933;
	color: #FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	}	
.inputField 
{
	BORDER-RIGHT: #7f7f7f 1px solid;
	BORDER-TOP: #7f7f7f 1px solid;
	BORDER-LEFT: #7f7f7f 1px solid;
	BORDER-BOTTOM: #7f7f7f 1px solid;
	FONT-SIZE: 12px;
	background-color: #CCFF99;
} 

.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 12px;
	background-color: #FFFFCC;
} 
.inputIntInfoTxt
{
	BORDER-RIGHT: #7f7f7f 1px solid;
	BORDER-TOP: #7f7f7f 1px solid;
	BORDER-LEFT: #7f7f7f 1px solid;
	BORDER-BOTTOM: #7f7f7f 1px solid;
	FONT-SIZE: 12px;
	background-color: #CCFF99;
} 
.errorIntInfoTxt 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 12px;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 9px;
	background-color: #E2E1E1;
} 
.headlineweiss
{
	background-color: #9F0004;
	color: #FFFFFF;
}

