/* Classes */

/* table */
.tables{
	width:660px;
	margin:0px;
	font-size:10px;
	border-spacing:0px;
}

.tables th{
	padding:5px;
	margin:0;
}

.tables tr{
	padding:0;
	margin:0;
}

.tables td{
	padding:5px;
	margin:0;
}

.tables thead{
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

.tables thead tr{
	background:#999999;
}

.tables tbody tr{
	background:#EEEEEE;
}

.tables tbody tr:hover{
	background:#CCCCCC;
}

.tables tbody td{
	border-bottom:1px solid #CCCCCC;
}

/* Eventinformations */

.eventinfo{
	font-size:12px;
	margin:10px 0;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
}

/* forms */

.form{
	border:0;
	font-size:12px;
	font-weight:bold;
	width:auto;
	height:auto;
	margin:10px;
	width:auto;
}

.form table{
	width:650px;
	margin:0px;
}

.form select{
	margin:2px 0;
	border:1px solid #999999;
	background:#FFFFFF;
	color:#999999;
}
.form input, textarea{
	display:block;
	margin:2px 0;
	border:1px solid #999999;
	background:#FFFFFF;
	color:#999999;
}

.form input:focus, textarea:focus, select:focus{
	border:1px solid #666666;
	background:#EEEEEE;
	color:#666666;
}

.form input:hover, textarea:hover, select:hover{
	border:1px solid #666666;
	background:#EEEEEE;
	color:#666666;
}

/* alerts */

.error{
	width:633px;
	margin:0px;
	padding:10px;
	font-weight:bold;
	background:#FF3333;
	border:2px solid #660000;
}

.success{
	width:633px;
	margin:0px;
	padding:10px;
	font-weight:bold;
	background:#33FF33;
	border:2px solid #006600;
}

.information{
	width:633px;
	margin:0px;
	padding:10px;
	font-weight:bold;
	background:#3333FF;
	border:2px solid #000066;
}

/* sidebox */

.sidebox{
	float:left;
	background:#EEEEEE;
	width:260px;
	height:auto;
	margin:10px 0;
}

/* latest users */

.latest_users{
	font-size:12px;
	margin:10px;
}

.latest_users a{
	display:block;
}

/* BB-Code */
.title{
	color:#333333;
	font-family:Verdana;
	font-size:28px;
	font-weight:bold;
}

/* news_info */

.news_info{
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	padding:5px;
}

/* newsbox */

.newsbox{
	float:left;
	width:310px;
	height:100px;
	border:1px solid #CCCCCC;
	background:#EFEFEF;
	margin:5px;
}

.newsbox:hover{
	background:#CCCCCC;
	border:1px solid #999999;
}

.nb_img{
	float:left;
	width:80px;
	font-size:12px;
}

.nb_img img{
	margin:5px;
}

.nb_title{
	font-size:14px;
	font-weight:bold;
	display:block;
}

.nb_txt{
	font-size:12px;
	float:left;
	width:220px;
	margin:5px;
}

/* profile */

.userimg{	
	float:left;
	width:320px;
	height:auto;
	margin:5px 5px 0 0;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
}

.userinfo{
	margin:5px 10px;
	border-spacing:0;
	width:300px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
}

.usertext{
	float:left;
	width:325px;
	height:auto;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	margin:5px 0 0 5px;
}