h3
{
    color: #BC0E24;
    font-weight: bold;
    font-size: 11px;
}

/* my */
div.myHeader
{
    font-weight: bold;
    padding: 20px 0px 10px 0px;
}

/* myCompany */
table.myCompany
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

table.myCompany td
{
    vertical-align: top;
    padding-bottom: 4px;
    padding-right: 30px;
}

table.myCompany input[type="text"]
{
    width: 400px;
}

table.myCompany input[type="password"]
{
    width: 200px;
}

table.myCompany textarea
{
    width: 400px;
    height: 150px;
}

table.myCompany textarea.small
{
    width: 400px;
    height: 80px;
}

/* login */

table.login
{
}

table.login a
{
    color: #ffffff;
}

table.login td
{
    color: #ffffff;
    padding-top: 4px;
}

table.login td input[type="text"], table.login td input[type="password"]
{
    font-size: 11px;
    width: 110px;
}

table.login td input[type="submit"]
{
	color: #BC0E24;
	background-color: #ffffff;
	border: 1px #ffffff solid;
	padding: 1px 3px;
	cursor: pointer;
}

div.arrowItem a
{
    padding-left: 19px;
    background-image: url(../Frame/white_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: #ffffff;
    font-weight: bold;
}

/* content stripes */

div.loginStripe
{
    height: 128px;
    padding: 8px 10px;
    background-color: #CED629;
    border-bottom: 10px #ffffff solid;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Frame/eingeloggt.gif);
}

div.statementStripe
{
    height: 144px;
    border-bottom: 10px #ffffff solid;
    overflow: hidden;
}

div.statementStripe div.left
{
    float: left;
    height: 128px;
    width: 347px;
    padding: 8px 10px;
}

div.statementStripe div.right
{
    float: left;
    height: 128px;
    width: 158px;
    padding: 8px 10px;
    background-color: #938F8F;
    border-left: 10px #ffffff solid;
    background-image: url(../Frame/w_small.gif);
    color: #ffffff;
}

div.wwStripe
{
    height: 298px;
    border-bottom: 10px #ffffff solid;
    overflow: hidden;
}

div.wwStripe div.left
{
    float: left;
    height: 128px;
    width: 347px;
    padding: 8px 10px;
    background-color: #CED629;
}

div.wwStripe div.right
{
    float: right;
    height: 282px;
    width: 158px;
    padding: 8px 10px;
    background-color: #CED629;
    border-left: 10px #ffffff solid;
}

div.bsStripe
{
    padding: 8px 10px;
    border-bottom: 10px #ffffff solid;
    background-color: #29BDEF;
    overflow: hidden;
	font-weight: normal;
}

div.bsStripe b
{
	font-weight: normal;
}

/* general */

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

ul, ol
{
    padding-left: 20px;
}

a
{
	color: #BC0E24;
	text-decoration: none;
}

a.current
{
	color: #BC0E24;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #6A6A6A;
	border: 1px #6A6A6A solid;
	padding: 2px 3px;
	cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{
	background-color: #B5B5B5;
}

p
{
	padding-bottom: 7px;
}

a:visited
{
	color: #BC0E24;
}

ul
{
    padding-left: 15px;
}

ul.errors li
{
	color: #BC0E24;
}

ul.alphaList, ul.alphaList li
{
    padding: 0px 0px;
}

#bottomLine
{
    padding: 7px 204px;
}

#outerBox
{
	width: 983px;
	margin: 0px auto;
	clear: both;
}

#centerBox
{
	background-image: url(../Frame/fauxbg.gif);
	background-repeat: repeat-y;
}

#header
{
	width: 999px;
	margin: 0px auto;
	position: relative;
	height: 129px;
	margin-bottom: 10px;
}

#headerNav
{
	font-size: 13px;
	color: #938F8F;
	font-weight: bold;
	position: absolute;
	bottom: -5px;
	left: 194px;
}

#headerNav a
{
	color: #938F8F;
	text-decoration: none;
}

#headerNav a:hover
{
	text-decoration: underline;
}

.mainNavElement
{
}

.mainNavElement .subNavElement
{
	visibility: hidden;
}

.mainNavElement:hover .subNavElement
{
	visibility: visible;
}

#headerLogo
{
	position: absolute;
	right: 16px;
}

#leftBox
{
	width: 184px;
	float: left;
}

#midBox
{
	width: 789px;
	float: left;
}

.midBannerContent
{
    border-bottom: 10px #ffffff solid;
}

.midBannerContent img
{
    display: block;
}

.midNormalContent, .midWContent
{
	padding: 10px;
	min-height: 128px;
}

.midNormalContent
{
	background-color: #E4E5E7;
}

.midWContent
{
	background-color: #938F8F;
	background-image: url(../Frame/bg_w.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	border-top: 10px #ffffff solid;
}

#rightBox
{
	width: 204px;
	float: right;
	padding: 10px 0px;
	background-color: #BC0E24;
}

.mainNavBox
{
	border-bottom: 10px #FFFFFF solid;
	line-height: 0px;
	position: relative;
	height: 144px;
	text-align: right;
}

.mainNavBoxInner
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.titleBox
{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.appTitle, .appTitleStrong
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 7px;
}

.appTitleStrong
{
	font-weight: bold;
}

.teaser, .text
{
	line-height: 130%;
}

.title
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 7px;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}

.subtitle
{
}

.teaser
{
	font-weight: bold;
	padding-bottom: 20px;
}

.text
{
}

.midSeparator
{
	background-image: url(../Frame/mid_sep.gif);
	height: 20px;
}

.infoLogo
{
	padding-bottom: 10px;
}

.infoBlock
{
}

.infoTitle, .infoTeaser, .infoText
{
	color: #FFFFFF;
}

.infoText a
{
	color: #FFFFFF;
	text-decoration: none;
}

.infoBlock a:visited
{
	color: #FFFFFF;
}

.infoText a:hover
{
	text-decoration: underline;
}

.infoTitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

.infoTeaser
{
	padding: 2px 0px;
}

.infoSeparator
{
	background-image: url(../Frame/info_sep.gif);
	background-position: -3px 0px;
	height: 14px;
}

.infoBottomBlock
{
	padding-top: 210px;
}

.plainList
{
	list-style-type: none;
}

.plainList li
{
	list-style-type: none;
	padding-bottom: 4px;
}

ul.alphaList
{
    list-style: none;
}

ul.alphaList li
{
    float:left;
    padding-right: 7px;
}

ul.alphaList li a
{
    text-decoration: none;
}

ul.alphaList li a:hover
{
    font-weight: bold;
}

ul.resultList
{
    list-style: none;
    padding-left: 0px;
}

ul.resultList li
{
    padding-top: 2px;
    padding-left: 0px;
}

ul.resultList li a
{
    text-decoration: none;
	color: #000;
}

ul.resultList li a.premium
{
    text-decoration: none;
	color: #BC0E24;
}

ul.resultList li a:hover
{
}

/*
table > tbody > tr > td:first-child + td
{
	font-weight: bold;
}
*/

div.formular
{
    padding: 7px 0px;
}

div.formular table td
{
    padding-bottom: 4px;
    vertical-align: top;
}

label
{
    padding-left: 7px;
}

div.formular input[type="text"], div.formular input[type="password"], div.formular textarea
{
    width: 150px;
}

div.galleryItem
{
    float: left;
    display: block;
}

div.galleryItem div.image
{    
    overflow: hidden;
    display: block;
}

div.galleryItem div.text
{
    padding: 7px 0px;
    display: block;
}

div.galleryView
{
    overflow:hidden;
}

div.galleryView div.title
{
   color: #BF1C31;
   font-weight: bold;
}

div.galleryView div
{
    padding-bottom: 2px;
}

div.galleryView div.cat
{
   font-weight: bold;
}

div.galleryView div.small
{
    font-size: 9px;
}


/* subnav */
div.subnav
{
    padding: 10px 0px;
}

div.subnav a
{
}

div.subnav a:active
{
}

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
