/* ############################################################## ALLG ############################################################## */

body {
	background: white;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:12px;
	line-height:1.4;
}

div {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color:#ADAA00;
}

a:hover, a:focus {
	text-decoration: underline;
	color:#6B5E4B;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
} 


h1 {
	font-size:26px;
	margin:0;
	font-weight:normal;
}

h2 {
	font-size:20px;
	margin:0;
	padding-bottom:5px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h4 {
	margin:0;
	padding:0;
}

img {
	border:none
}

p {
	margin: 0px;
	padding: 0 0 3px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.padding5 {
	padding:5px;
}

.boxpadding {
	padding:10px;
}

.line {
	background: #B1B1B1;
	height: 1px;
	float:none;
}

.imgborder {
	border: #B1B1B1 solid 1px;
}

.image_left {
	float:left;
	margin:0 10px 10px 0;
}

/* ############################################################## OVERVIEW ############################################################## */

#wrap {
	width: 960px;
	margin: 0 0 0 20px;
}

#top ul {
	text-align: right;
	padding: 3px 10px 10px 10px;
}

#top li {
	float: right;
	margin-left: 30px;
}

#top li a {
	color: #666;
	font-size: 11px;
}

#header {
	padding: 0 0 10px 10px;
}

#navi {
	border-bottom: #B1B1B1 solid 2px;
	height: 100%;
}

#navi li {
	position: relative;
	top: 2px;
	float:left;
	font-size: 16px;
	margin: 0 10px 0 0;
}

#navi li a {
	display: block;
	padding: 10px;
}

#navi a:hover {
	text-decoration: none;
	background: url(../i/nav.gif) center bottom no-repeat;
}

#navi a.active {
	text-decoration: none;
	background: url(../i/nav.gif) center bottom no-repeat;
	color: #6B5E4B; 
}

#bottom {
	border-top: #B1B1B1 solid 2px;
	height: 20px;
	padding: 3px 10px 0px 10px;
	margin: 0 0 30px 0;
}


#bottom ul {
	height: 20px;
	text-align: right;
}

#bottom li {
	float: right;
	margin-left: 30px;
}

#bottom li a {
	color: #666;
	font-size: 11px;
}

#content {
	padding: 10px;
}

#content_left {
	width: 600px;
	margin: 0 10px 10px 0;
	float: left;
}

#content_right {
	width: 330px;
	float: left;
}

/* ############################################################## CONTENT ############################################################## */

.box {
	background: #F3F3F3;
	border: #B1B1B1 solid 1px;
	width: 260px;
	margin: 0 10px 10px 0;
	float: left;
	padding: 10px 13px 10px 13px;
}

.cat {
	padding:0 10px 5px 5px;
	margin-bottom:10px;
}

.cat ul {
	list-style-position:outside;
	padding:0 0 0 0;
	margin: 5px 0 0 0;
}

.cat li a {
	background:url(../i/cat.gif) 15px 8px no-repeat;
	margin:0;
	padding:5px 0 5px 30px;
	display:block;
}


.cat li ul li a {
	background:url(../i/cat.gif) 15px 4px no-repeat;
	display:block;
	margin:0 0 0 30px;
	padding:0 0 6px 28px;
}


div.tab_leiste {
	position: relative;
	z-index: 100;
	top: 1px;
	padding: 0 5px 0 5px;
}


ul.tab_box  {
	margin: 0 0 0 0;
}

.tab_box li {
	float: left;
} 

.tab_box a {
	color: #fff;
	background: #6B5E4B;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	margin: 0 3px 0 0;
	text-decoration: none;
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/ .tab_box a, .tab_box a span
{
float: none
}
/* End hide */

.tab_box a:hover {
	background: #A79883;
	text-decoration: none;
	color: #fff;
}

.tab_box a.active {
	background: #fff;
	border: #B1B1B1 solid 1px;
	border-bottom: #fff;
	color: #333;
}

.tab_box a.active:hover {
	background: #fff;
	border: #B1B1B1 solid 1px;
	border-bottom: #fff;
	color: #333;
}

.button a {
	background: #6B5E4B;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	margin: 0 2px 2px 0;
}

.button a:hover {
	background: #A79883;
	color: #fff;
	text-decoration: none;
}

.user_list {
	width:190px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding-bottom:40px;
}

.user_list a {
	text-decoration:none;
}

.user_list img {
	margin-top:8px;
}

.alphabet a {
	display: block;
	padding: 5px 10px 5px 10px;
	float: left;
	font-weight: bold;
}

.alphabet a:hover {
	color: #fff;
	background: #6B5E4B;
	text-decoration: none;
}




/* ############################################################## TAB VERTIKAL ############################################################## */

#vertikal_navi {
position: relative;
z-index: 2;
}

.tab_vertikal a {
font-size: 11px;
display: block;
color: #fff;
background: #6B5E4B;
font-weight: bold;
margin: 2px 0 0 0;
text-decoration: none;
padding: 6px 5px 7px 8px;
}


.tab_vertikal a:hover {
background: #A79883;
text-decoration: none;
color: #fff;
}

.tab_vertikal a.active {
color: #fff;
background: #A79883;
}


.tab_vertikal a.sub {
	background:url(../i/cat.gif) 15px 8px no-repeat;
	margin:0;
	padding:5px 0 5px 30px;
	display:block;
	color: #333;
	font-weight: normal;
}


.tab_vertikal a.sub:hover {
background: #EAEAEA url(../i/cat.gif) 15px 8px no-repeat;
}

.tab_vertikal a.subactive
{
	background: #EAEAEA url(../i/cat.gif) 15px 8px no-repeat;
	margin:0;
	padding:5px 0 5px 30px;
	display:block;
	font-weight: normal;
	color: #333;
}

.tab_vertikal .head {
padding: 0 10px 0 10px;
height: 100%;
}

.tab_vertikal div.profile_pic {
float: left; 
width: 55px;
margin: 0 10px 0 0;
background: #fff;
}

.tab_vertikal div.profile_name {
float: left; 
width: 175px; 
padding: 20px 0 0 0;
}

.tab_vertikal div.profile_name h3 {
background: #fff;
}

