/* Universitätsbibliothek München - Standard CSS 
	Copyright: Universitätsbibliothek München, Alexander Weiß
	Letzte Modifizierung: 
	URL: http://www.informationskompetenz.de/common.css */

div#header {
	position:relative;
	width: 900px;
	height: 150px;
	font-size: 0.8em;
}
/*
div#navbar {
	position:relative;
	width: 900px;
	height: 20px;
	font-size: 0.8em;
	margin-top: -20px;
	border-bottom: 2px solid #1e3962;
}
*/

div#main {
	position: relative;
	width: 900px;
	min-height: 40em;
	}

div#left {
	float: left;
	position:relative;
	width: 16em;
}

div#right {
    	position:relative;
    	margin-left: 17.5em;

}

div#navigation {
	position:relative;
    font-size: 0.8em;
	text-align: left;
}

div#content {
	position:relative;
	font-size: 0.8em;
	text-align: left;
	margin-top: 10px;
}

div#suche {
	position:relative;
	/* z-index: 5; */
	border-top: 1px solid #1e3962;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#login {
	position:relative;
	border-top: 1px solid #1e3962;
	border-bottom: 1px solid #1e3962;
	margin-bottom: 0px;
	/* z-index: 6; */
}

div#footer {
	position:relative;
	float:left;
	width: 70em;
    font-size: 0.8em;
	text-align: center;
	border-top: 2px solid #1e3962;
	margin-top: -1px;
	padding-top: 5px;
}

/*
Header-Bereich
*/
span.header {
	/* color: #1e3962; */
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bolder;
	line-height: 2em;
	margin-left: 9em;
}

a.header { 
	color: #A6000C;
	text-decoration: none;
	font-size: 2.4em;
	font-weight: 100;
	margin-left: 5.5em;
}

a.header:hover { 
	color: #A6000C;
	text-decoration: underline;
	font-size: 2.4em;
	font-weight: 100;
	margin-left: 5.5em;
}

/* Textbereich - Absätze */
h1 { 
	font-weight: 600;
	color: #1e3962;
	font-size: 1.6em;
	text-decoration: underline;
}

h3 { 
	font-weight: normal;
	color: #1e3962;
	font-size: 1.3em;
	text-decoration: underline;
}

p, ul, li, td, tr, form { 
	font-weight: normal;
	color: #1e3962;
	list-style-type: square;
}

p.firstlevel {
	font-size: 1.3em;
	margin-top: 20px;
}

ul.secondlevel{
	margin-top: -12px;
	padding-left:40px;
	margin-left: -18px;
	font-size: 1.1em;
}

ul.thirdlevel{
	margin-top: 5px;
	padding-left:40px;
	font-size: .9em;
	margin-bottom: 5px;
	margin-left: -10px;
}

li.thirdlevel {
	margin-left: -20px;
}


/* Textbereich - allgemeine Hyperlinks */
a:link {
	color: #A6000C; 
	text-decoration: none; 
}
a:visited { 
	color: #A6000C;
	text-decoration: none;
}
a:hover { 
	color: #A6000C;
	text-decoration: underline;
}
a:active { 
	color: #A6000C;
	text-decoration: none;
}

/* Textbereich - Hervorhebung fett */
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Suchfeld */
.suchfeld {
	width: 10em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    color:#1e3962;
    font-size: 0.8em;
	margin-top: 10px;
}
.suchfeld_label {
	float: left;
    font-weight: bold;
    text-align: left;
    font-size: 0.8em;
    color:#1e3962;
	margin-top: 12px;
}

.suchfeld_button {
	margin-left: 5px;
}

.b_suchfeld {
	font-size: 0.6em;
	font-weight: 100;
	font-family:  Arial;
	color:#1e3962;
}

/*
Formatierung login
*/

.tx-newloginbox-pi1 span#login_box_username_label {
	font-size: 0.8em;
}

.tx-newloginbox-pi1 span#login_box_username {
	font-size: 0.8em;
	color: #A6000C; 
}

.tx-newloginbox-pi1 {
	padding-bottom: 10px;
}

.tx-newloginbox-pi1 p {
	font-size: 0.6em;
}

.tx-newloginbox-pi1 h3 {
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

.tx-newloginbox-pi1 label {
    color:#1e3962;
    font-size: 0.8em;
}

.tx-newloginbox-pi1 input {
	width: 10em;
    height: 1.2em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    color:#1e3962;
    font-size: .8em;
	padding: 0em;
	margin: 0em;
}

.tx-newloginbox-pi1 div#label_pass {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}

.tx-newloginbox-pi1 div#label_user {
	display: inline;
	float: left;
	margin-left: 0px;
}

.tx-newloginbox-pi1 div#pass {
	display: inline;
	float:right;
	margin-right: 1.5em;
	margin-left: 0px;
	margin-top: 5px;
}

.tx-newloginbox-pi1 div#user {
	display: inline;
	float:right;
	margin-right: 1.5em;
	margin-left: 0px;
}

.tx-newloginbox-pi1 input#button {
	height: 1.5em;
	border: 0px solid #1e3962;
    background-color: #1e3962;
    color:#FFFFFF;
    font-size: 0.8em;
	margin-top: 10px;
	margin-left: 0px;
}

.tx-newloginbox-pi1 input#login_box_button_abmleden {
	height: 1.5em;
	border: 0px solid #1e3962;
    background-color: #1e3962;
    color:#FFFFFF;
    font-size: 0.85em;
}

.tx-newloginbox-pi1-submit {
}


/*
Newsletter
*/
input.newsletter {
	width: 20em;
    height: 1.4em;
	font-size: 1em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    color:#1e3962;
}

input.newsletter_checkbox {
}

.newsletter_bestellen_button, .newsletter_account_button {
	border: 0px solid #FFFFFF;
    background-color: #1e3962;
	font-size: 1em;
	color:#FFFFFF;
	margin-left: 12em;
}

/* 
DAM-Upload
*/

a#a_big {
	font-size: 1.2em;	
}

.upload_button, .eintragen_button {
	border: 0px solid #FFFFFF;
    background-color: #1e3962;
	font-size: 1em;
	color:#FFFFFF;
	margin-left: 5px;
}

.browse_button {
    background-color: #EEEEEE;
	font-size: 1em;
	margin-left: 5px;
}

.metadaten_speichern_button {
	border: 0px solid #FFFFFF;
    background-color: #1e3962;
	font-size: 1em;
	color:#FFFFFF;
	margin-left: 205px;
}

.link_speichern_button {
	border: 0px solid #FFFFFF;
    background-color: #1e3962;
	font-size: 1em;
	color:#FFFFFF;
	margin-left: 20em;
}

input.fileupload {
	width: 27em;
    height: 1.4em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}

input.fileupload_edit {
	width: 35em;
    height: 1.6em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}


select.fileupload {
	width: 15em;
    height: 1.6em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}
select.fileupload_small {
	width: 5em;
    height: 1.4em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}
select.fileupload_big {
	width: 23em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}
textarea.fileupload {
	width: 27em;
    height: 12em;
    border: 1px solid #1e3962;
    background-color: #EEEEEE;
    font-size: 1em;
	color:#1e3962;
}
  .tx-newsfeedit-pi1-preview-row, .tx-newsfeedit-pi1-form-row {
       
       margin-bottom:10px;
    }
	
	
/* pb_survey */

form#frmPbSurvey h2{
	font-size:1.3em;
}

form#frmPbSurvey fieldset{
	margin-bottom:20px;
}

form#frmPbSurvey input, select{
	background-color:#EEEEEE;
}

form#frmPbSurvey input[type=text],form#frmPbSurvey select{
	border:1px solid #1E3962;
	color:#1E3962;
	font-size:0.8em;
	margin-top:10px;
}




.tx-abzikeventstat-pi1, #frmPbSurvey,#eingabeadmin_answersdiv{margin-bottom:10px}
