

table {
	font-size: 100%;
}


img {
	border: none;
}


h2 {
	margin: 4px;
	font-size: 100%;
	
}

h2 a, h2 a:link, h2 a:visited {
	color: white;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}



h3 {
	font-size:100%;
}

p, li {
	font-size: 100%;
	margin:2px;
}

p.titleish {
	font-weight: bold;
}


p.info{
	font-size: 100%;
	margin-bottom:1em;
	color:black;
}


p.small {
	font-size: 90%;
}

p.postbodytopinfo {
	padding-bottom: 2px;
	margin: 0px;
	font-size: 100%;
	border: 0px solid silver;
	
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

.alignedright {
	text-align: right;
}

.centered {
	text-align: center;
}

textarea {
	font-size: 100%;
}

div.right {
	padding: 0px;
	margin-left: 180px;
	margin-right: 40px;
}

* html div.right {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  	 margin-left: 177px;
	 margin-right: 40px;
 }

div.left {
	font-size: 100%;
	float: left;
	line-height: 140%;
	width: 160px;
	clear:both;
	margin-bottom: 7px;
	padding-left:15px;
	
}


#leftmenue{
font-weight: normal;
position: relative;
float: left;
width: 160px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}


#leftmenue ul li {

	list-style-type:none;
	list-style-image:url('../../templates/wai/images/squareyellow.gif');
}

#leftmenue ul ul li {

	font-weight:normal;
	list-style-type:none;
	list-style-image:url('../../templates/wai/images/squareyellowsmall.gif');
}

#leftmenue a:hover {

	text-decoration:underline;
	background-color: #FFCC99;
}


div.catrow {
	font-size: 110%;
	background-color: #999999;
	margin-bottom:0.5em;

	color:white;
	font-weight:bold;
}

div.catrow h2{
	padding: 2px 2px 2px 2px;
}

div.catrow a,div.catrow a:link, div.catrow a:visited, div.catrow a:hover  {
	color:white;
	text-decoration:underline;
}

div.catrow a:hover {
	text-decoration:underline;
	color: #333333;
}

div.forumrow {
	background: #FFCC99;
	border-top:1px solid #EBEBEB;
	color:black;
	font-weight:normal;
}

div.forumrow a,div.forumrow a:link, div.forumrow a:visited, div.forumrow a:hover  {
	color:black;
	text-decoration:underline;
}
div.forumrow a:hover {
	text-decoration:underline;
	background-color: #CCCCCC;
}

div.base {
	background-color: transparent;
	padding:0px;
	margin-bottom: 0px;
	
}

div.text {
	background: #FFCC99;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	
	overflow: auto;
	font-size:100%;
	
}


div.topics {
	background: #F0F0F0;
	border: 1px solid silver;
	padding: 3px;
	text-align: center;
}

table.topics {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	
	width: 99%;
	text-align: left;
	
}

table.topics th {
	speak-header:once;
}

table.topics td {
	font-size: 100%;
}

div.bottom {
	
	font-size: 85%;
	color: silver;
	text-align: center;
	clear: both;
}

div.posts {
	background-color: transparent;
	padding: 0px;
}

div.postbody {
	background-color: #FFCC99;
	border: 0px solid silver;
	font-size: 100%;
	padding: 5px;
	padding-left: 5px;
	overflow: auto;
	margin:0;
}

	div.postbody li {
		font-size: 100%;
	}

div.spacer {
	height: 10px;
	line-height:0px;
	font-size:0pt;
}

div.postbodyleft {
	width: 160px;
	/*position: absolute;
	
	left: 30px;
	*/
	float:left;
	font-size: 80%;
	
}

div.message {
	margin-left:160px;
	
}

div.quote1 {
	margin: 5px;
	margin-bottom: 0px;
	font-size: 90%;
	
}

div.quote2 {
	margin: 0px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #EFEBEF;
	overflow: auto;
	padding:3px;
}

div.quote2_code {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #F0F0F0;
	font-size: 100%;
	overflow: auto;
}

div.inboxbar {
	background: #F0F0F0;
	border: 1px solid silver;
}

div.pmtext {
	
	font-size: 100%;
}

acronym {
	cursor: help;
}

span.forum_desc {
	padding-left:16px;
}

.hide {
	display: none;
}

form {
	padding:0px;
	margin:0px;
}

legend{
	padding:0px;
	margin:0px;
	border:none;
}

fieldset {
	border:none;
}

	
ul {
	margin-left:15px;
}	

input {
	font-size:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.inputfield {
	width: 10em;
	font-size:80%;
}

div.right legend {
	width:140px;
}

.error {
	color:red;
	font-size:140%;
}



