* {
	margin: 0;
	padding: 0;
}

html, body{ 
 	margin:0; 
 	padding:0; 
 	text-align:center;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background: #5b5b5b;
} 

body {
	background: #000 url(../img/hintergrund.jpg) 0 0 repeat;
}

h1{font-size:21px;font-weight:bold;}

/* Main classes */

.clearer {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	border: none;
}

/* Page structure */
 
#pagewidth{ 
	width:1009px; 
	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
	margin-top: 5px;
}

#main_wrapper {
	float: left;
	overflow: hidden;
	background: #f4f4f4;
	padding: 9px;
	width:762px;
	position: relative;
}

#right_wrapper {
	float: right;
	width: 210px;
	overflow: hidden;
	text-align: left;
}

/* Main content structure */
#content_wrapper {
	padding-top: 5px;
}

/* Header structure */
 
#header{
	width:762px;
	position: relative;
	margin-bottom: 2px;
}

#top_container {
	background: #8b8a8a;
	height: 86px;
}

#top_logo {
	float:left;
	margin-left:5px;
	margin-top:39px;
}

#top_logo img {
	padding-left:14px;
}

#beta_badge {
	top:12px;
	left:258px;
	position:absolute;
}

#beta_badge img {
	width:40px;
	height:40px;
}

#top_info {
	height: 85px;
	background: #000000;
	position: relative;
}

/* Top menu */

#top_menu {
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:28px;
	text-transform:uppercase;
	float: left;
	width: 100%;
	background-color: #000;
}

#top_menu ul {
	list-style-type:none;
}

#top_menu li {
	float:left;
}

#top_menu .sep {
	background:#999999 none repeat scroll 0 0;
	display:block;
	height:15px;
	width:1px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

#top_menu .last {
	border-right: none;
}

#top_menu a {
	/* background: url('../img/top_menu_bg.gif') repeat-x;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display:block;
	font-size: 13px;
	float: left;
	padding: 0 22px 0 22px;
	font-family: Verdana;
}

#top_menu .act, #top_menu .act:hover {
	background-color: #c4c4c4;
	color: #000;
}

#top_menu a:hover {
	text-decoration:underline;
	background-color: #363636;
}

#top_menu .last {
	margin-right: 0;
}

/* Info */

#top_info_menu {
	color:#E3E3E3;
	font-family:Arial,"Helvetica Neue",Calibri,Tahoma,Verdana,sans-serif;
	font-size:11px;
	position:absolute;
	right:18px;
	top: 5px;
}

#top_info_menu li {
	color: #fff;
	display: inline;
}

#top_info_menu .sep {
	margin: 0 3px;
}

#top_info_menu a {
	color: #fff;
}

#top_info_menu a:hover {
	text-decoration: none;
}

/* Options */

#top_event_search {
	left:285px;
	position:absolute;
	top:56px;
}

#top_regio_select {
	color: #fff;
	position:absolute;
	right:5px;
	top:30px;
}

/* Maincol structure */

#main_quickstart {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	float: left;
	width: 292px !important;
}

.main_quickstart_body .number td {
	width: 100px;
	border-bottom: 5px solid #a21506;
}

.main_quickstart_body .number p {
	color: #4d4d4d;
	float: right;
	font-size: 60px;
	margin-bottom: -10px;
	margin-right: -3px;
	
}

.main_quickstart_body .teaser h1 {
	color: #4d4d4d;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
}

.main_quickstart_body .content p {
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
}

.main_quickstart_body .link a {
	text-align: center;
	margin-top: 4px;
	width: 100%;
	display:block;
	background: #4e4e4e;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#main_infobar {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	float: left;
	width: 184px;
	border-right: 5px solid #fff;
}

#main_content {
	min-height: 620px;
	height: auto !important;
	height: 1px;
	float: right;
	width: 462px;
}

.subpage #main_content {
	width: auto;
}

#main_content .content_table {
	border-top: 5px solid #fff;
	width:100%;
	background-color:#E2E2E2;
	display: block;
}

#main_content .text {
	padding: 2px;
}

#main_content .text h1 {
	color: #a21506;
	font-size: 11px;
	font-family: Arial;
	padding: 4px 0px;
	text-decoration: underline;
}

#main_content .text p {
	color: #000;
	font-size: 11px;
	font-family: Arial;
	padding: 4px 0px;
}

#main_content .text a {
	background: transparent url('../img/textarea_link.jpg') 0px 2px no-repeat;
	color: #a21506;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 17px;
	padding-top: 1px;
}

#footer{
	background:#000000 none repeat scroll 0 0;
	height:152px;
	margin-bottom:9px;
	margin-top:10px;
	width:762px;
}

#footer #service-navi {
	margin-left:22px;
}

#footer #service-navi li {
	float:left;
	width:185px;
}

#footer #service-navi h2 {
	color:#fff;
	font-family:arial black;
	font-size:12px;
	margin-bottom:8px;
	margin-top:15px;
}

#footer #service-navi a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

#footer #service-navi a:hover {
	text-decoration:underline;
}

#footer #copyright {
	color:#FFFFFF;
	float:right;
	padding-top:15px;
	width:175px;
}

#footer #copyright .subculture {
	background:url('../img/logo_footer.jpg') no-repeat left top;
	font-family:arial black;
	padding-top:26px;
	position:relative
	
}

#footer #copyright .digit {
/*	background:url('../img/logo_3digit.jpg') no-repeat left center; */
	margin-top:20px;
	padding-left:36px
}

.csc-header h5 {
   	color: #fff;
    font-size: 13px;
    font-family: Arial black, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    font-weight: bold;
    padding: 4px 7px 3px 7px;
    background: #ba004b; 
    line-height: 18px;
    clear: both;
}

.fce_box_left {
	margin-right: 4px;
}

.fce_box_right, .fce_box_left {
	width: 221px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.fce_box_header {
	height: 24px;
	background: url('../img/grey_box_head.jpg') repeat-x;
	position: relative;
	margin-bottom: 5px;
}

.fce_box_header h1 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-left: -2px;
	font-weight: bold;
}

.fce_box_body {
	background-color: #E2E2E2;
	padding: 6px;
	height: 190px;
}

.fce_box_body h1 {
	color:#A21506;
	font-size:14px;
	font-weight:bold;
}

.fce_box_body a {
	background:url('../img/textarea_link.jpg') no-repeat 0 0;
	color:#A21506;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	padding-left:19px;
	font-weight: bold;
	text-decoration: underline
}

.fce_box_body .author a {
	background: none;
	margin: 0;
	padding: 0;
	color:#A21506;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

.fce_box_body .content_title {
	font-size: 11px;
}

.fce_box_body table {
	width: 100%;
}

.fce_box_body .more {
	text-align: right;
}

.fce_box_body .content {
	font-size: 11px;
}

.fce_box_left .fce_box_body .content {
	font-weight: bold;
	font-size: 11px;
}

.fce_box_right .fce_box_body .sub_content {
	font-weight: bold;
	font-size: 11px;
}

/* Action Box */

.action_box {
    margin-top: 5px;
    background: url('../img/action_box_bg.jpg') no-repeat;
    height: 140px;
    overflow: hidden;
    width:100%;
}

.action_box .content td {
    padding: 0 5px;
}

.action_box .content .text {
    display:block;
    height:90px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    vertical-align: top;
    position:absolute;
    width:95px;
}

.action_box .content .image {
    text-align:right;
    vertical-align:bottom;
}

.action_box .content .text h2 {
    font-size: 13px;
    color: #a61406;
}

.action_box .link a {
    color:#FFFFFF;
    display:block;
    font-family:arial black;
    font-size:13px;
    font-weight:bold;
    height:17px;
    margin-left:2px;
    text-decoration:none;
    text-transform:uppercase;
}

.action_box .link td {
    vertical-align:bottom;
}

/* Right structure */

#box_login {
	width: 206px;
	overflow: hidden;
	/*background: url('../img/right_wrapper_bg.jpg') repeat-y;*/
	background: #fff;
	float: left;
}

#box_login_container {
	margin-left: 6px;
	margin-right: 6px;
	
}

#box_login_container .white {
	height: 6px;
	display: block;
	clear: both;
	background: #fff;
}

#box_login_container .register {
	text-align: center;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#box_login_container .grey_box_right {
	/*background-color: #9f9685;*/
	background-color: #e2e2e2;
	padding: 5px 0 0 0;
	margin-top: 6px;
	position: relative;
}

#box_login_container .grey_box_right .margin {
	padding: 3px;
	background-color: #c4c4c4;
	position: relative;
	min-height: 29px;
	height: auto;
	_height: 29px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #fff;
}

.margin input.submit {
	position: absolute;
	top: 5px;
	right: 4px;
	border: 1px solid #9b9b9b;
	padding: 2px 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	cursor: pointer;
}

#box_login_container .black_box_l {
	background:url('../img/black_box_l.jpg') no-repeat 0 0;
	height:24px;
	position:absolute;
	width:6px
}

#box_login_container .black_box_m {
	background:url('../img/black_box_m.jpg') repeat-x 0 0;
	float:left;
	height:24px;
	width:100%
}

#box_login_container .black_box_r {
	background:url('../img/black_box_r.jpg') no-repeat 0 0;
	height:24px;
	position:absolute;
	right:0;
	width:6px
}

#box_login_container .black_box_m h5 {
	color:#FFFFFF;
	font-family:Arial black,"Helvetica Neue",Calibri,Tahoma,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:6px;
	padding-top:0;
	text-transform:uppercase;
}
#box_login_container .grey_box_right h1 {
	color:#4D4D4D;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
	font-size:14px;
	padding: 5px 2px;
}

#box_login_container .grey_box_right p {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#box_login_container .grey_box_right a {
	color:#000;
	font-size:11px;
	font-weight:bolder;
}

#box_login_container .register a {
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}

#box_login_container .grey_box_header {
	margin: 3px 0px;
	color:#fff;
	background-color: #4D4D4D;
	padding: 2px 0px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	text-align: center;
}

#box_login_container .grey_box_header input {
	border: none;
	background: #4D4D4D;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Calibri, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size:14px;
}

#box_login_container .loginform {
	margin-left: 5px;
	margin-top: 5px;
	table-layout:fixed;
	width:100%;
}

#box_login_container .loginform input {
	width: 175px;
}

#box_login_container .loginform .submit {
	width:auto;
	margin-left:-5px;
}

#box_login_container .loginform .checkbox {
	vertical-align: middle;
	width:auto;
}

#box_login_container .loginform .permalogin {
	margin-left:-26px;
	width:110px;
}

#box_login_bottom {
	width: 210px;
	height: 6px;
	overflow: hidden;
	/*background: url('../img/right_wrapper_bottom.jpg') no-repeat;*/
}

#tx-srfeuserregister-pi1-fe_users_form {
	font-size:12px;
	font-weight:bold;
	color:#4D4D4D;
	margin-top:10px;
}

.tx-srfeuserregister-pi1 {
	font-size:12px;
	font-weight:bold;
	color:#4D4D4D;
	margin-top:10px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	font-style:normal;
	font-size:10px;
}

.tx-srfeuserregister-pi1 dt {
	margin:3px;
	text-align:left;
}

.tx-srfeuserregister-pi1 label {
	color:#4D4D4D;
	font-weight:normal;
	font-size:14px;
}

.tx-srfeuserregister-pi1 .block {
	display:block;
	width:192px;
	border-bottom:1px dotted #4D4D4D;
}

.tx-srfeuserregister-pi1 input {
	background-color:#AEAEAE;
	border:1px solid #AEAEAE;
	font-size:14px;
	color:#333;
}

#tx-srfeuserregister-pi1-username, #tx-srfeuserregister-pi1-email {
	width:336px;
}

.tx-srfeuserregister-pi1 .button {
	background-color:#333333;
	border:1px solid #333333;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
	text-transform:uppercase;
	width:345px;
}

.tx-srfeuserregister-pi1 .submit {
	float:left;
	width:100%;	
}

.tx-srfeuserregister-pi1 .submit .button {
	width:auto;
}

.tx-srfreecap-pi2-image {
	margin-left:0px;
	margin-top:1em;
	margin-bottom:1em;
}

.tx-srfreecap-pi2-cant-read {
	color:#4D4D4D;
	float:left;
	margin-top:1em;
}

.tx-srfreecap-pi2-cant-read a {
	color: #a21506;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-captcha-response label {
	padding:0px;
}

.mediumrectanglecenter {
	text-align:center;
	display: none;
}

.mediumrectanglecenter * {
	margin-top:10px;
}

.detailView {
	width: 762px;
}

/* Static pages */

.static_page {
	padding:1%;
}

.static_page .bodytext {
	color:#4D4D4D;
	font-size:12px;
}

.static_page h3 {
	color:#4D4D4D;
	font-size:14px;
}

.static_page .bodytext a {
	color:#A21506;
}

.static_page .bodytext a:hover {
	text-decoration:none;
}

/* ads */

#top_ads {
	text-align: center;
/*	background: #5b5b5b; */
	width:780px;
}

#box_ads {
	border:3px solid #FFFFFF;
	text-align:center;
	width:200px;
	background: #fff;
}

#box_ads p {
	margin: 0;
	padding: 0;
}

#skyscraper {
	margin-top:8px;
	text-align:center;
	border: 1px solid #e2e2e2;
}

/* Region selector */

.tx-3dgeventcommunityregion-pi1 .region {
	font-weight: bold;
}

.tx-3dgeventcommunityregion-pi1 .subregion {
	margin-left: 10px;
}

/* typo3 content */
  
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
}

/* Powermail */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url('/typo3conf/ext/powermail/img/icon_exclamation.gif');
	background-repeat: no-repeat;
	background-position: 98% 1px
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #ccc;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #eee;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

.tx-powermail-pi1_fieldset {
	border:none;
}

.tx-powermail-pi1_fieldset legend {
	display:none;
}

fieldset.tx-powermail-pi1_fieldset {
	background:none;
	border:none;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	background-color:#fff;
}

fieldset.tx-powermail-pi1_fieldset label {
	border-bottom:1px dotted #4D4D4D;
	color:#4D4D4D;
	font-size:14px;
	margin-right:10px;
	width:250px;
	font-weight:normal;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	background:#AEAEAE none repeat scroll 0 0;
	border:1px solid #AEAEAE;
	color:#333333;
	font-family:Arial,"Helvetica Neue",Calibri,Tahoma,Verdana,sans-serif;
	font-size:14px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	background-color:#333333;
	border:1px solid #333;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:21px;
	text-align:center;
	margin:0 0 10px 260px;
	text-transform:uppercase;
	width:262px;
}

div.powermail_mandatory_js {
	margin:5px 0 15px 260px;
}

/* Region Select */

.currRegion {
	float:left;
	font-family:Arial black,Arial,"Helvetica Neue",Calibri,Tahoma,Verdana,sans-serif;
	font-size:20px;
	color: #ffffff;
}

.selRegion {
	font-weight: normal;
	font-family: Arial,"Helvetica Neue",Calibri,Tahoma,Verdana,sans-serif;
	cursor: pointer;
	float:left;
	clear:both;
	font-size:12px;
	width:100px;
	color: #ffffff;
}

.mbRegion {
	padding: 20px;
}

.mbRegion a {
	color: #fff;
}

.regionList {
	float: left;
	width: 180px;
}

.subregionList {
	float: left;
	border: 8px solid #fff;
	padding: 5px 5px;
	width: 220px;
	text-align: left;
	min-height: 226px;
	height: 226px;
	height: auto !important;
	-moz-border-radius: 5px;
}

.mbRegion li {
	list-style-type: none;
}

.mbRegion .selected {
	background: #fff;
	margin-right: -8px;
}

.mbRegion a {
	text-decoration: none;
}

.mbRegion .selected a {
	color: #000;
}

.mbRegion .region, .mbRegion .region a {
	float: left;
}

.mbRegion .region a {
	width: 200px;
}

.regionList a {
	cursor: pointer;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

.regionIntro {
	margin: 20px 0px;
}

.regionSelectText {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	margin-top: 3px;
}

/* Searchbox */

.tx-macinasearchbox-pi1 .submit input {
	background-color:#000;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:12px;
}

.tx-macinasearchbox-pi1 .selector input {
	border:none;
	height:18px;
	margin-bottom:5px;
}

/*
	EQUINOXE
*/
.eq_border_top {
	/*background:url('/fileadmin/templates/subculture/img/schatten-klein-top.jpg') 0 0 no-repeat;*/
	height:0px;
	font-size:0px;
	line-height:0px;
	display: none;
}
.eq_border_repeat {
	/*background:url('/fileadmin/templates/subculture/img/schatten-klein-mitte.jpg') 0 0 repeat-y;*/
	width:269px;
	padding: 6px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin-bottom: 10px;
}
.eq_border_bottom {
	/*background:url('/fileadmin/templates/subculture/img/schatten-klein-bottom.jpg') no-repeat;*/
	height:0px;
	margin-bottom:5px;
	font-size:0px;
	line-height:0px;
	width:289px;
	display: none;
}

.eq_border_top_gr {
	/*background:url('/fileadmin/templates/subculture/img/schatten-gross-top.jpg') no-repeat;*/
	height:0px;
	font-size:0px;
	line-height:0px;
	width:468px;
	display: none;
}
.eq_border_repeat_gr {
	/*background:url('/fileadmin/templates/subculture/img/schatten-gross-mitte.jpg');*/
	padding: 6px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin-bottom: 10px;
}
.eq_border_bottom_gr {
	/*background:url('/fileadmin/templates/subculture/img/schatten-gross-bottom.jpg') no-repeat;*/
	height:0px;
	margin-bottom:5px;
	font-size:0px;
	line-height:0px;
	width:468px;
	display: none;
}

.eq_border_top_voll {
	/*background:url('/fileadmin/templates/subculture/img/schatten-all-top.jpg') no-repeat;*/
	height:0px;
	font-size:0px;
	line-height:0px;
	width:762px;
	display: none;
}
.eq_border_repeat_voll {
	/*background:url('/fileadmin/templates/subculture/img/schatten-all-mitte.jpg');*/
	padding: 6px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin-bottom: 10px;
}
.eq_border_bottom_voll {
	/*background:url('/fileadmin/templates/subculture/img/schatten-all-bottom.jpg') no-repeat;*/
	height:0px;
	margin-bottom:5px;
	font-size:0px;
	line-height:0px;
	width:762px;
	display: none;
}

.calendar-table .columNext a img, .calendar-table .columPrevious a img {
	position:relative;
	top:-2px;
}

#top_menu ul li .menu_highlight {
	/*background-color:#fff;*/
	color:#fff;
}
/*
#eq_submenu li {
	border-top:1px solid white;
}

#eq_submenu li.first {
	border:0;
}
*/
#eq_submenu a {
	color:#000;
	text-decoration:none;
}

#eq_submenu a:hover {
	text-decoration:underline;
}

#eq_submenu {
	list-style:none;
	position:absolute;
	background:#363636;
	color:#fff;
	z-index:90909;
	margin-left:86px;
	margin-top:23px;
	display:none;
	top:90px;
	left:1px;
	width:73px;
	padding: 0 22px;
}
#eq_submenu li a {
	display:block;
	padding-top:0.3em;
	padding-bottom:0.3em;
	color: #fff;
	font-size: 11px;
}

/* premkumar edit 19-april-2010 */
.backlinks a{
font-family:Arial, Helvetica, sans-serif;font-size:11px ;line-height:16px; color:#000;
padding:5px;
text-decoration:underline;
}

.backlinks span {font-family:Arial,Helvetica,sans-serif;
font-size:11px;}

.info{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
text-align:justify;
}

.rightColumn .info table {
	font-weight: normal;
}

.rightColumn .info table td.first {
	width: 110px;
}

.csc-header{margin-bottom:5px;}
.grey_box_right .csc-header{margin-bottom:0;}
.magazine{float:right;width:130px;}
.magazine ul{}
.magazine li{padding:0 5px !important;line-height:16px;font-size:13px;}

.magazine h5{font-weight:bold;font-size:14px;text-align:left;color:#000000;}
.magazine P{font-size:12px;color:#FF0000;text-align:left;}

.image_gal{background:#fff; width: 88px;}
.image_gal img{height:80px;width:80px;}

.backlinks{line-height:21px; background-color: #e2e2e2 !important; padding: 2px 0; font-size: 14px; font-weight: bold; height: 20px;}

.articleImg{float:left;}
.articleTitle{}
.articleTitle p {width:auto;font-size:12px;line-height:16px;}

.tx-cwtcommunity-pi1{width:300px;margin-left:-290px;}

.user-friends{position:absolute;right:10px;top:128px;}

.contenttable a, .rightColumn a {
	color: #a21506;
}

input.inpTxtUsername, input.inpTxtPassword {
	padding: 3px;
	border: 1px solid #d7d7d7;
	background-position: 165px 5px;
	background-repeat: no-repeat;
}

input.inpTxtUsername {
	background-image: url(../img/icon_username.gif);
}

input.inpTxtPassword {
	background-image: url(../img/icon_password.gif);
}

