/* Mausland Mobile CSS */

body {
	background-color: #9c9cff;
	font-family: sans-serif, "bitstream vera sans", "arial";
	font-size: 10pt;
	color: black;
}

h1 {
	font-family: sans-serif, "bitstream vera sans", "arial";
	color: black;
	font-weight: bold;
	font-size: 11pt;
}

h2 {
	font-family: sans-serif, "bitstream vera sans", "arial";
	color:black;
	font-style: normal;
	font-size: 10pt;
}

input {
	background-color: #ededff;
	font-weight: bold;
	border-width: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: #d6d6d6;
}


textarea {
	background-color: #ededff;
	border-style: dashed dashed dashed dashed;
	border-color: #d6d6d6;
}

p {
	font-family: sans-serif, "bitstream vera sans", "arial";
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
	color: #9d1017;
}

a {
	text-decoration: none;
	color: black;
}

ul {
	line-height: 24px;
}

.borderless {
	border: none;
	border-width:0px;
}

.leftfloatimage {
	float:left;
	padding: 15px 25px 5px 5px;
}

.navi{
	margin: 0px auto;
	padding: 3px 0px 10px 3px;
	text-align:center;
}

.navi.img {
	margin-left: 3px;
}

.languageselect{
	font-size: 8pt;
	text-align:right;
	padding-right:20px;
	/* padding-top:2px; */
}

img {
	border: 0;
}	
		
#roundedbox {
	margin:	0px auto;
	padding: 0px 12px 10px 10px; 
	width: 738px;
	background: white url(b_r.png) top right repeat-y;
	/* For the crappiest browser on earth:
	3px bug (actually 4 this time)
	
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
		F U C K  I E  A N D  I T S  B U G S 
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!	

	*/
	/* hide from Mac \*/	
	* margin-top : -4px;
	/* end hide */	
}

div.clearer {clear: both; line-height: 0px; height: 0px;}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* And again doing shit for that fucking microcrap bugware
	
	*******************************************************
	  W H E N  W I L L  T H E  W O R L D  N O T I C E
	  T H A T  I E  I S  A  B U N C H  O F  S T I N K Y
	                      S H I T ?!
	*******************************************************		      
	
	*/
	/* hide from Max \*/
	* margin-top: -1px;
	/* end hide */
}

#bi {
	padding:0 0 0 12px;
	background: white url(border.png) 0 0 repeat-y;
}	

#bt {
	background: url(b_t.png) no-repeat top left;
	margin: 0px auto;
	width: 760px;
	height: 15px;
}


#bb {
	background: url(b_b.png) no-repeat bottom left;
	margin:	0px auto;
	width: 760px;
	height:24px;
	text-align: center;
	font-size: x-small;
}	

.rightborder {
	background: white;
	border-style: none dashed none none;
	border-width: 2px;
	border-color: #999999;
	width: 47%;
	float:left;
	padding: 3px 1% 3px 1%;
}

.leftcolumn {
	background: white;
	width: 47%;
	float:left;
	padding: 3px 1% 3px 1%;
}	

.submitlink {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: green;
}
.submitlink.a {
	color: green;
}

	
	
