
/* Generics */
* {
	box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -webkit-box-sizing: content-box;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 100%;
	text-indent: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border-style: none;
	outline-style: none;
	background-color: #DDDDDD;
	color: #ddd;
}
div, span, img, a, ul, ol, dl, h1, h2, h3, h4, h5, h6, label, dfn, li, dd, dt, article, header, footer, time {
	overflow: hidden;
	border-style: none;
	outline-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
div, ul, ol, li, dl, h1, h2, h3, h4, h5, h6, label, dfn, li, dd, dt, article, header, footer, time {
	display: block;
}

a { text-decoration:underline;}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: grey;
}

.tabby_aussen {
    border-bottom: 1px solid grey;
    margin: 15px 0px 0 0;
    padding:0;
    height:31px;
    overflow: visible;
}
.tabby_innen {
    display:inline-block;
    margin: 0px 12px 0px 0;
    padding: 0px 8px 0 8px;
    border: 1px solid grey;
    font-size:11pt;
    line-height:25px;
    height:30px;
    background-color: #dece78;
}

.tabby_selected {
    border-bottom: 1px solid #ffef99 !important;
    background-color: #ffef99 !important;
}
.tabby_selected a{
    text-decoration:none !important;
    color: black !important;
}


/*
== Generic Form styles
*/

form li.kurz input {
    width: 100px;    
}
form li.mittel input {
    width: 400px;    
}
form li.lang input {
    width: 730px;    
}

form textarea {
	height: 66px;
}
form textarea.smallHeight, form li.smallHeight textarea {
	height: 100px;
}
form textarea.mediumHeight, form li.mediumHeight textarea {
	height: 300px;
}
form textarea.largeHeight, form li.largeHeight textarea {
	height: 450px;
}

form textarea.csv, form li.csv textarea {
	height: 450px;
    width:  900px;
    font-size:8pt;
}

form input.leftColumn {
	float: left;
	width: 142px;
	margin-right: 22px;
}
form input, form select, form textarea {
	width: 730px;
	border: 1px solid grey;
	outline-style: none;
	padding: 2px;
	margin: 0;
	background-color: #eee;
	color: #333;
}
form label {
	float: left;
	width: 170px;
	border-bottom: 1px dotted grey;
}
form li {
	margin-bottom: 22px;
}
form input[type='submit'] {
	cursor: pointer;
	background-color: #bbb;	
}
form input[type='submit']:hover {
	background-color: #fff;
}
form option {
	padding: 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #bbb;
	outline-style: none;
}


form li.medienliste img {
    max-height: 25px;
    max-width: 50px;
    border: 1px solid black;
}
form li.medienliste input[type='text'] {
    width: 550px;
    display:inline;
}
form li.medienliste input[type='checkbox'] {
    display:inline;
    width:30px;
    margin-left:20px;
}

form#ListForm {
	display: block;
	width: 660px;
	float: left;
}
form#ListForm label {
	display: none;
}
form#ListForm input, form#ListForm select {
	width: 260px;
}

form#ListFormAbbruch {
	display: block;
	width: 660px;
	float: left;
}
form#ListFormAbbruch label {
	display: none;
}
form#ListFormAbbruch input, form#ListForm select {
	width: 260px;
}

div#FreeDisplay {
	width: 220px;
	border: 1px solid grey;
	padding: 10px;
}




div#PageErrorDisplay {
	color: #c22;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}
div#PageSucessNoticesDisplay {
	color: #282;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}



div#PageErrorDisplay br, div#PageSucessNoticesDisplay br {
	margin-bottom: 22px;
}
div#MainScreen {
	width: 910px;
	border: 3px solid #7E90A8;
	margin: 24px auto 0 auto;
	background-color: #FFEF99;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding: 22px 22px 44px 22px;
}
div#logobereich {
    margin:-12px;
    padding:0;
    border:0px solid black; 
    width:350px;
    height:25px;
    float:right;
    font-size:8pt;
    text-align:right;
}
div#logobereich img {
    border:0px;
    height:25px;
    margin-left:6px;
}
div#MainScreen h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 40px;
	margin-bottom: 10px;
    padding-top:10px;
    border-top:1px solid grey;    
}
div#MainScreen h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 15px;
    padding-top:5px;
    border-top:1px solid grey;
}
div#MainScreen h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 28px;
}



div#MainMenuAction select, div#MainMenuAction input[type=text] {
	width: 420px;
	margin-right: 22px;
}
div#MainMenuAction button {
	width: 120px;
}
div#MainMenuAction form {
	display: block;
	margin-bottom: 22px;
}



div#ArticleCopyAction div.sourceFile {
	margin-bottom: 22px;
}
div#ArticleCopyAction input.targetFile {
	width: 400px;
	display: block;
	margin-bottom: 22px;
}
div#ArticleDeleteAction form {
	margin-top: 22px;
}



div#ArticleEditAction form {
	margin-top: 22px;
}




form#NewsForm {
	margin-top: 22px;
}





