@charset "utf-8";
/* CSS Document */

@import url(webfont/stylesheet.css);


/*
hell a399c4
dunkel 4c3d87

*/

body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	overflow-y:scroll;
	font-family:'thesans';
	}

.row_wrap {
	width:100%;
	float:left;
	position:relative;
	/*background-image:url(images/trans_pixel.png);*/
	}

.content-wrap { width:100%; float:right;}
.logo { width:528px; float:right; margin:50px 100px 30px 0px;}
.text { width:346px; float:right; margin:0px 100px; clear:both; color:#4c3d87; font-size:15px; line-height:18px;}
a { color:#4c3d87;}
a:hover { color:#a399c4;}

