/* Reset all */
*{
	padding: 0;
	margin: 0;
}

body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	font-family: arial, verdana,sans-serif;
}

a:link {
}

a:visited {
	background-color: #fff;	
}

a:hover {
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.icon {
	vertical-align:bottom;
	margin-bottom:0.3em;
}

.keine-anzeige {
	display: none;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
}

/* Kleinerer Text */
.s {
font-size: 0.9em;
}

.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

.aligncenter {
	text-align:center;
}

h1 {
	line-height:2em;
	margin-bottom:0.5em;
}

h2 {
	line-height:2em;
	margin-bottom:0.5em;
}

h3 {
	line-height:2em;
	margin-bottom:0.5em;
}

h4 {
	line-height:2em;
	margin-bottom:0.5em;
}

#main_contents h1 {
	font-size: 1.5em;
	line-height:2em;
	margin-bottom:0.5em;
}

#main_contents h2 {
	font-size: 1.3em;
	line-height:2em;
	margin-bottom:0.5em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.copyright {
	color:#CCCCCC;
}

#wrapper { 
	position: relative;
	width:94%;
	margin-left:3%; 
	margin-right:3%;
} 

#top_row {
	width:100%;
	height:25px;
	text-align: right;
}

#branding {
	height:65px;
	background:url(../Images/logo_psw_div_branding_rc.jpg) no-repeat left;
	background-color:#43BB1C;
	width:100%;
}

#brandingLoginToAccess {
	height:65px;
	background:url(../Images/logo_psw_div_brandingLoginToAccess_rc.jpg) no-repeat left;
	background-color:#43BB1C;
	width:100%;
}

#main_contents { 
	float:left;
	width:94%;
	padding:3%;
	border-left: 1px #cccccc solid;
	background:url(../Images/border_right.gif) right repeat-y;
} 
 
#login_welcome {
	float:left;
	width:94%;
	padding:3%;
	border-left: 1px #cccccc solid;
	background:url(../Images/border_right.gif) right repeat-y;
}

#login_area {
	width: 330px; 
	margin-left:20px;
	padding:10px;
	background-color:#E7F1F8;
	border:solid;
	border-width:1px;
	border-color:#00487D;
} 

#accessdenied_area {
	width: 330px; 
	float:none;
	vertical-align: middle; 
	text-align : center; 
	margin-left:20px;
	padding:10px;
	background-color:#E7F1F8;
	border:solid;
	border-width:1px;
	border-color:#00487D;
} 

#footer {
	height:30px;
	margin-bottom:10px;
	padding-top:8px;
	background:url(../Images/div_footer_rc_right.jpg) no-repeat right bottom;
	background-color:#43BB1C;
	clear: both; 
} 

#tabs {
	float:left;
	width:100%;
	margin-top:20px;
	background: url(../Images/logo_psw_div_tab.jpg) no-repeat top right #43BB1C;
	font-size:93%;
	line-height:normal;
}

#tabs ul {
	margin:0;
	padding:28px 10px 0 50px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../Images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../Images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#003366;
}
 
#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

.colHeader {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #E7F1F8;
}

.page {
	border: 0px;	
	text-align: right;
}

.infoboxtext_title {
	font-weight: bold; 
	font-size: 13px; 
	color: #ffffff
}

