/* CSS Document */

body { }

div.linkteaser.boxwrap {
	border:2px solid #6F859C;
	/* background:#f3f8ff; */
	border-radius:0.5em;
	padding:1em;
	margin:2em 0 0 0;
	display:inline-block;
	
}


div.linkteaser.boxwrap p {
	/* color:#4285f4; */
}

div.linkteaser.boxwrap p:hover {
	/* color:#34a853;*/
}



div.linkteaser.boxwrap .big {
	margin:0;
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.1em;
}

div.linkteaser.boxwrap .big img {
	height:1.15em; 
	width:auto; 
	margin:0 0.05em -0.32em 0.1em; 
}

div.linkteaser.boxwrap .small {
	margin:0;
}

img.logo {
	margin-bottom:3em;
	width:50%;
}


.bto_nice {
 border:1px solid #7d99ca; 
 -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px; 
 font-family:arial, helvetica, sans-serif; 
 padding: 10px 10px 10px 10px; 
 text-decoration:none; 
 display:inline-block;
 text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 font-weight:bold; 
 color: #FFFFFF;
 background-color: #A5B8DA; background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B8DA), to(#7089B3));
 background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A5B8DA, endColorstr=#7089B3);
 font-size:1.2em;
}

.bto_nice:hover{
 border:1px solid #5d7fbc;
 background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
 background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
 background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
 background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
 background-image: -o-linear-gradient(top, #819bcb, #536f9d);
 background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
}