/*****************************************************************
 *  General Look
 *****************************************************************/
body, td, tr, table, textarea, input, select {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size: 11px ;
	color:#333333;
}

form{
	margin: 0px;
}

p {
	margin-bottom:10px; 
	margin-top:0px;
}

h1 {font-size:13px;margin-top:40px;margin-bottom:15px;}
h2 {font-size:12px;margin-top:10px;margin-bottom:8px;}
h3 {font-size:11px;margin-top:6px;margin-bottom:6px;}
h1, h2, h3{font-weight:bold;color: #333333;}

h2.close {
	margin-top: 3px;
	margin-bottom: 3px;
}

hr {
	height: 1px;
	border: 1px solid gray;
}

pre {
	font:11px "Courier New",monospace;
	margin: 0;
}

a:link    {color:#FF6600;text-decoration:none;background-color:transparent}
a:visited {color:#FF6600;text-decoration:none;background-color:transparent}
a:active  {color:#FF6600;text-decoration:none;background-color:transparent}
a:hover   {color:#FF6600;text-decoration:none;background-color:transparent}

img {border-width: 0px}

table {
	width: 430px;
	border-width: 0px;
	padding:0;
	margin:0 0 20px 0;
	border-collapse: collapse;
	clear:both;
}
table th, table td {
	margin:0;
	padding: 4px;
	border-bottom: 1px solid white;
}
th {
	color: #FFFFFF;
	font-weight: bold;
	background: #6c1600;
}
td.tdorange{
	color: #FFFFFF;
	background: #ef6700;
}
td.tdgray{
	color: #333333;
	background: #cccccc;
}
td.tdgreen{
	color: #FFFFFF;
	background: #0da600;
}
td.tdred{
	color: #FFFFFF;
	background: #c00f0f;
}
table th.lft {
	background: url(../images/bg_th_lft.gif) no-repeat #6c1600;
	background-position: top left;
}
table th.rgt {
	background: url(../images/bg_th_rgt.gif) no-repeat #6c1600;
	background-position: top right;
}
tr.alt {
	background: #e5e5e5;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style: none;
}

/*****************************************************************
 *  General Look
 *****************************************************************/
 
#container {
	text-align: left;
	background-color: white;
	padding: 5px;
}

#mainnavi{
	margin-top:10px;
}

#sidenavi{
	margin-top:10px;
}

#whereami{
	margin-top:10px;
}

#membermenue{
	margin-top:10px;
}
#membermenue span {
	display: none;
}

#box span { 
	display:none
}

#attachment span { 
	display:none
}

#langmenue {
	margin-top:10px;
}

#copyright {
	margin-top:10px;
	font-size: 8pt;
}

/*****************************************************************
 *  Addidtional Colors and Sizes
 *****************************************************************/

.small {font-size:10px}
.xsmall {font-size:9px}
.xsmall_light {font-size:9px; color: #999999} 
.fatsmall {font-size:10px;font-weight:bold;}
.fatwhite {font-size:11px;font-weight:bold;color:#ffffff}
.orange{color:#FF6600;background-color:transparent;}
.blue{color:#007dc6;background-color:transparent;}
.red{color:#c00f0f;background-color:transparent;}
.green{color:#0da600;background-color:transparent;}
.dark {color: #333333; text-decoration : none;}
.black {color: #000000; text-decoration : none;}

.line{ 
	clear : both; 
	width: 100%;
	padding: 5px 0;
	display: block;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: left; 
}

.col1 {
	float: left;
	width: 140px;
	padding: 0;
}
.col2 {
	clear: none;
	margin-left:150px;
	width:275px;
	padding:0;
}

.spacer {
	display:block;
	width:100%;
	height:33px;
	background: url(../images/spacer.gif) repeat-x top left;
	background-position: 0px 10px;
	clear:both;
}
.wide {
	line-height: 150%
}
