/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*=====================*/
/*=== Rahmen Styles ===*/
/*=====================*/

.slider-wrapper { 							/** rahmen weiss **/
	float: right;
	background-color: white;
	width: 650px; 
	height: 290px;
	margin-right: 10px;
	margin: 0px 10px 30px 0px
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}