/**
 * +----------------------------------------------------------------------+
 * | CSS version 2                                                        |
 * +----------------------------------------------------------------------+
 * | Copyright (c) 50plus-treff.de                                        |
 * +----------------------------------------------------------------------+
 * | Date: 2008.01                                                        |
 * +----------------------------------------------------------------------+
 * | Media: Screen                                                        |
 * +----------------------------------------------------------------------+
 * | Color: #7F7F7F                                                       |
 * |        #B90000                                                       |
 * |        #0A1C40                                                       |
 * |        #0B265B                                                       |
 * +----------------------------------------------------------------------+
 * | Author: Original Author <stefan@frede.biz>                           |
 * +----------------------------------------------------------------------+
 */
/* reset
 ***************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* typography & colors
 ***************************************************************************/
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66.5%;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #0B265B;
}

a:hover,
a:active,
a:focus {
	color: #B90000;
	text-decoration: underline;
}

#frame {
	background-color: #FFF;
}

#header .claim {
	color: #7F7F7F;
	font-size: 1.2em;
	font-weight: bold;
}

#body .main .content {
	font-size: 1.2em;
	line-height: 1.2em;
}

#body .container .main .content .profilhead .status .info {
	font-size: .9em;
	font-weight: bold;
	line-height: .9em;
	text-align: center;
}

#body .container .main .content .profilhead .status .info .inactive {
	color: #FFF;
}

#body .container .main .content h2 {
	background-color: #0A1C40;
	color: #FFF;
	font-size: 1.3em;
}

#body .container .main .content .profilhead .utilities dl dd a {
	font-weight: bold;
}

#body .container .main .content .profilnavigation ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#body .container .main .content form fieldset legend {
	font-size: 1.3;
	font-weight: bold;
}

#body .container .main .content fieldset dl dd div.help {
	font-size: .8em;
	line-height: 1.2em;
}

#body .content {
	font-size: 1.2em;
	line-height: 1.2em;
}

#body .sidebar h1 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

#body .sidebar h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

#footer {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
}

#advantages {
	background-color: #0D3860;
	color: #FFF;
}

#advantages .content {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}

#advantages .content h3 {
	color: #ECDB46;
	font-size: 1.3em;
}

.note {
	color: #B90000;
}

/* structure
 ***************************************************************************/
#frame {
	margin: 0 auto;
	padding: 1em;
	width: 70.5em;
}

#header {
	height: 6em;
}

#body .container {
	float: left;
	margin: 0 -23em 0 0;
	width: 100%;
}

#body .container .main {
	margin: 0 23em 0 0;
}

.sidebar {
	float:right;
	position:relative;
	padding: 0 0 0 1em;
	width: 22em;
	display:table;
}

#body .container .main .content .profilhead {
	margin: 0 0 .7em;
}

#body .container .main .content .profilhead .status {
	float: left;
	width: 7.7em;
}

#body .container .main .content .profilhead .status .info div {
	height: 11px;
	margin: 0 0 .3em;
	padding: 2px 0 1px;
	overflow: hidden;
}

#body .container .main .content .profilhead .utilities {
	margin-left: 8.7em;
}

#body .container .main .content .profilnavigation {
	margin: 0 0 .9em;
}

#body .container .main .content .profilinformation {
	margin: 0 0 .6em;
}

#footer {
	border-top: 1px dashed black;
	margin: 2em 23em 0 0;
	padding: .6em 0 0;
}

/* headlines
 ***************************************************************************/
#header h1 {
	margin: 0 0 .1em;
}

#body .container .main .content h2 {
	font-size: 12px;
	padding: .2em;
	margin: 0 0 .6em;
}

#body .container .main .content .profilhead .utilities h2 {
	margin: 0;
}

#body .container .main .content h3 {
	border-bottom: 1px solid #0A1C40;
	margin: 0 0 .7em;
}

#body .sidebar h2 {
	margin: 0 0 1.1em;
}

#advantages .content h3 {
	margin: 0 0 .2em;
	padding: 0 0 0 1.1em;
}

.legendtop {
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	width:520px;
}
/* images
 ***************************************************************************/
#header h1 a img {
	height: 32px;
	width: 208px;
}

#body .container .main .content .profilhead .status .imgcontainer {
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1px;
	border: 1px solid #000;
	margin: 0 0 1em;
	width: 90px;
}

#body .container .main .content .profilhead .status .info .active {
	background: url(/images/bgstatus.gif) no-repeat center 0;
}

#body .container .main .content .profilhead .status .info .inactive {
	background: url(/images/bgstatus.gif) no-repeat center -14px;
}

#body .container .main .content .profilhead .utilities dl dt img {
	height: 12px;
	width: 12px;
}

#body .container .main .content .profilhead .utilities dl dd img {
	height: 11px;
	margin: 0 0 0 0.3em;
	width: 13px;
}

#body .container .main .content .profilnavigation ul li a:link,
#body .container .main .content .profilnavigation ul li a:visited {
	background: url(/images/bgprofilenavbtn.gif) no-repeat center -20px;
}

#body .container .main .content .profilnavigation ul li a:hover,
#body .container .main .content .profilnavigation ul li a:active,
#body .container .main .content .profilnavigation ul li a:focus {
	background: url(/images/bgprofilenavbtn.gif) no-repeat center 0;
}

#body .container .main .content .profilnavigation ul li a.active:link,
#body .container .main .content .profilnavigation ul li a.active:visited,
#body .container .main .content .profilnavigation ul li a.active:hover,
#body .container .main .content .profilnavigation ul li a.active:active,
#body .container .main .content .profilnavigation ul li a.active:focus {
	background: url(/images/bgprofilenavbtn.gif) no-repeat center 0;
}

#body .container .main .content .profilinformation li {
	background: url(/images/icoarrowblack.gif) no-repeat 0 .2em;
}

#advantages .content ul li {
	background: url(/images/icoarrowyellow.gif) no-repeat 0 .2em;
}

/* lists
 ***************************************************************************/
#body .container .main .content dl {
	overflow: hidden;
	width: 100%;
}

#body .container .main .content dl dt {
	float: left;
}

#body .container .main .content dl dd {
	float: right;
}

#body .container .main .content .profilnavigation ul {
	list-style-type: none;
	text-align: center;
}

#body .container .main .content .profilnavigation ul li {
	display: block;
	float: left;
	text-align: center;
}

#body .container .main .content .profilnavigation ul li a {
	display: block;
	float: left;
	height: 18px;
	margin: 0 2px 0 0;
	padding: 2px 0 0;
	text-align: center;
	width: 93px;
}

#body .container .main .content .profilnavigation ul li.last a {
	margin: 0;
}

#body .container .main .content .profilinformation ul li {
	margin: 0 0 0 .9em;
	padding: 0 0 0 1.4em;
}

#body .container .main .content fieldset dl dd {
	margin: 0 0 .2em;
	width: 26.5em;
}

#body .container .main .content fieldset dl dd.checkbox {
	width: 37.5em;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 .6em;
}

#footer ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: 0 .3em 0 0;
}

#footer ul li.last {
	border-right: none;
}

#advantages .content ul li {
	padding: 0 0 0 1.5em;
}

/* forms
 ***************************************************************************/
#body .container .main .content form fieldset {
	margin: 0 0 .6em;
}

#body .container .main .content form .mandatory {
	margin: 0 0 .6em;
	text-align: right;
}

#body .container .main .content fieldset dl dd ,
#body .container .main .content fieldset dl dd  {
	float: left;
	width: 11.8em;
}

#body .container .main .content fieldset dl dd div.help {
	float: right;
	width: 13.5em;
}

/* sidebar
 ***************************************************************************/
#body .sidebar .content .teaser {
	border: 1px solid #B90000;
	padding: .5em;
}

#body .sidebar .content .teaser p {
	margin: 0 0 1.3em;
}

#body .sidebar .content .teaser p.small {
	margin: 0 0 1.1em;
}

/* common
 ***************************************************************************/
dd.clearing {
	float: left;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
}

div.clearing {
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

p {
	margin: 0 0 .6em;
}

/* various tags & classes
 ***************************************************************************/
#advantages {
	padding: 1em;
	width: 30em;
}

/* hacks
 ***************************************************************************/
* html #body .container .main .content dl {
	width: 99%;
}

* html #body .container .main .content form {
	width: 99%;
}

* html #body .container .main .content fieldset legend {
	margin-left: -.5em;
}

* html #body .container .main .content fieldset dl dd.checkbox {
	width: 36em;
}

* html #footer ul li {
	padding: 0 .1em 0 .3em;
}

/* Buttons, Start */
.orangebutton:link,
.orangebutton:hover,
.orangebutton:visited,
.orangebutton:active {
  color: #000;
  border-width: 1px;
  border-style: solid;
  font: normal 13px Arial, Helvetica, sans-serif;
  height: 17px;
  /* margin:0 10px 10px 0; */
  padding:0 10px 0 10px;
  background-image: url(../images/btn_orange_right2.gif);
  border-top-color: #D5BD98;
  border-right-color: #935E13;
  border-bottom-color: #935E13;
  border-left-color: #D5BD98;
  text-decoration: none; 
}

.graybutton:link,
.graybutton:hover,
.graybutton:visited,
.graybutton:active {
  color: #000;
  border-width: 1px;
  border-style: solid;
  font: normal 13px Arial, Helvetica, sans-serif;
  height: 17px;
  /* margin:0 10px 10px 0; */
  padding:0 10px 0 10px;
  background-image: url(../images/btn_gray_right.gif);
  border-top-color: #BFBFBF;
  border-right-color: #908D8D;
  border-bottom-color: #908D8D;
  border-left-color: #BFBFBF;
  text-decoration: none;
}

.button a:link,
.button a:visited,
.button a:hover,
.button a:focus,
.button a:active {
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  font: normal 13px Arial, Helvetica, sans-serif;
  line-height: 17px;
  /* margin:0 10px 10px 0; */
  padding: 0 10px 0 10px;
  text-decoration: none;
 }

.button a span {
  color: #000;
  display: block;
  line-height: 17px;
  white-space: nowrap;
  padding: 0 0 0 0;
}

.button a.orange {
  background-image: url(../images/btn_orange_right.gif);
  border-top-color: #D5BD98;
  border-right-color: #935E13;
  border-bottom-color: #935E13;
  border-left-color: #D5BD98;
}

.button a.gray {
  background: url(../images/btn_gray_right.gif) no-repeat scroll top right;
  border-top-color: #BFBFBF;
  border-right-color: #908D8D;
  border-bottom-color: #908D8D;
  border-left-color: #BFBFBF;
}

.button a.gray span {
  background: transparent url(../images/btn_gray_left.gif) no-repeat;
}

div.clearing {
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* Buttons, Ende */

