* {
	font-family: verdana,arial;
	font-size: 12px;
}

body {
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
}

a {
	text-decoration:none;
	color:#0000cc;
	font-weight:normal;
}

a img {
	border:none;
}

#main {
	min-width:780px;
	max-width:100%;
	border:2px solid black;
	overflow:hidden;			
}

#logo {
	border-bottom:2px solid black;
	border-right:2px solid black;
	text-align:center;
}

/* Header */
#header {
	width:100%;
	height:40px;
}

/* Statusleiste */
#statusbar {
	padding:4px 10px 4px 10px;
}

/* Taskleiste */
#taskbar {
	border-top:1px solid black;border-bottom:2px solid black;		
}

#taskbar table tr td {
	border-right:1px solid black;
	padding:4px 10px 4px 10px;
}

/* Hauptmodule */
#mainmodules {
	width:100%;
	margin-top:20px;
}

#mainmodules td.active {
	text-align:center;
	padding:4px 10px 4px 10px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	white-space:nowrap;		
}

#mainmodules td.active a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#mainmodules td.inactive {
	text-align:center;
	padding:4px 10px 4px 10px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #ccc;
	white-space:nowrap;		
}

#mainmodules td.inactive a {
	color:black;
	text-decoration:none;
}

#mainmodules td.empty {
	border-bottom: 2px solid black;
}

/* Content */

/* Version 1
#content {
	width:100%;
	margin-top:20px;
}		
#submodules {
	width:25%;
	padding:4px 10px 4px 10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}
*/
#content {
	width:100%;
	min-height:500px;
	margin-top:0;
	border-top:1px solid black;
}

#submodules {
	padding:24px 10px 4px 10px;
}

#submodules span.active a {
	color: black;
	font-weight:bold;
	text-decoration:none;
}

#submodules span.inactive a {
	color: black;
	text-decoration:none;
}

#breadcrumb {
	width:75%;
	padding:4px 10px 4px 10px;
	background-color:#ddd;
	border-top:1px solid black;
	border-bottom:1px solid black;
	white-space:nowrap;
}

#contentleft {
	background-color:#ddd;
	border-right:1px solid black;
}

#contentright {
	height:500px;
	padding:4px 10px 4px 10px;
}

table.tab {
	width:100%;
}

table.tab td a {
	padding: 4px 10px 4px 10px;
	vertical-align:middle;
	display:block;
	border-right:1px solid black;
	color:black;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}
table.tab td.tab-active a {
	background-color:white;
}

table.tab td.tab-inactive a {
	background-color:#ccc;
	border-bottom:1px solid black;
}

table.tab td.tab-empty {
	width:80%;
	background-color:#ddd;
	border-bottom:1px solid black;
}		

/* Table (TableCreator.class.php */
table.style_1 {
	width:100%;
	border-collapse: collapse;
}
table.style_1 th {
	text-align:left;
	background: #fff url('../img/col_head_bg.gif') repeat-x top; border: 1px solid #ccc;
	padding: 3px 8px;
	white-space: nowrap;
}
table.style_1 th a {
	font-size: 11px;
	color:black;
	text-decoration:none;
}
table.style_1 td.odd {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}
table.style_1 td.even {
	background-color: #f3f3f3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}
table.style_1 td.foot {
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 0px;
}
table.style_1 td.button {
	border-left: 1px solid #ccc;
}
table.style_1 tr:hover td.odd,
table.style_1 tr:hover td.even {
	background-color: #ff9;
}

p.msgStatusSuccess {
	border: 2px solid green;
	padding: 1em 1em 1em 36px;
	font-weight:bold;
	color:black;
	background-color:white;
	background-image:url(../img/icon/32x32/success.gif);
	background-repeat:no-repeat;
	background-position: center left;			
}

p.msgStatusError {
	border: 2px solid red;
	padding: 1em 1em 1em 36px;
	font-weight:bold;
	color:black;
	background-color:white;
	background-image:url(../img/icon/32x32/error.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

div.csseditor {
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border-bottom: solid 1px gray;
}

td.csseditor {
	border: solid 1px #dddddd;
}

/* Tabelle Sitemap Administration */
table.admin-sitemap {
}

table.admin-sitemap a {
	color:black;
}

table.admin-sitemap img {
	border:none;
}
