body {
	font-family: Trebuchet MS;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.2em;
	font-size: 77.3%;
	margin: 20px;
	padding: 20px;
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

form {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

h1 {
	font-size: 21px;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}

#footer {
	
}

.bigger {
	font-size: 1.4em;
}

.searchbar {
	width: 680px;
	background-color: white;
	border: 1px #ebe6dc solid;
	padding: 10px 0 10px 0;
	vertical-align: middle;
	text-align: center;
}

.boxTopRight {
	background-color: white;
	border: 1px #ebe6dc solid;
	padding: 5px;
}

.mapResults {
	margin: 10px 0 10px 0;
	background-color: white;
	border: 1px #ebe6dc solid;
	padding: 5px;
	height: 346px;
}

.right {
	float: left;
	width: 250px;
	padding: 0 10px 0 10px;
}

.left {
	float: left;
	width: 680px;
}

.leftSingle {
	float: left;
	width: 660px;
	background-color: white;
	padding: 10px;
	border: 1px #ebe6dc solid;
}

.leftSingle p {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

.col {
	width: 250px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555555;
	margin-left: 57px;
	float: left;
	margin-top: 25px;
	display: inline;
}

#footerContent {
	width: 980px;
	padding: 20px 0 0 0;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footerContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerContent ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	margin: 0px;
}

.footerList {
	line-height: 15px;
}

.footerList a {
	color: black;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerList a:hover {
	color: white;
	background-color: #353535;
}

#footerContent #footerFooter {
	width: 980px;
	color: black;
	clear: left;
	padding-top: 25px;
	text-align: center;
}

#footerContent #footerFooter a {
	color: white;
	text-decoration: none;
}

.columns {
	width: 980px;
}

table {
	width: 100%;
}

td {
	font-family: Trebuchet MS;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
}

.notice {
	padding-top: 20px;
}

.mitte {
	width: 980px;
}

.mitte-links {
	float: left;
	width: 400px;
}

.mitte-rechts {
	float: right;
	width: 400px;
	text-align: right;
}

.clear {
	clear: both;
}

textarea {
	width: 100%;
	height: 80px;
	font-family: Trebuchet MS;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
}

td input,textarea {
	width: 95%;
}

td select {
	width: 97%;
}

.formBtn {
	width: 120px;
}

.sectionTitle {
	padding: 30px 0 2px 2px;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px #eaeaea solid;
}

.sectionInfo {
	padding: 0px 0 10px 2px;
}

.errorMessage {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 12px;
	color: red;
	width: 940px;
}

img {
	border: 0px;
}

.shortInput {
	width: 140px;
}

.marker {
	width: 280px;
	height: 180px;
	overflow: auto;
}

.done {
	background: url(iconIdea.gif) no-repeat 2px;
	padding-left: 20px;
	font-size: 12px;
	width: 70%;
	margin: 20px auto;
	display: none
}

.block {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

.input * {
	padding: 5px;
	margin: 2px;
	font-size: 12px;
}

.input label {
	float: left;
	width: 75px;
	font-weight: 700
}

.input input.text {
	float: left;
	width: 270px;
	padding-left: 20px;
}

.input .textarea {
	height: 120px;
	width: 270px;
	padding-left: 20px;
}

.input #submit {
	float: right;
	margin-right: 10px;
}

.loading_icon {
	float: right;
	background: url(../layout/images/ajax-loader.gif) no-repeat 1px;
	height: 16px;
	width: 16px;
	display: none;
}

#showAll{
	display: none;
	text-align:right;
	background-color:red;
	z-index:99999;	
}

#showAll a{
	text-decoration: none;
	color:white;
	
}

#showPrint{
	text-align:right;
	background-color:gray;
	z-index:99999;
}

#showPrint a{
	text-decoration: none;
	color:blue;
}

#todo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#todo-list li {	
	padding: 2px 10px;
	margin-bottom: 2px;
	background-color: #efefef;
	font-size: 12px;
	border-bottom:1px #666 dotted;
}

.printTitle {
	font-size:16px;
	color:#666;
	border-bottom:2px #666 solid;
	margin-bottom:20px;
}

#todoleft {	
	float:left;	
	heigth:21px;
}

#todoright {
	float:right;	
	heigth:21px;
}

img.handle {
	display:none;
}

.datetime {
	display:none;
	font-size: 10px;
	font-style: italic;
}

.checkboxDone {
	vertical-align: middle;
	margin-right: 10px;
}

.listIcon {
	display:none;
}

.listDelIcon {
	display:none;
}

.listPrioIcon {
	display:none;
}

.byTag {	
	background-color:#666 !important;
	padding:0 5px 0 5px;
	font-size:10px;
}

.important {
	background-image:url(../layout/images/prio.png) !important;
}

