/*///////// losehandy.css - CSS-Stylesheet für LoseHandy.de - Klamm-Lose per SMS kaufen
//////// (c) 2007-2009 by Fabian Dreßen (admin@losehandy.de)

/////// Kopie, Weitergabe, Veränderung, ... nur mit ausdrücklicher, schriftlicher Genehmigung gestattet !*/

* body {
	font-size: 11px;
	color: #eee;
	background-color: #4664b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.ueber1 {
	font-size: 18px;
	font-weight: bold;
	color: #cc0;
}

h1 {
	font-size: 17.5px;
	font-weight: bold;
	color: #ffa500;
	margin: 0 0 3px 0;
	padding: 0;
}

h2 {
	font-size: 14.5px;
	font-weight: bold;
	color: #ff4500;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.msgdiv {
	width: 90%;
	background-color: #2d4070;
	padding: 0px 5px 10px 5px;
	margin: 0px;
	font-size: 12px;
	border: 1px solid #4664b0;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F28041;
	text-decoration: underline;
}
a:active {
	color: #F28041;
	text-decoration: underline;
}
.biglink:link {
	color: #F28041 !important;
	text-decoration: underline !important;
	font-weight: bold;
	font-size: 14px;
}
.biglink:visited {
	color: #F28041 !important;
	text-decoration: underline !important;
	font-weight: bold;
	font-size: 14px;
}
.biglink:hover {
	color: #FFFF00 !important;
	text-decoration: underline !important;
	font-weight: bold;
	font-size: 14px;
}
.biglink:active {
	color: #FFFF00 !important;
	text-decoration: underline !important;
	font-weight: bold;
	font-size: 14px;
}
.normlink:link {
	color: #F28041 !important;
	text-decoration: underline !important;
}
.normlink:visited {
	color: #F28041 !important;
	text-decoration: underline !important;
}
.normlink:hover {
	color: #FFFF00 !important;
	text-decoration: underline !important;
}
.normlink:active {
	color: #FFFF00 !important;
	text-decoration: underline !important;
}
.msgdiv a:link {
	color: #F28041;
	text-decoration: none;
}
.msgdiv a:visited {
	color: #F28041;
	text-decoration: none;
}
.msgdiv a:hover {
	color: #F28041;
	text-decoration: underline;
}
.msgdiv a:active {
	color: #F28041;
	text-decoration: underline;
}
#maintd a:link {
	color: #F28041;
	text-decoration: none;
}
#maintd a:visited {
	color: #F28041;
	text-decoration: none;
}
#maintd a:hover {
	color: #F28041;
	text-decoration: underline;
}
#maintd a:active {
	color: #F28041;
	text-decoration: underline;
}
.temptable {
	width: 95%;
	border: 0;
	border-collapse: collapse;
}
.temptable td {
	padding: 0;
}
.tableueber {
	color: #4664b0;
	background-color: #fff;
	font-size: 11px;
}
.orangebig {
	font-size: 16px;
	color: #F28041;
}
#errmsg {
	color: #f00;
	font-size: 14px;
}
.errtext {
	color: #f00;
	font-size: 14px;
}



#wrap {
	width: 830px;
	position: relative;
}

#header {
	background: url(/images/header_start.jpg) no-repeat 0 0;
	height: 120px;
}

#login {
	text-align: left;
	position: absolute;
	top: 100px;
	left: 30px;
}

#main {
	background: url(/images/mitte.png) repeat-y 0 0;
}

#main p {
	margin: 0;
	padding: 0;
}

#maintop {
	background: url(/images/oben.png) no-repeat 0 0;
	height: 21px;
}

#mainbottom {
	background: url(/images/unten.png) no-repeat 0 0;
	height: 42px;
	font-size: 11px;
}
#mainbottom p {
	padding-top: 30px;
}

#copyright {
	margin-top: 20px;
	font-size: 9px;
}
#bonus {
	position:absolute;
	top: 112px;
	left: -88px;
}


