/* CSS Document */

/* Reset all */
*{
padding: 0;
margin: 0;

}

/* Allgemeines */
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;
}

/* Absaetze */
p {
font-size: 1em;
line-height: 1.7em;
margin: 0.5em 0;
}

/* Kleinerer Text */
.s {
font-size: 0.9em;
}

/* Left or right align of elements */
.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;
}

/* Layout*/

#wrapper { 
position: relative;
width:94%;
margin-left:3%;
margin-right:3%;
} 

#top_row {
width:100%;
height:25px;
text-align: right;
}

#branding {
height:65px;
background: #164c7f url(/SSLiveWebNode/html/media/logo_psw_div_branding_rc.jpg) no-repeat left;
width:100%;
}

#main_contents { 
float:left;
width:94%;
padding:3%;
border-left: 1px #cccccc solid;
background:url(/SSLiveWebNode/html/media/border_right.gif) right repeat-y;
} 
 
#login_welcome {
float:left;
width:94%;
padding:3%;
border-left: 1px #cccccc solid;
background:url(/SSLiveWebNode/html/media/border_right.gif) right repeat-y;
}

#login_area {
width: 330px; 
float: right;
margin-left:20px;
padding:10px;
background-color: #ebeeef;
border: 1px solid #8696a2;
} 

#footer {
height:30px;
margin-bottom:10px;
padding-top:8px;
background:url(/SSLiveWebNode/html/media/div_footer_rc_right.jpg) no-repeat right bottom;
background-color:#1c5586;
clear: both; 
} 


/*- Horizontal Menu--------------------------- */ 

#tabs {
float:left;
width:100%;
margin-top:20px;
background: url(/SSLiveWebNode/html/media/logo_psw_div_tab.jpg) no-repeat top right #164c7f;
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("/SSLiveWebNode/html/media/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("/SSLiveWebNode/html/media/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;
}
