
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	color: #6B6854;
	font-family:  "Trebuchet MS", Arial, Times, serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #5E8402;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #5E8402;
}

a:hover {
	color: #5E8402;
}

hr {
	display: none;
}

#wrapper {
}


/* Header */

#header {
	width: 840px;
	height: 63px;
	margin: 0 left;
	padding: 30px 0 0 90px;
	text-transform: uppercase;
	font-family:  "Trebuchet MS", Arial, Times, serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	font-size: 28px;
}

#header p {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #726503;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#wrapper {
	width: 840px;
	margin: 0;
	padding: 0;
	//background: url(../images/img02.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 840px;
	margin: 0 left;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0 0 0 0;
}

.post {
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 0px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	background: #AECA8D url(../images/img06.gif) no-repeat left 50%;
	margin: -20px 0 10px 0;
	padding: 2px 0 0 10px;
	border-bottom: 1px #FFFFFF dashed;
	border-top: 1px #FFFFFF dashed;
	font-size: 11px;
	color: #FFFFFF;
}

.byline a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.meta {
	margin: 0;
	padding: 1px 0 0 0;
	background: url(../images/img04.gif) repeat-x left top;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #646464;
}

.meta .more {
	background: #AECA8D url(../images/img06.gif) no-repeat left 50%;
	padding: 4px 10px;
}

.meta .comments {
	padding-left: 18px;
}
.meta a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-bottom: 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	//padding-left: 100px;
	padding: 20px 0 0 100px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	background: url(../images/img04.gif) repeat-x left bottom;
	padding: 0 0 10px 0px;
}

#sidebar h2 {
	margin: 0;
	width: 215px;
	height: 35px;
	padding: 5px 0px 10px 0px;
	font-size: 18px;
}

#sidebar a {
	padding-left: 10px;
	text-decoration: none;
	background: url(../images/img05.jpg) no-repeat left 50%;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	background: url(../images/img03.jpg) repeat-x left top;
	margin: 0;
	padding: 0 0 0 100px;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	padding: 25px 0 20px 0;
}

#footer p a {
	color: #FFFFFF;
}

/* reisekosten */


    form div, 
    form p {
    	padding: 0px;
		margin: 0 0 .2em 0;
    }
    
        
    #content.spring {
    	width: 740px;
    	background: #fff url(../images/bg.gif) 0 0 repeat;
    	margin-bottom: 0px;
    }

    input[type="submit"], input[type="button"], button {
		font-size: 1em;
    	font-weight: bold;
    	color: #fff;
		background: #fff url(../images/btn.bg.gif) 0 0 repeat-x;
		border-style: none;
        padding: 2px 2px 2px 2px;
	}
	

	.errors {
		font-weight: bold;
		text-align: left;
		color: #600;
	}
	
	.errors ul {
		list-style: none;
	}

  	.section {
  		text-align: left;
    	width: 680px;
    	float: left;
    	margin-bottom: 5px;
    }
    
    .row {
    	clear: both;
    	width: 600px;
    	float: left;
    }

	.row .field {
		float:left;
		padding-right: 5px;
	}
	
	.row .field .label {
		float:left;
		padding-top: 5px;
		padding-right: 5px;
		font-weight: bold;
		width: 120px;
		text-align: left;
	}
	
	.row .field .input {
		float:left;
		padding-right: 5px;
	}

	.row .field .input, .col1 .field .input {
		width: 320px;
	}

	.row .field .input, .col2 .field .input {
		width: 160px;
	}

	.row .field .output {
		float: left;
		padding-top: 5px;
		text-align: left;
	}
	
	.row .buttonGroup {
		clear: both;
		text-align: right;
	}
	
	.row .buttonGroup input[type="submit"], .row .buttonGroup input[type="button"], .row .buttonGroup button, .buttonGroup a {
		margin-left: 5px;
		margin-right: 5px;
	}

    .functionsRow {
    	clear: both;
    	width: 100px;
    	float: left;
    }

	.functionsRow .buttonGroup input[type="submit"], .row .buttonGroup input[type="button"], .row .buttonGroup button, .buttonGroup a {
		margin-left: 5px;
		margin-right: 5px;
	}

	.summary {
		width: 100%;
		border: 1px solid #414f23;
		border-collapse: collapse;
	}
	
	.summary thead th {
		border-left: 1px solid #414f23;
		//background: #fff url(../images/th.bg.gif) 0 100% repeat-x;
		border-bottom: 1px solid #414f23;
		padding: 6px;
		text-align: left;
		font-size: small;
	}
    
    .summary tbody td {
		border-left: 1px solid #9cac7c;
		border-right: 1px solid #9cac7c;
		padding: 4px;
		border-bottom: 1px solid #9cac7c;
		font-size: 8pt;
	}
	
	fieldset {
		border: 0px;	
	}
	
	input, textarea, select, .dijitInputField {
		color: #000;
		border: 1px solid #a5acb2;
		overflow: inherit;
		font-family:  "Trebuchet MS", Arial, Times, serif;
		font-size: 13px;
		margin: 1px;
		float: left;
	}

	.col1 .input input, .col1 .input textarea, .col1 .input select {
		width: 446px;
	}

	.col2 .input input, .col2 .input textarea, .col2 .input select {
		width: 150px;
	}

	.col1 .input, .col1 .output {
		width: 446px;
	}

	.col2 .input , .col2 .output {
		width: 160px;
		padding-right: 5px;
	}

	.dijitInputField {
		margin: 0px;
	}

	.dijitTextBox {
		color: inherit;
		border: inherit;
		padding: inherit;
	}
	
	.dijitPopup {
		background: #e2f460;
	}
	.dijitReset {
		padding: 1px;
	}

	/* Calendar Button */
	.input .datebutton a {
		width: 16px;
		height: 16px;
		background-image: url(../images/icons/calendar.gif);
		background-position: 0px 0px;
		display: block;
		float: left;
	}
	.input .datebutton a:hover {
		background-position: 0px -1px;
	}

	.col1 .input .datebutton input {
		width: 250px;
	}

	.col2 .input .datebutton input {
		width: 133px;
	}

	/* Functions */
	
	#functions {
		float: left;
		width: 230px;
		margin-bottom: 10px;
		padding: 50px 0 0 100px;
	}

	#functions .buttonGroup input {
		margin-left: 5px;
		margin-right: 5px;
	}



