body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

/*** Container ***********************************************/

#top {
	background-image: url(http://www.asta-veranstaltungstechnik.de/asta_template/images/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 980px;
}

#navigation {
	position: absolute;
	left: 220px;
	top: 64px;
	margin: 0px;
}

#content {
	width: 600px;
	margin: 0px;
	padding: 10px;;
	padding-top: 0px;
}

#left {
	width: 170px;
	height: 710px;
	min-height:710px;
	margin: 0px;
	padding: 10px;
	background-image:url(http://www.asta-veranstaltungstechnik.de/asta_template/images/left.jpg);
	background-repeat:no-repeat;
}

#right {
	width: 150px;
	margin: 0px;
	padding: 10px;
}

#imprint {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*** Allgemein ************************************************/

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, td, th, p, div, span {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}

/*** Grundlayout **********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

#imprint {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

/*** Links ****************************************************/

a, a:link, a:visited, a:active, a:focus {
	color: #66CCFF;
	text-decoration: none
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

/*** Artikel **************************************************/

.articleText { 
	margin-bottom: 3px;
/*	text-align: justify;*/
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 135%;
}

.listEntry {
	margin-bottom: 10px;
}

/*** Sonstiges ************************************************/

.image_caption {
	font-weight:bold;
	color:#FFFFFF;
}


.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*** Suche ****************************************************/

.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}

#breadcrumb {
	color: #999999;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrum a:hover {
	color:#999999;
	font-weight:bold;
}

/*** Artikelliste *********************************************/

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*** TOP Navigation *******************************************/

#list_top_ul {
	font: bold 13px Arial, Verdana, sans-serif;
	margin:3px;
	padding:0px;
}
#list_top_ul li {
	list-style: none;
	margin:0px;
	display: inline;
}
#list_top_ul li a {
	padding: 3px;
	margin-right: 20px; /* Abstand der Menüpunkte in der TOP Navigation */
	text-decoration: none;
}
#list_top_ul li a:link {
	color: #FFFFFF;
}
#list_top_ul li a:visited {
	color: #FFFFFF;
}
#list_top_ul li a:hover {
	color: #3c9fff;
	text-decoration:underline;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	color:#3c9fff;
}

/*** Forum ****************************************************/

.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
.postdetails hr {
	margin: 0 0 0 0;
	padding: 0;
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

.postbody		{ font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
.postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
	text-decoration: none; color : #006699;
}
.postbody a:hover { text-decoration: underline; color : #DD6900; }

/*** Kommentar Formular ****************************************/

/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/







/* ---( navcontainer )--------------------------------------------------- */

#navcontainer {
	display: block; 
	float: left; 
	border-left: 0px; 
	width: 170px;
	left: 0px;
	position: absolute;
	background-image: url(http://www.asta-veranstaltungstechnik.de/asta_template/images/left_nav.jpg);
	background-repeat: no-repeat;
	font-family: "trebuchet ms", arial, verdana;
}

#navcontainer ul {
	padding: 0;
	margin: 0; 
	width: auto;
	list-style-type: none;
}

#navcontainer li a {
	display: block; 
	margin: 0px; 
	width: 150px; 
	color: #FFFFFF; 
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

#navcontainer li a:hover {
	background-color:#203839;
}

#navcontainer li a {
	padding: 3px 5px 3px 15px;
	display: block;
}

#navcontainer li.listActive a {
	/*none*/
}

#navcontainer li li a {
	display: block;
	margin: 0px; 
	width: 130px; 
	color: #CCCCCC; 
	text-decoration: none;
	font-size: 12px;
	font-weight: normal; 
}

#navcontainer li li a:hover {
	background-color:#182b2c;
}

#navcontainer li li a {
	padding: 2px 5px 2px 35px;
	display: block;
}

#navcontainer li li.listActive a {
	font-weight:bold;
}

#navcontainer li li li a {
	display: block; 
	margin: 0px; 
	width: 120px; 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

#navcontainer li li li a:hover {
	background-color:#333333;
}

#navcontainer li li li a {
	padding: 2px 5px 2px 45px;
	display: block;
}

#navcontainer li li li.listActive a {
	font-weight:bold;
}