
/*
Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas01/
*/

/* Main body */

body {
	font-family:	Trebuchet MS;
	font-size: 		9pt;
	font-weight: 	normal;
	margin:			0 auto;
	padding:		0;
}

.bodytext, li, ul, div {
	font-family:	Trebuchet MS;
	font-size: 		9pt;
	font-weight: 	normal;
}

h1,h2,h3 {
	font-family:	Arial;
	font-size: 		10pt;
	font-weight: 	bold;
}

h1.errormessage {
	color: red;
}

p.errormessage {
	color: red;
}



#wrap {
	background:#fff;
	margin:0 auto;
	width:850px;
}
#mainWrap{
	position: absolute;
	float: left;
	width: 1000px;
	height: 200px;
	padding-top: 25px;
	top: 150px;

}
#whiteWrap{
	position: absolute;
	float: left;
	width: 700px;
	height: 200px;
	padding-top: 25px;
	top: 150px;
	background-color: #fff;
}

/* Basic tags */
a {
	background-color:inherit;
	color:#286ea0;
	/*font-weight:700;*/
	text-decoration:none;
}

a:hover {
	background-color:inherit;
	color:#286ea0;
	text-decoration:none;
}

a img {
	border:0;
}

p {
	margin:0 0 1.4em;
}

/* Header */
#header {
	width: 850px;
	height:200px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../img/header-allg.jpg);
}


/*Left and right sidebar */
#leftside {
	background-color: #fff;
	clear:both;
	float:left;
	display: block;
	margin:0;
	width:150px;
}
#rightside {
	display: block;
	float: left;
	padding:0;
	width:150px;
	margin-top: 75px;
}
#content {
	display: block;
	float: left;
	margin:0px 25px 5px;
	width: 500px;
	background-color: #fff;
}
#contentwide {
	border-left:1px solid #e0e0e0;
	line-height:1.5em;
	margin:0 0 5px 150px;
	padding:0 0 0 10px;
}
#contentwide2 {
	border-right:1px solid #e0e0e0;
	line-height:1.5em;
	margin:0 150px 5px 0;
	padding:0 10px 0 0;
}
}

#content ul,#contentwide ul,#contentwide2 ul,#content ol,#contentwide ol,#contentwide2 ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content li,#contentwide li,#contentwide2 li {
	margin:0;
	padding:0 0 0 5px;
}

#content ul ul,#contentwide ul ul,#contentwide2 ul ul,#content ol ol,#contentwide ol ol,#contentwide2 ol ol {
	margin:0 0 0 16px;
	padding:0;
}

ul#audiencemenu {
	position: absolute;
	display: block;
	width: 120px;
	margin-left: 700px;
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 120px;
	padding: 0px;
	color: #777777;
}
ul#audiencemenu li {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#audiencemenu li a {
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: block;
	width: 120px;
	padding: 5px 15px;
	color: white;
	margin: 0px;
	border-bottom: 1px dotted white;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px -23px;
	background-color: #222;
}
ul#audiencemenu li a:hover, ul#audiencemenu li a.current {
	opacity:1;
	background-color: white;
	color: #777777;
	border-bottom: 1px dotted black;
	display: block;
	width: 120px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
ul#catmenu,
ul#avmenu,ul#avmenu li ul{
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #eee;
	width: 150px;
	overflow: hidden;
}
ul#catmenu,
ul#avmenu {
	padding-top: 0px;
	background-image: url(../img/white.gif);
	background-repeat: repeat-x;
}
ul#avmenu li ul li a {
	padding-left: 25px;
	background-position: 15px 7px !important;
}
ul#catmenu li,
ul#avmenu li {
	padding-top: 1px;
	display: block;
}
ul#catmenu li a,
ul#avmenu li a {
	background-color: #fff;
	display: block;
	width: 120px;
	padding: 5px 15px;
	color: #777777;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
ul#catmenu li a {
	padding: 1px 0px;
	width: 150px;
	background: none;
	background-color: #fff;
}

ul#catmenu li a:hover, ul#avmenu li a.current,
ul#avmenu li a:hover, ul#avmenu li a.current {
	text-decoration: none;
}

/* Footer */
#footer {
	display: block;
	background:#fff;
	background-image: url(../img/ruler_long.gif);
	background-repeat: no-repeat;
	float: both;
	clear:both;
	color:	#777777;
	margin:0 175px;
	padding-left: 20px;
	padding-top: 15px;
	width:500px;
	line-height:1.5em;
	font-size:	8pt;
}


#footer a {
	background-color:#fff;
	color:#777777;
	/*font-weight:400;*/
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	font-size:1.2em;
}

/* Additional classes */
.left {
	float:left;
	margin:3px 10px 2px 0;
}

.right {
	float:right;
	margin:2px 0 2px 10px;
}

.textright {
	text-align:right;
	margin:5px 0;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.bold {
	font-weight:700;
}

.timestamp {
	font-size:1.2em;
	margin:-5px 0 15px 10px;
}

.timestamp a {
	/*font-weight:400;*/
}

#search {
}
.postinfo {
	background-color:#f4f4f4;
	border-left:4px solid #ccc;
	color:#606060;
	font-size:0.9em;
	line-height:1.4em;
	margin:1px 0 20px;
	padding:8px 5px 8px 8px;
}

.clearing {
	clear:left;
	margin:0;
	padding:0;
	visibility:hidden;
}

.hide {
	display:none;
}

div.tx-wecmap-map {
	overflow: hidden;
}


.registration-input-error {
	border:1px #ff0000 solid;
	background-color:#FFAAAA;
}

.error-message, .form-error-wrap{
	clear: left;
	display: none;
	color: #FF0000;
	font-weight: normal;
	line-height: 15px;
}

.form-error-wrap{
	display: block;
}

#error-description{
	left: 450px;
	top: 6px;
}


.detailview {
	width:				500px;
	/*border: 			1px solid #000000;*/
}

.contentline {
	display:			block;
}


div.detailviewLeftBlock {
	float: 				left;
	width:				150px;
	display:			block;
}

div.detailviewRightBlock {
	color:				#6c6c6c;
	border:				5px;
	padding:			10px;
	width:				330px !important; /*moz width*/
	width:				320px; /*IE width*/
	background-color:	#F2F2F2;
	display:			block;
	float:				left;
/*
	width:				350px;
	padding:			4px;
*/
}

div.answer {
	clear: both;
}

.detailviewGoogleMaps {
	border:				1px solid #000000;
	width:				200px;
	height:				200px;
}

.detailviewLbl {
	font-size:			11px;
	width:				130px;
	font-weight:		bold;
	display:			block;
	float:				left;
}

.detailviewValue {
	font-size:			11px;
	font-weight:		normal;
	width:				200px;
	display:			block;
	float:				left;
}

input,select,textarea {
	font-family:	Trebuchet MS;
	font-size: 		9pt;
	font-weight: 	normal;
	border:			1px solid #888;
}

.form-checkbox, .jscalendar_cb {
	border: none;
}

div#rtewrap {
	height: 250px;
}

div#rtewrap div.htmlarea {
	width: 370px !important;
}

.rtewrap input {
	border: 0;
}
.rtewrap {
	margin: 0;
}
div.rtewrap{
	padding-left:0px;
	float:left;
	padding: 0;
}

.rtewrap input, .rtewrap .editorWrap{
	margin: 0;
	padding: 0;
	width: 450px;
}


div#inserat-detail {

}

.eventline {
	width:				500px;
	padding:			5px;
	border-bottom: 		1px dotted #cccccc;
	font-size:			11px;
	font-weight:		bold;
	display:			block;
	/*height:				30px;*/
	line-height:		25px;
}

.eventlineDate {
	padding-left:		8px;
	width:				90px;
	color: 				#777777;
}

.eventlineTime {
	padding-left:		8px;
	width:				90px;
	color: 				#777777;
}


.eventlineTitle {
	padding-left:		8px;
	width:				320px;
}
a.inserat-header:hover .eventline {
	cursor: pointer;
}

.tx-felogin-pi1 input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

input.edit, textarea.edit {
	width: 370px;
}

.edit_right textarea {
	width: 370px;
}

select.edit {
	width: 185px;
}

div#map83 {
	width: 370px;
	height: 300px;
	display: block;
	overflow: hidden;
	margin-top: 5px;
}

table td {
	vertical-align: top;
}



.editorWrap {
	width: 370px !important;
	margin-right: 2px !important;
}


#account_registration {
	border: 0px solid red;
	padding: 0px;
	margin: 0px;
}


#account_registration td.acc_left {
	line-height:	25px;
	width:			200px;
	padding: 0px;
	margin: 0px;
}


#account_registration td.acc_right {
	line-height:	25px;
	width:			280px;
}

#account_registration input {
	width: 250px;
}

.ttimg{

}

/* form submit button begin */
.form-submit {
	margin: 30px 0 12px 0px;
}
.form-submit input {
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	display: inline;
}

/* form submit button end */


.userarea-listview-table {
	width:			100%;
}

.userarea-listview-table tr {
	line-height:	25px;
}

.userarea-listview-table td {
	border-bottom:	1px solid #777777;
}

.userarea-listview-table img {
	vertical-align: middle;
}

.userarea-listview-labels {
	font-weight:	bold;
}

.userarea-listview-labels td {
	border-bottom:	1px solid #000000;
}


/* paging begin */
.browse {
	height: 30px;
	background-color: #FFFFFF;
}
.browse ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 245px;
}
.browse ul li {
	float:left;
	margin-left: 10px;
	margin-top: 9px;
}
.browse ul li a {
	display:block;
	float:left;
	border: 1px solid #777777;
	width: 20px;
	height: 12px;
	font-size: 10px;
	font-wight:bold;
	color: #777777;
	text-align:center;
}
.browse ul li a:hover, .browse ul li.act a {
	color: #FFFFFF;
	background-color: #777777;
}
/* paging end */

.listHeaderImage {
	background-image: url(../img/listHeaderImage.gif);
	width: 498px;
	height: 257px;
}

.tx-x4emarketplace-teaser{
	display: block;
	width: 150px;
	clear: both;
	border-top: 1px dotted black;
	padding: 20px 0px;
}

.tooltip, .tooltip:hover  {
	text-decoration:	none;
	border-bottom:		1px dotted;
	color:				#000000;
	font-weight:		normal;
}
.tooltiptext {
	width:	320px;
}

#leftside input, #leftside select {
	width: 150px;
}

#leftside input#date_cb {
	width: 10px;
}

#leftside input#date_hr {
	width: 100px;
}

.separatorline {
	width:				500px;
	height: 			5px;
	display:			block;
	border-bottom:		1px dotted #777777;
	margin-bottom:		6px;
	margin-top:			6px;
}

.separatorline2 {
	width:				300px;
	height: 			5px;
	border-top:			1px dotted #777777;
	margin-bottom:		6px;
	margin-top:			6px;
}

/* contact form begin */
.contact_left, .registration_left {
	width:				110px;
}
/* contact form end */

.eventline {
	background-color: 	white;
}

input.jscalendar_cb {
	display: none;
}

#leftside input.jscalendar {
	width: 100px;
	read-only: true;
}

#logo {
	width:	690px;
	height: 130px;
}

#logoWrap {
	width: 850px;
	height:200px;
	position: absolute;
	top: 0px;
}

#logoWrap a img{
	border: none;
}