body, html {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: white;
}
/*** Standard Elemente ***/

p {
	margin: 3px;
	font-size: 13px;
}
h1 {
	margin: 0;
}
h2 {
	margin: 0 0 1em;
}
h3 {
	/*color: #ffaa4f;*/ 
	margin: 1em 0em 1em;
	font-weight: bold;
	font-size: 14px;
}
img {
	border: none;
}
/** Text **/

.font_size_small {
	font-size: 10.5px !important;
	font-weight: normal !important;
}
.font_size_medium {
	font-size: 12px;
}
.font_size_big {
	font-size: 14px !important;
}
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.justify {
	text-align: justify;
}
/* Links */
a:link {
	/*text-decoration: none;*/
	color: #ffffff;
	font-size: 13px;
}
a.lilac:link {
	/*text-decoration: none;*/
	color: #acabb1 !important;
}
a.yellow:link {
	/*text-decoration: none;*/
	color: #ffaa4f !important;
}
a:visited {
	/*text-decoration: none;*/
	color: #ffffff;
}
a:hover {
/*text-decoration: none;*/
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}
/** Farben **/

.red {
	color: red !important;
}
.bright_red {
	color: #ff6f6f !important;
}
.green {
	color: #00c520;
}
.bright_green {
	color: #78cc40;
}
.light_lilac {
	color: #c9c8c8;
}
.lilac {
	color: #acabb1;
}
.turquoise {
	color: #d3ebf4 !important;
}
light_gray {
	color: #e1e1e1 !important;
}
.gray {
	color: #bfbbbb !important;
}
.dark_gray {
	color: #828282!important;
}
.light_yellow {
	color: #edbc84;
}
.yellow {
	color: #ffaa4f !important;
}
.yellow2 {
	color: #f6b777 !important;
}
.orange {
	color: #ff9600;
}
/** Inputs */

input[type=text], textarea {
	font-size: 13px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
input[type=text]:focus, textarea:focus, select:focus {
	font-size: 13px;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
input[type="text"], textarea, select {
	font-family: Tahoma, Geneva, sans-serif;
	color: #777777;
	width: 250px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 1px 1px 2px #f3f3f3;
	-moz-box-shadow: 0px 1px 1px 2px #f3f3f3;
	box-shadow: 0px 1px 1px 1px #f3f3f3;
	background: #f2eff0;
	background: -moz-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2eff0), color-stop(100%, #fff7f7));
	background: -webkit-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -o-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -ms-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eff0', endColorstr='#fff7f7', GradientType=0 );
}
input[type="text"]:hover, input[type="text"]:focus, select:hover, select:focus {
	color: #333;
	font-size: 13px;
	border: 1px solid #333;
	background: #f2eff0;
	background: -moz-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2eff0), color-stop(100%, #fff7f7));
	background: -webkit-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -o-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: -ms-linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
	background: linear-gradient(top, #f2eff0 0%, #fff7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eff0', endColorstr='#fff7f7', GradientType=0 );
}
input[type="button"], input[type="submit"] {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size: 13px;
	text-shadow: 0px 1px 1px #fff;
	line-height: 20px;
	padding: 5px;
	margin-top: 4px;
	min-width: 120px;
	min-height: 20px;
	border: 1px solid #95969a;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 1px 2px #f3f3f3;
	-moz-box-shadow: 0px 1px 1px 2px #f3f3f3;
	box-shadow: 0px 2px 1px 1px #f3f3f3;
	background: #cbccce;
	background: -moz-linear-gradient(top, #cbccce 0%, #95969a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbccce), color-stop(100%, #95969a));
	background: -webkit-linear-gradient(top, #cbccce 0%, #95969a 100%);
	background: -o-linear-gradient(top, #cbccce 0%, #95969a 100%);
	background: -ms-linear-gradient(top, #cbccce 0%, #95969a 100%);
	background: linear-gradient(top, #cbccce 0%, #95969a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbccce', endColorstr='#95969a', GradientType=0 );
}
input[type="button"]:hover {
	background: #95969a;
	background: -moz-linear-gradient(top, #95969a 0%, #cbccce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95969a), color-stop(100%, #cbccce));
	background: -webkit-linear-gradient(top, #95969a 0%, #cbccce 100%);
	background: -o-linear-gradient(top, #95969a 0%, #cbccce 100%);
	background: -ms-linear-gradient(top, #95969a 0%, #cbccce 100%);
	background: linear-gradient(top, #95969a 0%, #cbccce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95969a', endColorstr='#cbccce', GradientType=0 );
}
input.small {
	width: 20px !important;
}
input[type="submit"].delete, input.delete, input[type="submit"].delete {
	box-shadow: none !important;
	margin: 2px !important;
	padding: 2px !important;
	height: 40px;
	border: 1px solid #860c03;
	color: white !important;
	font-weight: bold;
	text-shadow: none;
	background: #ac0c00 !important;
	background: -moz-linear-gradient(top, #ac0c00 0%, #eb1100 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac0c00), color-stop(100%, #eb1100)) !important;
	background: -webkit-linear-gradient(top, #ac0c00 0%, #eb1100 100%) !important;
	background: -o-linear-gradient(top, #ac0c00 0%, #eb1100 100%) !important;
	background: -ms-linear-gradient(top, #ac0c00 0%, #eb1100 100%) !important;
	background: linear-gradient(top, #ac0c00 0%, #eb1100 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0c00', endColorstr='#eb1100', GradientType=0 ) !important;
}
select.select_small {
	width: 50px !important;
}
/* Design */
.image_border, img.image_border {
	background: white;
	border: 4px solid rgba(255, 255, 255, 0.1);
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: content;     /* Firefox 3.6 */
	-webkit-background-clip: content;  /* Safari 4? Chrome 6? */
	background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.image_small {
	width: 150px;
}
.social_button {
	margin-left: 4px;
	margin-right: 4px;
}
/* Layout */

.float_right {
	float: right;
}
.float_left {
	float: left;
}
.centered {
	text-align: center;
}
/** Margins and Paddings **/


.no-padding {
padding: 0px !important:
}
/* Tabellen */

td {
	padding: 4px;
	vertical-align: top;
}
.tr_bg {
	background-image: url(../images/tr_bg.png);
}
.textbloecke td {
	padding: 20px !important;
}
/* Event Album Listen*/

table.eventalbum_list {
	width: 670px;
	border: none;
	border-collapse: collapse;
	margin-top: 15px !important;
}
table.eventalbum_list td {
	padding: 9px;
}
/* Event Listen*/

table.event_list {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-top: 15px !important;
	border: 1px solid #45505d;
}
table.event_list td {
	padding: 9px !important;
}
/* Listen Styles */
.event_date {
	/*color: #c9c8c8;*/
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 0px 20px 10px;
	border: 1px solid #656c72;
	background-color: #3b4a61;
}
.event_banner {
	max-height: 117px;
	max-width: 100px;
	margin-left: 5px;
}
.event_tip {
	background-image: url(../diskothek.at/images/tip.png);
	background-repeat: no-repeat;
	background-position: 97% 95%;
	border: 2px solid #fff;
}
.column_date {
	width: 100px;
}
.column_name {
	width: 320px;
}
.column_location {
	width: 250px;
}
.column_infos {
	width: 350px;
}
.column_small {
	width: 80px !important;
}
.column_small_button {
	width: 25px !important;
}
.column_medium {
	width: 130px !important;
}
.column_number {
	width: 10px;
}
/* Album Zusatzinfos verlinkung */
.album_infos_links {
	width: 400px;
	text-align: right;
	margin-top: 9px;
	margin-bottom: 9px;
	float: right;
}
/* Suche*/
.search_magnifier_button, input[type="button"].search_magnifier_button, input[type="submit"].search_magnifier_button {
	/*width: 15px !important;	*/
	font-size: 10px !important;
	padding: 2px !important;
	box-shadow: none !important;
}
input.search_input {
	font-size: 10px !important;
	width: 130px;
	margin-right: 4px !important;
	box-shadow: 1px 0 0 1px #F3F3F3 !important;
}
/* Werbung andreastischler.com und diskothek.at */

.adposition_top_overlay {
	position: absolute;
	z-index: 10;
	margin-left: 250px;
	/*margin-top:255px;*/
	width: 740px;
	background-color: #15263b;
	top: 0px;
}
/* Werbeplatz über Content */
.adposition_content_bigsizebanner {
	margin-left: 255px;/*background-color:#15263b;*/
}
.middle2 {
	margin-left: 3px !important;
	margin-bottom: 10px;/* width:300px;
	height:250px; 
	background-color:gray;*/

}
/* Rechter Werbungsbereich */
#right_ad_wrap {
	/*background-color:#15263b;*/
	/*width:300px;*/
	float: left;
	position: absolute;
	margin-left: 996px;
	min-height: 800px;
	width: 250px;
}
.ad {
}
.h600 {
	margin-bottom: 5px;
	min-height: 600px;
}
