/*
______________________________________
CSS für den Refresh von mondosport.ch
Programmierungen bei projekteins.ch
Januar 2007
______________________________________
*/

html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	background: #b3c8e4 url(../images/mondo_sitebg.jpg) repeat-x;
	}
	
div#container {
	position:absolute;
	top:0px;
	left:50%;
	padding:0;
	margin-left:-450px;
	background: #0033cc;
	width: 900px;
	
	color:#FFFFFF;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #0033cc;
	}
	
div#starttop {
position:relative;
	background: url(../images/starttop.jpg) no-repeat;
	width: 100%;
	height: 70px;
	padding: 0;
	}

div#startimage {
	background: url(../images/start.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	min-height:570px;
	padding: 0px;
	}
* html #startimage {  /* nur fuer Internet Explorer */
 	height: 570px;
  	h\eight: 570px;
	}
	
div#starttext {
	margin-top: 230px;
	margin-left:455px;
	width: 420px;
	font-size:130%;
	padding:10px;
	color: #0033cc;
	text-align:right; 
		text-shadow: 1px 1px 2px #6c8dda;
	}

div#startimage a {
	text-decoration:none;
	color: #0033cc;
	text-align:left;
	}
	
div#startimage a:link {
	text-decoration:none;
	}
	
div#startimage a:visited {
	text-decoration:none;
	}

div#startimage a:link:hover, div#startimage a:visited:hover {
	text-decoration:none;
	color: #e34203;
	}

/*
______________________________________
end CSS © by projekteins.ch
______________________________________
*/

