/* Cascading Stylesheet for Common Elements */
body {height: 100%; margin: 0; padding: 0;}

/* Begin: General */
body.template
{
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #666666;
}
body.template h1
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: Times New Roman;
    color: #ffffff;
    font-weight: normal;
    padding-top: 6px;
    margin-left: 10px;
}
span.allcaps
{
    font-variant: small-caps;
}
body.template h2
{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: Times New Roman;
    font-size: 18px;
    color: #ffffff;
    
    margin-left: 10px;
    
    padding-bottom: 8px;
}
div.back
{
    margin-bottom: -20px;
    position: relative;
    top: -28px;
    padding-left: 5px;
    padding-bottom: 5px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:link,
div.back a:visited
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable 
{
    border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 95%; 

}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}

body.template td.bold {
    font-weight:bold;
    width: 100px;
}

body.template th a:link,
body.template th a:visited,
body.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

body.template td a:link,
body.template td a:visited
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}
body.template td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
table.gridview
{
    width: 100%;
}
table.gridview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.gridview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

table.detailstable td
{
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    vertical-align:top;
}

table.detailstable th
{
    background: #FCFDFE;
    vertical-align:top;
}

td.nowrap 
{
    white-space: nowrap;
}
/* The following modifies the details table */
body.template tr
{
    background: #FCFDFE;
}
/* The following modifies the controls in the list table footer */
tr.footer td
{
    background: #dbddff;
    height: 1.5em;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    background: #fdffb8;
}

/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;

    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}


div.head
{
    background-color: #4b0201;
    width: 100%;
}

div.head p {
    color:yellow;
}

div.maincontent
{
    background-color: #bbbbbb;
    padding: 8px;
}

#Navigation 
{
    font-size: 18px;
    width: 500px;                    /* Tauser 27.7.2010 */
    padding-right: 10px;
    overflow: hidden; 

}

#Navigation a
{
 border:0px;
}

.main
{

}


div.NaviTable
{
    overflow: hidden;
    height: 100%; 
}

.NaviTable .selectedNode
{
    font-weight: bold;
}

.detailstable
{
    width: 100%;
}

.overviewtable
{
    width: 100%;
}

a
{
    color: #4b0201;
}



/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(/images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:#FFFFFF;
}

.reorderListDemo ul
{
    padding: 0px;
    margin: 0px;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	padding: 0px;
	background-image:url(/images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	

}

.reorderListDemo 
{
    width: 400px;
}
.reorderListDemo img
{
    background-color: Transparent;
}
.reorderListDemo li a {color:#333333 !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	padding-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
	background-image:url(/images/bg_nav.gif);
}

.ajax__calendar_container
{
    width:220px !important;
}

.ajax__calendar_body
{
    width:200px !important;
}

.ajax__calendar_days td
{
    padding: 0px !important;
}

.ajax__calendar_days th
{
    padding: 0px;
}

.CommandButton
{
    background-color: Transparent;
    border: none;
    
    font-weight: bold;
    color: #4b0201;
    text-decoration: underline;
    
    padding: 0px;
    margin: 0px;
}

#ctl00_AdminNavigation_uppNavi
{
    height: 100%;
}

/* TreeView */
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/Images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;

margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/Images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview .selected
{
    font-weight: bold;
}

.Actions
{
    height: 26px;
    background-color: #5a5957;
    
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}

.Actions .CommandButton
{
    border: solid 1px #000000;
    background-color: #ffffff;
    padding: 3px;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
}

.Actions .ActionsLinks
{
    position: absolute;
}

.Actions .ActionsRechts
{
    position: absolute;
    left: 622px;
}

.Actions .ActionsVorschau
{
position: absolute;
left: 500px;
}

.black_overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    padding: 16px;
    border: 1px solid #333333;
    background-color: white;
    z-index:1002;
    overflow: auto;
            
    text-align: center;
}
.white_content p
{
    font-weight: bold;
    font-size: 14px;
}
        
.maincontent .treeview
{
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    width: 280px;
    overflow: hidden;
}
        
.EditHeader
{
font-family: Times New Roman;
    color: #4b0201;
    font-size: 20px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 8px;

}
        
.EditStrukturpunkte
{
    width: 500px;
    float: left;
}
        
.EditLanguage
{
    margin-top: 3px;
    float: right;
    width: 165px;
}
        
        
/* CALENDAR */

.ajax__calendar 
{
    position:absolute;
    z-index:900;
}   

/* Adressen */
.green
{
    color: lightgreen;
}     

