/* @override
	http://www.putserver.info/css/main.css */

body{
/*background-image:url("images/background.png");
/* background-color: #333; */
/* font-family:candara, Oriental; */
font-size:10px;

background-color:#666;
background : no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div.container{
/*background-image: url("images/putlogo.png");*/
background-repeat: no-repeat;
background-position: right top ;
}
div.typecontainer{
height:280px;
padding:15px;
border-radius:15px;
margin-top:30px;
opacity:.5;
}
div.typecontainer:hover{
	opacity: 1;
}
.color1{
background-color: none;
/*background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(222, 168, 99)), to(rgb(255, 227, 182)));
background-image: -webkit-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -moz-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -o-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -ms-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));*/
/*background-image: radial-gradient(50% 50%, rgb(215, 227, 182), rgb(222, 168, 99));*/



border:3px solid rgb(252, 250, 250);
}
ul.sites{
list-style:none;
padding:0;
}
a{
border-radius:5px;
margin:5px;
padding:3px 5px;
width:66px;
height: 50px;
float:left;
text-decoration:none;
text-align:center;
border:2px solid #daebf2;
color: #c5d2d7;
font-size: .9em;
background-color: #626060;
/*background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(78, 106, 130)), to(rgb(128, 171, 208)));
background-image: -webkit-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -moz-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -o-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -ms-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));*/


}
a:hover{
color:#000;
border-color: #A29533;
background-color: #C0E0E0;
}
a img{
display: block;
margin: 5px auto 0 auto;
border-radius: 3px;
width: 17px;
}
label.typehead{
float:left;
margin:-30px 0 10px;
font-size:1.2em;
padding:2px 20px;
border-radius:10px;
text-align:center;
background-color: #ffe3b6;
/*background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(222, 168, 99)), to(rgb(255, 227, 182)));
background-image: -webkit-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -moz-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -o-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: -ms-radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
background-image: radial-gradient(50% 50%, rgb(255, 227, 182), rgb(222, 168, 99));
border:2px solid #C25C31;*/
color:#454545;
}

div.google{
clear:both;
border:1px solid #fff;
padding:4px 15px;
float:left;
border-radius:10px;
margin:20px 0 10px 0;
background-color: #999;
/*background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(78, 106, 130)), to(rgb(128, 171, 208)));
background-image: -webkit-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -moz-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -o-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: -ms-radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));
background-image: radial-gradient(50% 50%, rgb(128, 171, 208), rgb(78, 106, 130));*/
}
div.google input[type="text"]{
width: 300px;
padding: 5px;
border-radius: 5px;
font-weight: bold;
}
div.google input[type="submit"]{
font-size: 1.2em;
padding: 5px;
font-family: arial, verdana;
border-radius: 5px;
border:0;
color: #f2f2f2;
cursor: pointer;
margin-left: 5px;
font-weight:bold;
background-color: #555;
/*background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(194, 92, 49)), to(rgb(255, 164, 128)));
background-image: -webkit-radial-gradient(50% 50%, rgb(255, 164, 128), rgb(194, 92, 49));
background-image: -moz-radial-gradient(50% 50%, rgb(255, 164, 128), rgb(194, 92, 49));
background-image: -o-radial-gradient(50% 50%, rgb(255, 164, 128), rgb(194, 92, 49));
background-image: -ms-radial-gradient(50% 50%, rgb(255, 164, 128), rgb(194, 92, 49));
background-image: radial-gradient(50% 50%, rgb(255, 164, 128), rgb(194, 92, 49));*/

}
div.google input[type="submit"]:hover{
background-color: #666;
}
#buienradar{
padding: 5px;
float: left;
margin: 10px 0 0 20px;
}