/**
 * Globale Starteinstellung
 */ 

html,body,table,tr,td,h1,h2,h3,h4,h5,h6,hr
{
	margin: 0px;
	padding: 0px;
}

/*ul {
	padding-left: 30px;
}

ol {
	padding-left: 35px;
}

p{
	padding-bottom: 10px;
}*/
/**
 * Layout Einstellungen
 */ 
.layout {
	border:1px solid silver;
	font-family:verdana;
	font-size:11px;
}
.layout_login {
	font-family:verdana;
	font-size:11px;
}
.layout_window {
	font-family:verdana;
	font-size:11px;
	width: 100%;
}
.layoutTop {
	font-family:verdana;
	font-size:11px;
}
.layoutNavi {
	
	font-family:verdana;
	font-size:11px;
	background-color: #d9dde5; 
	border:0px;
	height:500px;
}
.layoutContent {
	font-family:verdana;
	font-size:11px;
	border:0px solid black;
}

/**
 * Formular Einstellungen
 */ 
 
 input, select {
 	font-family:verdana;
 	font-size:11px;
 }
.form_input {
	border:1px solid silver; width:300px;
}
.form_inputLogin {
	border:1px solid silver; width:150px;
}

.form_select {
	width:200px;
}
.form_textarea {
	width:690px;
	height:250px;
	border:1px solid silver;
	
}

.issue_message{
	width:688px;
	border:0px solid red;
	background-color:#e0e0e0;
}
.issue_message2{
	width:680px;
	border:0px solid red;
	background-color:#ffffff;
}

.issue_item {
	width:688px;
	border:0px solid red;
	background-color:#ffe7b5;
}

.issue_pflicht{
	color:red;
}
.user_pflicht{
	color:red;
}
.login_header{
	font-weight:bold;
}

.table_headerPrio{
	font-weight:bold;
	background-color: #ffe7b5;
	border:1px solid silver;
}
.table_header{
	font-weight:bold;
	background-color: #d9dde5;
	border:1px solid silver;
}
.table_Issue {
	border: 0px;
}
.table_tr{
	border:1px solid silver;
}

.erledigt {
	background-color:#c6ffc2;
}
.faellig {
	color:red;
}
.faelligAkt {
	color:#0000FF;
}
.faelligFuture {
	color:#00A218;
}

/**
 * Globale Rahmeneinstellungen
 */ 
.border_1{
	background-image:url(../images/border_01.jpg); 
	background-repeat:no-repeat;
	width:2px; 
	height:22px;
}
.border_2{
	background-image:url(../images/border_02.jpg);
	width:0px; 
	height:22px;
	font-size:10px;
	font-weight:bold;
	color:#fff; 
}
.border_3{
	background-image:url(../images/border_03.jpg);
	background-repeat:no-repeat;
	width:13px; 
	height:22px; 
}
.border_4{
	background-image:url(../images/border_04.jpg);
	background-repeat:repeat-y;
	width:2px; 
	height:0px; 
}
.border_5{
	background-image:url(../images/border_05.jpg);
	width:0px; 
	height:0px; 
}
.border_6{
	background-image:url(../images/border_06.jpg);
	background-repeat:repeat-y;
	width:13px; 
	height:0px; 
}
.border_7{
	background-image:url(../images/border_07.jpg); 
	background-repeat:no-repeat;
	width:2px; 
	height:10px; 
}
.border_8{
	background-image:url(../images/border_08.jpg);
	width:0px; 
	height:10px; 
}
.border_9{
	background-image:url(../images/border_09.jpg);
	background-repeat:no-repeat;
	width:13px; 
	height:10px; 
}
/**
 * Link Einstellungen
 */ 
 
a {
	font-size : 11px;
	font-family:verdana;
	color : Black;
	text-decoration : none;
}
a:hover {
	color : #ff6600;
}

a.nosy {
	font-size : 11px;
	font-family:verdana;
	color : Black;
	text-decoration : none;
}
a:hover.nosy {
	color : #ff6600;
	text-decoration : none;
}

a.wiki {
	font-size : 11px;
	font-family:verdana;
	color : black;
	text-decoration : none;
}
a.wiki:hover {
	color : #ff6600;
}


/** Wiki Layout **/

#WikiTop {
	position: absolute;
	float: left;
	top: 20px;
	left: 10px;
	width: 1080px;
	height: 25px;
	border: 0px solid silver;
	overflow:hidden;
}

#WikiMenu {
	position: absolute;
	float: left;
	top: 46px;
	left: 10px;
 	width: 280px;
 	height: 470px;
 	border: 0px solid green;
 	overflow:auto;
}
#WikiInhalt {
	position: absolute;
	
	top: 46px;
	left: 300px;
	width: 807px;
 	border: 0px solid blue;
	overflow:auto;
}
#WikiClear {
	clear: left;
}
.w_form_textarea {
	width:660px;
	height:200px;
	border:0px solid red;
	
}
.wiki_header{
	font-size:12px;
	font-weight:bold;
	
}
 
.wiki_body {
	text-align:left;
}    
h1 {
 	font-family:verdana;
 	font-size:20px;
 	font-weight:bold;
 } 
h2 {
 	font-family:verdana;
 	font-size:17px;
 	font-weight:bold;
 	
 }
h3 {
 	font-family:verdana;
 	font-size:15px;
 	font-style:italic;
 	
 }
 .itemBlockH1 {
 	margin-left:0px;
 }
.itemBlockH2 {
 	margin-left:0px;
 }
.itemBlockH3 {
 	margin-left:0px;
 }
 
 .vorlageTextarea{
 	border: 1px solid silver;
 	width: 400px;
 	height:150px;
 }
#pview_Header {
 		position: absolute;
 	border: 0px solid blue;
	overflow:auto;
}
#pview_Inhalt 
{
	position: absolute;
	top: 102px;
	width: 905px;
	/*left: 215px;*/
 	border: 0px solid blue;
	overflow:auto;
}
#pview_Inhalt_2 
{
	position: absolute;
	top: 69px;
	width: 905px;
	/*left: 215px;*/
 	border: 0px solid blue;
	overflow:auto;
}
#abrechnung_inhalt
{
	width: 790px;
 	border: 0px solid blue;
	overflow:auto;
}
.table_headerviewPr{
	background-color: #ffe7b5;

}
.WikiInhaltAufgabe {
	width: 687px;
	height: 300px;
 	border: 1px solid silver;
	overflow:auto;
}

.textarea_change_text{
	border: 1px solid silver;
	width: 550px;
	height: 64px;
}
#changes_inhalt
{
	width:790px;
	overflow:auto;
}

/**
 * LP 1.2.4
 */
.md-area {
	width: 100%;
	max-width: 750px;
}
.md-area .w_form_textarea {
	width: 100%;
	border: 1px solid #cbcbcb;
	min-height: 100px;
	max-height: 400px;
}
.md-area .md-preview-container {
	display: none;
	height: auto;
	margin: 5px 0;
	border: 2px dashed #009688;
    padding: 10px;
}
/* Schriftart - Open Sans */
* {
	font-family: 'Open Sans', sans-serif !important;
}
#WikiTop {
	padding-top: 5px;
}
/* Markdown Container - Stylings */
.md-parsed-show {
	padding-right: 12px;
}
.md-parsed {
  /* Clearfix */
}
.md-parsed * {
	font-size: 12px;
	white-space: normal;
	text-align: justify;
	color: #333;
}
.md-parsed h1, h2, h3, h4 {
	font-family: verdana;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
.md-parsed h1, h2 {
	font-weight: bold;
}
.md-parsed h3, h4 {
	font-weight: bold;
	font-size: 12px;
}
.md-parsed h1 {
	font-size: 1.55em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #E0E0E0;
    color: #000;
}
.md-parsed h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
    margin-top: 10px;
    color: #333;
}
.md-parsed p {
	font-family: verdana;
	margin: 7px 0;
}
.md-parsed a {
	color: #009688;
	text-decoration: none;
}
.md-parsed a:hover {
	color: #004D40;
	text-decoration: underline;
}
.md-parsed blockquote {
	padding: 0px 0px 0px 12px;
	border-left: 4px solid #d0d0d0;
	margin: 10px 0;
}
.md-parsed ul {
	margin: 3px 0 5px 0;
}
.md-parsed img {
	margin: 10px 0;
}