/*###################################################################################################################################################*/

.jumplist {
	text-align: center;
}

.jumplist a {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	font-weight:bold;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: #E2E2E2 solid 5px;
	margin: 5px 5px 0 0;
}

.jumplist a:hover, a.jactive {
	border: #999 solid 5px;
}

.block_dates_top {
	background:  url(../i/block_dates_top.jpg) no-repeat;
	height: 55px;
	width: 370px;
}



.block_dates_bottom {
	background: url(../i/block_dates_bottom.jpg) no-repeat;
	height: 76px;
	width: 370px;
}

.dates_right {
	border-left: #A8A8A8 solid 1px;
	border-right: #A8A8A8 solid 1px;
	border-top: #CCCCCC solid 3px;
	border-bottom: #CCCCCC solid 3px;
	display: block;
	padding: 10px;
	color: #333;
	width: 348px;
	margin: -3px 0 0 0;
}

.dates_right:hover, .dateactive {
	background: #333;
	color: #fff;
}

.backbutton {
	position: relative; 
	top: 12px; 
	left:50px; 
	width:212px;
}

.block_food_top {
	background:  url(../i/block_food_top.jpg) no-repeat;
	height: 20px;
	width: 889px;
	margin: 5px 0 0 0;
}

.block_food_bottom {
	background: url(../i/block_food_bottom.jpg) no-repeat;
	height: 18px;
	width: 889px;
}

.block_food_content {
	background: url(../i/block_food_bg.jpg) repeat-y;
	width: 789px;
	padding: 0 40px 0 60px;
}

.block_food_content table {
	margin: 0 0 20px 0;
}

.block_food_content td {
	border-bottom: #999 dotted 1px;
	padding: 3px 0 3px 0;
}


.block_write_top {
	background:  url(../i/block_write_top.jpg) no-repeat;
	height: 14px;
	width: 896px;
	margin: 30px 0 0 0;
}

.block_write_bottom {
	background: url(../i/block_write_bottom.jpg) no-repeat;
	height: 10px;
	width: 896px;
	float: left;
}

.block_write_bg {
	background: url(../i/block_write_bg.jpg) repeat-y;
	width: 896px;
}

.block_write_content {
	padding: 0 40px 0 30px;
}

.postit_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../i/postit_small.png) no-repeat;
	width: 75px;
	height: 90px;
	text-align: center;
	font-size: 22px;
	float: left;
	margin: 0 10px 0 0;
}

.postit_small span {
	font-size: 37px;
	font-weight: bold;
	line-height: 1.2;
}

.schreibwerkstatt_post {
	float: left;
	width: 350px;	
	margin: 0 0 30px 0;
}

.schreibwerkstatt_left {
	float: left;
	width: 435px;
	margin: 0 55px 0 0;
}
.schreibwerkstatt_right {
	float: left;
	width: 330px;
}

.schreibwerkstatt_right form input, textarea {
	border: #999 dotted 1px;
	width: 300px;
	padding: 5px;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.schreibwerkstatt_right form input.submit {
	border: none;
	width: auto;
	height: auto;
}
.schreibwerkstatt_right form label {
	display: block;
	font-weight: bold;
}

.form {
	position: relative; 
	top:-10px; 
	padding: 10px;
}


.schreibwerkstatt_jump {
	padding: 0 10px 0 30px;
	width: 800px;
	float: left;
	text-align: center;
}

.schreibwerkstatt_jump a {
	background: url(../i/bg_jumplist.jpg) no-repeat; 
	color: #fff; 
	display: block; 
	padding: 0 0 0 0; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: bold;
	float:left;
	margin: 0 5px 0 0;
	height: 36px;
	width: 44px;
	font-size: 26px;
	line-height: 1;
}

.schreibwerkstatt_jump a:hover {
	background: url(../i/bg_jumplist_hover.jpg) no-repeat; 
}

.schreibwerkstatt_jump a.active {
	background: url(../i/bg_jumplist_hover.jpg) no-repeat; 
}

.button, .button:visited {
	background: #990000 url(../i/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin: 0 0 3px 0;
}

.button:hover	{ background-color: #000; color: #fff; }
.button a		{ color: #fff; }
.button img 	{ vertical-align:middle; margin-top:-1px; }
.button:active 	{ top: 1px; }

