/*
 * Author: Pascal Wyss | MySys.ch
 * www.iconmosaic.com
 *
 * Colors:
 * lightgrey: 
 * darkgrey:
*/

html {}

body {
	background-image:url(images/bg_bottom.gif);
	background-position: 1px;
	margin:0;
	font-family:verdana;
	font-size:10pt;
}

a {
	color:yellow;
}

a:hover {
	text-decoration:none;
}

#navigation {
	background-image:url(images/bg_navigation.gif);
	background-position: 3px;
	height:80px;
	padding-left:20px;
}

#navigation .buttons {
	width:681px;
	text-align:left;
}

#navigation .buttons a img{
	border:0;
	margin-top:10px;
}

#logo {
	margin-left:180px;
}

#infobox {
	position:absolute;
	left:10px;
	top:100px;
	width:100px;
	color:black;
	color:yellow;
}

#page {
	background-image:url(images/bg_page.gif);
	background-position: 2px;
	height:691px;
	background-repeat:repeat-x;
}

* html #page {
	background-image:none;
}

#navigation_shadow {
	background-image:url(images/shadow_bottom.png);
	background-repeat:repeat-x;
	height:10px;
	top:80px;
	left:0px;
	width:100%;
	position:absolute;
}

* html #navigation_shadow {
	background-image:none;
}

#mosaic_container {
	background-image:url(images/bg_mosaic.png);
	background-position: 0px;
	width:701px;
	height:681px;
}

* html #mosaic_container {
	background-image:url(images/bg_mosaic.gif);
}

.icon {
	margin:0;
	padding:0;
	margin-left:1px;
	margin-top:1px;
}

.icon {
	margin:0;
	padding:0;
	margin-left:1px;
	margin-top:1px;
}

.icon:hover {
	background-color:#555555;
}

.iconlink {
	margin:0;
	padding:0;
}

#mosaic {
	width:681px;
	padding:0;
}

a img{
	border:0;
}

#content {
	width:700px;
	margin: 20px;
	margin-top:0px;
	color:yellow;
}

#content h1 {
	padding:15px;
	margin:0;
}

#mosaic_shadow {
	background-image:url(images/shadow_bottom_mosaic.png);
	background-repeat:repeat-x;
	height:10px;
	width:701px;
}

* html #mosaic_shadow {
	background-image:none;
}

input {
	border: 1px solid yellow;
	background-color:#ccc;
	margin:5px;
	width:300px;
}

textarea {
	border: 1px solid yellow;
	background-color:#ccc;
	margin:5px;
}

.submit {
	border:0px;
	background-color:transparent;
	color:blue;
	background-image:url(images/btn_next.png);
	background-repeat:no-repeat;
	height:34px;
	width:34px;
}

#iconTest img {
	border:1px solid yellow;
}

.buy_logo_paypal {
	width:33px;
	height:33px;
}
