/*
Adaption des pomodoro-styles an EDITH

Webfarben Stolpersteine 2010:
orange dunkel:#FF8C00
orange hell: #FED390
gruen dunkel: #66B62A
gruen hell: #C5E69F
gruen ganz hell menue: #E0F2C9

H1, H2, H3 rot: #B3151B

a: #B3151B
a:hover: #757575
a:visited: #993333


2010-09-28
*/


@import url("/admin/styles/logger_styles.css");

/*Backgroundfarbe*/
body {
	background-color: none;
	font-family:  Trebuchet MS, Arial, Helvetica, serif;
	margin: 0px 0;
	/*border: 0px solid red;*/
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #B3151B;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
p {
	margin-bottom: 10px;
}

.error , .warning , .IsOK, .success {
	padding: 0.4em;
}
.error {
	background-color: #FFBF00;
}
.warning {
	background-color: #FFE5A4;
}
.IsOK, .success {
	background-color: #D4EA96;
}

/* kopfbereich */
#laufband {
	font-family: Trebuchet MS, Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
	padding-left: 210px;
	padding-top: 10px;
}
#viersteine {
	padding: 2px;
	padding-left: 610px;
}
#viersteine img {
	width: 70px;
	border: 0;
	padding: 0 6px 0;
}

#header {
	width: 946px;
	height: 143px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
	background: url(admin/stolpersteine/styles/stolpersteine2010/pics/stolpersteine-kopf.gif) no-repeat 0px 0;
}
#header * {
	font-size: 1.3em;
	font-style: normal;
}

/*Suche*/
#suche {
	text-align: right;
}
#suche-submit {
	background: url(admin/stolpersteine/styles/stolpersteine2010/pics/lupe.gif) no-repeat;
	height: 24px;
	width: 25px;
	color: #FFFFFF;
	border: 0;
}
#suche-eingabe {
	width: 150px;
}


/*Menu*/
#menu {
	font-family: Arial, Helvetica, serif;
	width:190px;
	background-color:#none;
	padding: 20px 0;
	/*border: solid 01px gray;*/
	padding:0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	background-color: none;
}
#menu a {
	display: block;
	padding: 5px 10px;
	border-bottom: 01px dotted #66b62a;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#menu a:hover {
	background: #66B62A !important;
	color: #000000;
}
#menu .active a {
	background: #66B62A;
	color: #000000;
}

#menu li.MenuLevel1 ul {  margin-left: 10px; padding-left:0px;}
#menu li.MenuLevel2 ul { margin-left: 10px; padding-left:0px; }
/*menu-levels aufsteigend*/
#menu li.MenuLevel1 ul li.MenuLevel2 ul li.MenuLevel3 a { font-size:0.9em }
#menu li.MenuLevel1 ul li.MenuLevel2 a { font-size:0.9em }
#menu li.MenuLevel1 a { font-size:0.9em }

/*Newsletter*/
#NewsletterEintragen {
	padding: 40px 0px 0px 10px;
}
#NewsletterEintragen * {
	padding: 0px;
}
#NewsletterEintragen h2.title {
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #B3151B;
}


/*Main*/
#colOne {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	/*border: 01px dotted blue;*/
	/*background-color: #E0F1FF;	*/
}
#colTwo {
	padding:0px 20px 0px 10px;
	width: 500px;
	margin-left: 0px;
	/*border: 01px dotted red;*/
	background-color: none;
}
#colThree {
	float: left;
	width: 194px;
	padding: 10px 0px 0px 10px;
	/*border: 01px dotted orange;*/
	/*background-color: #E0F1FF;*/
}


/*content*/
#content {
	width: 946px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	background: url(admin/stolpersteine/styles/stolpersteine2010/images/content-hintergrundstreifen.gif) repeat-y 0px 0;
	/*border: 01px dotted #000;*/
}
#content .dokumentListe {
	background-color: none;
	border-bottom: 0px dotted #66b62a;


}
#content .dokumentListe p, #content .dokumentListe h2 {
	padding-left: 4px;
	margin-bottom: 0px;
}
#content .dokumentListe h2 {
	padding-top: 4px;
}
#content p a , #content p .KeinLink {
	background-image: url(admin/stolpersteine/styles/stolpersteine2010/pics/linkpfeile.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
	padding-left: 15px;
}
#content p .KeinLink {
	color: #444;
}
.dokumentListe .mehr {
	margin-bottom: 20px;
	text-align: right;
	font-style: italic;
	border: 0px dotted blue;
}
.dokumentListe .mehr a {
	background: url(admin/stolpersteine/styles/stolpersteine2010/pics/linkpfeile.gif) no-repeat left center;
	padding-left: 15px;
	color: #696969;
	font-weight: bold;
}
.dokumentListe .mehr a:hover {
	text-decoration: none;
}
.RubrikStartImg {
	margin-top: -110px;
	float: left;
}
.starttext h1.header {
	padding: 0px 0 0 0px;
}
#colTwo .KategorieDokument form.EdithFormular input.InputText {
	width: 25em;
}
#colTwo .KategorieDokument form.EdithFormular textarea {
	width: 36em;
}
#colTwo .KategorieDokument form.EdithFormular input.InputSubmit {
	padding: 0 2em;
}
#colTwo hr , #colTwo table {
	width: 100%;
}
#colTwo table td.Datum {
	vertical-align: top;
}

/*Banner*/
div.RelCont {
	padding: 5px;
	margin-top: 5px;
	border: 01px solid #66b62a;
	background-color: none;
}
div.RelCont p, div.RelCont a, div.RelCont img {
	padding: 0px;
	margin: 0;
}
div.RelCont h1 {
	padding-top: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #B3151B;
	background-color: none;
}
div.RelCont a:link,
div.RelCont a:visited {
	text-decoration: none;
	color: #B3151B;
	font-style:italic;
}
div.RelCont a:hover {
	text-decoration: underline;
	color: #757575;
}
#colThree .RelCont p a {
	background-image: url(admin/stolpersteine/styles/stolpersteine2010/pics/linkpfeile.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0.2em;
	margin-left:0.2em;
	color: #696969;
	font-weight: bold;
	font-size: 0.9em;
}


/*Links*/
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #B3151B;
}
a:hover {
	text-decoration: underline;
	color: #757575;
}
a:visited {
	text-decoration: none;
	color: #993333;
	font-weight: normal;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #B3151B;
	font-weight: normal;
}
h1 a:hover {
	text-decoration: underline;
	color: #757575;
}

/*fuss*/
#footer {
	margin: 0 auto;
	display: block;
	border: 0px green solid;
}

/*Verseitung*/
#PaginationLinks  a:visited {
	color: #993333;
}
#PaginationLinks span a.CurrentPage {
	background-color: #B3151B;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	color: #FFF;
}
#PaginationLinks a {
	background-image: none !important;
}

