@import "stylesheet.css";
@import "menu.css";
@import "search_box.css";
@import "login_box.css";
@import "news.css";
@import "events.css";
@import "linklist.css";
@import "feuserregister.css";
@import "agenda.css";
@import "admpanel.css";
@import "user_list.css";

.csc-header{
	padding-bottom:2px;
	border-bottom:1px solid black;
	color:#000000;
}
.csc-header a:link {color:#000000;text-decoration:underline;}
.csc-header a:visited {color:#000000;text-decoration:underline;}
.csc-header a:hover {color:#000000;text-decoration:underline;}

.bodytext{
	margin:4px 0px 12px 0px;
	text-align:justify;
	color:#000000;

}

.content-wrap-left{
	
	margin:5px 0px 0px 5px;
}

.content-wrap-right{
	
	margin:5px 5px 0px 5px;
}

h1	{font-size:12px;color:#000000;margin:0px}
h2	{font-size:12px;color:#000000;margin:0px}
h3	{font-size:12px;color:#000000;margin:0px}

#content{
	width:813px;
	float:left;
/*	margin-left:200px;*/
/*	background-image:url(../images/content_bg.png);*/
/*	padding:5px;*/
	height:500px;
	background:#FFFFFF;

}

html>body #content{
	width:813px;
	float:left;
/*	margin-left:200px;*/
/*	background-image:url(../images/content_bg.png);*/
/*	padding:5px;*/
	height:auto;
	background:#FFFFFF;
	min-height:500px;
}

#content_left{
	width:803px;
	float:left;
	/*border: 1px dotted #666666;*/
}

#content_right{
	width:402px;
	float:right;
	/*border: 1px dotted #666666;*/
}
