/* ---------------------------
CSS: Go to Portal
(c) Tim Jagusch, Infocus Media GmbH
----------------------------- */
#Portal
{
	width:864px;
	height:31px;
	background:url(portal/portal_top.jpg) repeat-x;
	border-left:1px solid #999; border-bottom:1px solid #999; border-right:1px solid #999;
	text-align:left;
} 

.Portal_Button
{
	margin-left:30px;
	width:321px;
	height:31px;
	background:url(portal/btn_portal.jpg) no-repeat;
	display:block;
}

.Portal_Button:link
{
	width:321px;
	height:31px;
	background:url(portal/btn_portal.jpg) no-repeat;
}

.Portal_Button:hover
{
	background:url(portal/btn_portal_hover.jpg) no-repeat;
}

#page {
        background-color: #f0f0f0;
        width: 750px;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
}

/* Magazinuebergreifende Formatierungen */

.mbImprint{
	font-size:12px;
	margin-bottom:10px;
	width:490px;
}

.mbImprint td, .mbImprint th
{
	padding:3px;
}

.mbImprint th
{
	color:#666;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	background:#FFF;
}

.mbImprint td a
{
	color:#990000;
}

.form_error {
	color: #AF0B19;
	font-size: 10px;
}

/* sfGuard */
.LoggedIn
{
	font-size:12px;
	color:#333;
}

.PasswordForgotten
{
	font-size:12px;
	color:#333;
}

/* Passwort vergessen */

.sendenabrechen_btn [type="submit"]
{
	margin-right:20px;
}

.sendenabrechen_btn a
{
	background:#f5f5f5;
	text-decoration:none;
	font-size:13px;
	color:#333;
	border:1px solid black;
	-moz-border-radius:3px;
}


/*	newsletters	*/
#newsletterTable {
	width:480px;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
	
#newsletter_titel {
	font-weight:bold;
	font-size:14px;
	text-decoration:underline
}
	
#newsletterTable td {
	padding:5px;
}
	
#newsletterTable input[type="text"] {
	border:1px solid #CCC;
	width: 280px;
}
	
#newsletterTable input[type="submit"] {}



/*	company detail vew */

.CompanyDetails{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:490px;
}
	
.CompanyName{
	font-weight:bold;
	font-size:16px;
	background:#990000;
	color:#FFF;
	padding:2px;
}
	
.CompanyHeading{
	float:left;
	width:150px;
	font-weight:bold;
	color:#990000;
}

.CompanyHeading2{
	font-weight:bold;
	margin-top:5px;
	color:#999999;
}

.CompanyPeopleDetails{
	margin-left:14px;
}
	
.CompanyPeopleDetails ul{
	list-style:none;
}
	
.CompanyPeopleName a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
	
.CompanyPeopleName a:hover{
	color:#990000;
}
	
.CompanyAdress{
	border-bottom:1px dotted #CCC;
}
	
.CompanyAdress ul{
	list-style:none;
}

.LinkBack{
	clear:both;
	text-align:right;
	font-weight:bold;
}
