/*
Welcome Window
*/

.welcomeWindow H1{
	color: #9ACE3B;
	font-size: 13px;
}

.welcomeWindow p{
	line-height:1.8 !important;
}

/* layout */
/* to make the search results from the mainheader visible */
#yui-gen0.yui-layout-unit-top {
    z-index: 1;
    overflow: visible;
}
#yui-gen0.yui-layout-unit-top div.yui-layout-bd {
    overflow: visible;
}

/*
overlayWindow
zb. About Window
*/

.overlayWindow {
	overflow: auto;
	height: 500px;
	width: 680px;
}

.overlayWindow .lead {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.overlayWindow .content {
	font-size: 11px;
	margin-bottom: 10px;
}

.overlayWindow h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

.overlayWindow p {
	margin: 0;
	padding: 0;
}

.overlayWindow .content img{
	margin-right: 10px;
}

/*
Startpage
*/

.startpage .content {
	width: 310px;
}

/*
Contact
*/

.overlayWindow .contact {
	margin-bottom: 10px;
}

.overlayWindow .contact input.text{
	width: 200px;
}

.overlayWindow .contact textarea{
	width: 300px;
	height: 150px
}

/************************************************
			Profile
************************************************/

.profile #top {
	position: relative;
	height: 110px;
	width: 700px;
}

.profile #top #permalink
{
	background:#DDDDDD none repeat scroll 0 0;
	height:15px;
	left:-10px;
	margin-right:5px;
	padding:3px 10px;
	position:absolute;
	top:-3px;
	width:460px;
}

.profile #top #left {
	position: absolute;
	top: 20px;
	left: 0;
	width: 300px;
	height: 140px;
}

.profile #top #left #picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	height: 140px;
}

.profile #top #left #editPicture {
	position: absolute;
	top: 65px;
	left: 0;
	width: 25px;
	height: 14px;
	z-index: 1;
	background: #FFF;
}

.profile #top #left #command {
	position: absolute;
	top: 0;
	left: 80px;
	height: 140px;
	width:300px;
}

.profile #top #right {
	position: absolute;
	top: 0;
	left: 200px;
}

.profile #top #right .profildata {
	padding: 1px;
	width: 300px;
}

.profile #bottom {
	position: relative;
	top: 10px;
}

/* ...- @ Navigation ....*/
.profile #bottom #navBar {
	position: relative;
}
.profile #bottom #navBar #navigation {
	background: tansparent;
	list-style: none;
	width: 700px;
	padding: 0;
	margin: 0 auto 0 auto;
}

.profile #bottom #navBar #navigation li {
	float: left;
	padding: 5px;
	border:1px solid #7D99AF;
	background: #7D99AF;
	margin-right: 1px;
}

.profile #bottom #navBar #navigation li.active {
	background: #314F69;
}

.profile #bottom #navBar #navigation li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 3px 0;
	color: #fff;
}

.profile #bottom .content {
	position: relative;
	display: none;
	clear: both;
	overflow: auto;
	position: relative;
	/*width: 680px;*/
	height: 324px;
	background: #E6EEF1;
	border: 1px solid #7D99AF;
	padding: 10px;
}

.profile #bottom .active {
	display: block;
}

.profile #bottom .content .entry {
	height: 50px;
	position: relative;
	padding: 2px;
}

.profile #bottom .content .entry .title {
	position: absolute;
	top: 12px;
	left: 52px;
	color: #000;
	font-weight: bold;
}

.profile #bottom .content .entry .opinionCount {
	position: absolute;
	top: 32px;
	left: 152px;
}

.profile #bottom .content .entry .createDate {
	position: absolute;
	top: 32px;
	left: 52px;
}

.profile #bottom .content .faventry .title {
	left: 106px;
}

.profile #bottom .content .faventry .username {
	position: absolute;
	top: 32px;
	left: 106px;
	color: #000;
	font-weight: bold;
}

.profile #bottom .content .faventry .opinionCount {
	left: 266px;
}

.profile #bottom .content .faventry .createDate {
	left: 176px;
}

.profile #bottom .content .faventry div.favIcon {
	background: url("../images/favIcon.png") no-repeat;
	position: absolute;
	top: -3px;
	left: 37px;
	height: 14px;
	width: 15px;	
}

.profile #bottom .content .friend {
	float: left;
	width: 100px;
	overflow: hidden;
	margin: 5px;
}

.profile #bottom .content .friend a {
	font-weight: bold;
	color: #000;
}

.profile #bottom .content .date {
	margin: 0px 0px 10px 0px;
}

.profile #bottom .content .meinungen {
	padding-left: 0px;
}

.profile .Messages {
	width: 400px;
}

.profile .Messages label {
	width: 60px;
	float: left;
	float: left;

}

.profile .Messages input.fieldText,
.profile .Messages textarea,
.profile .Messages .labeledText {
	width: 335px;
	float: left;
}
