﻿/*! 
Content
*/

.pnlPageWrapper
{
    background-position:center top;
	background-repeat:repeat-y;
}

.pnlContentWrapper
{
	width:760px;
	margin:0 auto;
	position:relative;
}

.pnlContent
{
	position:relative;
	top:0;
	width:630px;
    min-height:20px;
}

.pnlContent ul,
.pnlContentLeft ul,
.pnlAnyWhereEditorContent ul,
.pnlEditorWrapper ul
{
	padding-left:16px;
}

.pnlContentLeft ul
{
	background-color:transparent!important;
}

.pnlContent ul li,
.pnlSubNavigation .pnlContentLeft ul li,
.pnlAnyWhereEditorContent ul li,
.pnlEditorWrapper ul li
{
	list-style-type:disc;
}

.pnlSubNavigation .pnlContentLeft ul
{
	width:164px;
}

.pnlSubNavigation .pnlContentLeft ul li
{
	line-height:normal;
	display:list-item;
}

.pnlContentLeft .pnlEditorContent
{
	overflow:hidden;
}

.pnlContent ol,
.pnlContentLeft ol,
.pnlAnyWhereEditorContent ol,
.pnlEditorWrapper ol
{
	padding-left:28px;
}

.pnlContent ol li,
.pnlContentLeft ol li,
.pnlAnyWhereEditorContent ol li,
.pnlEditorWrapper ol li
{
	list-style-type:decimal;
}

/* Ausnahme für WWR-Form und BBS-Form */

.tblWWRForm input,
.tblWWRForm textarea
{
	background: url("/Content/IMG/Dummies/inputBg.gif") no-repeat scroll left top transparent;
    border: 1px solid #AAAAAA;
    color: #444446;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    width: 250px;
}

.tblWWRForm textarea
{
    height: 80px;
}

.tblWWRForm td,
.tblWWRFormHeader td
{
	padding:5px;
}

.tblWWRForm .tdWWRFormLabels,
.tblWWRFormHeader .tdWWRFormLabels
{
	padding-left:0px;
}

.tblWWRForm .tdWWRFormLabels
{
	padding-right:80px;
}

.tdWWRFormLabels
{
	vertical-align:top;
}

/* Ausnahme für BBS-Form */

.tblBetriebsbauSchusterForm
{
    width:600px;
}

.tblBetriebsbauSchusterForm .tdDesignedInputs input,
.tblBetriebsbauSchusterForm .tdDesignedInputs textarea
{
	background:#ffffff url("/Content/IMG/FormDesign/verlauf_input.jpg") repeat-x scroll left top;
    border: 1px solid #a1a1a1;
    color: #444446;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    width: 155px;
}

.tblBetriebsbauSchusterForm .tdShortInput input
{
    width:88px;
}

.tblBetriebsbauSchusterForm .tdDesignedInputs textarea
{
    height: 80px;
    width:456px;
}

.tblBetriebsbauSchusterForm .tdMaxWidthInput input
{
    width:456px;
}

.tblBetriebsbauSchusterForm td
{
	padding:5px;
}

.tblBetriebsbauSchusterForm .tdBetriebsbauSchusterFormLabels
{
	padding-left:0px;
	width:110px;
}

.tblBetriebsbauSchusterForm .tdDesignedInputs
{
    width:160px;
}

.tblBetriebsbauSchusterForm .tdBetriebsbauSchusterFormLabels,
.tblBetriebsbauSchusterForm .tdBetriebsbauSchusterFormLabels label
{
    font-size:15px;
}

.tdLabelMargin label
{
    margin-left:20px;
}

.tdBetriebsbauSchusterFormLabels
{
	vertical-align:top;
}

.btnSendBetriebsbauSchusterForm
{
    font-size:14px;
    margin-right:9px;
}


