@charset "utf-8";
/*
 * 
 *  GENERAL
 * 
 */

* {
	margin:0;
	padding:0;
	border: none;
}

/*
 * 
 * SITE
 * 
 */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td {
	padding-bottom:16px;
}


/*
 * 
 *  CONTAINER
 * 
 */

#container_frame {
	width:826px;
	padding-top:20px;
	margin:auto;
}

#container_content {
	width:826px;
}

#container_content_left {
	float:left;
	width:122px;
}

#container_content_right {
	float:right;
	width:618px;
}

.block_end {
	clear:both;
}

/*
 * 
 * 	Atoms
 *  
 */

#atom_header h1.header {
	display:none;
}

#atom_header div.middle {
	width:826px;
	height:198px;
}

#atom_header div.footer{
	display:none;
}

#atom_footer h1.header{
	display:none;
}

#atom_footer div.inner {
	width:826px;
	height:116px;
}

#atom_footer div.footer{
	display:none;
}

#atom_content_inner h1.header{
	display:none;
}

#atom_content_inner div.inner {
	padding-top:16px;
	padding-left:17px;
	padding-right:57px;
}

#atom_content_inner ul {
	padding-left:20px;
}


#atom_content_inner div.footer{
	display:none;
}

#atom_formerror h1.header,
#atom_sessionmessage h1.header {
	display:none;
}

#atom_formerror div.middle,
#atom_sessionmessage div.middle {
	padding-left:40px;
	padding-right:70px;
}

#atom_formerror div.inner,
#atom_sessionmessage div.inner {
	border:1px dotted red;
	color:red;
	padding:10px;
}

#atom_formerror div.inner ul,
#atom_sessionmessage div.inner ul {
	padding-left:20px;
}

#atom_sessionmessage div.inner ul {
	list-style:none;
}

#atom_formerror div.footer,
#atom_sessionmessage div.footer {
	display:none;
}

#atom_content_mail div.inner {
	padding:2px;
}

#restaurantname {
	position:relative;
	top:105px;
	left:225px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}

#restaurantname h1 {
		font-size:24px;
}

#restaurantnamezusatz {
	position:relative;
	top:87px;
	left:225px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}


#restaurantnamezusatz  {
		font-size:16px;
}

#restaurantnamezusatz h1 {
		font-size:24px;
}

#logofeld {
	width:165px;
	height:165px;
	position:relative;
	top:0px;
	left:33px;
}

#logofeldzusatz {
	width:165px;
	height:165px;
	position:relative;
	top:-18px;
	left:33px;
}

#logofeldrahmen {
	width:165px;
	height:165px;
	position:relative;
	top:0px;
	left:0px;
}

#kontakt {
	text-align:center;;
	padding-top:11px;
	line-height:20px;
	font-weight:bold;
}

ul#navigation {
	list-style:none;
	padding-left:41px;
	padding-top:15px;
	padding-bottom:25px;
}

ul#navigation li {
	padding-top:3px;
}

ul#navigation li a {
	display:block;
	width:149px;
	height:24px;
	text-align:center;
	color:#fff;
	padding-top:8px;
	font-weight:bold;
}



h1 {
	font-size:14px;
}

#table_kontakt {
	width:80%;
	font-size:12px;
}

#table_kontakt tr {
	line-height:16px;
}

#table_kontakt th {
	padding:4px 0px 4px 0px;
	text-align:left;
	font-weight:normal;
	width:30%;
}

#table_kontakt td {
	padding:4px 0px 4px 0px;
	text-align:left;
}

#karte {
	width:100%;
	font-size:12px;
}

#karte tr {
	line-height:16px;
}

#karte th {
	text-align:left;
}

#karte td {
	text-align:right;
}

#karte_start,
#karte_end {
	width:80%;
	font-size:12px;	
	padding:0px;
	margin:0px;
}

#karte_start tr,
#karte_end tr {
	line-height:18px;
}

#karte_start th,
#karte_end th {
	padding:2px 2px 2px 0px;
	width:30%;
	text-align:left;
	font-weight:normal;
}

#karte_start td,
#karte_end td {
	padding:2px 2px 2px 0px;
	width:70%;
}

#bilder th {
	text-align:left;
	font-weight:normal;
}

.boldhighlight {
	font-weight:bold;
}

#footerlinks {
	text-align:center;
	padding-top:22px;
}

/*
 * 
 * INPUT FORMULAR
 * 
 */

.oswinput {
	font-size:12px;
	background-color:#eee;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

.oswinputerror {
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #CFA8A8;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

.oswmultiplelist,
.oswselect {
	font-size:12px;
	background-color:#eee;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:21px;
	padding:0px;
}

.oswmultiplelisterror,
.oswselecterror {
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #CFA8A8;
	line-height:15px;
	width:260px;
	height:21px;
	padding:0px;
}

.oswmultiplelist,
.oswmultiplelisterror {
	height:105px;	
}

.oswtextarea {
	font-size:12px;
	background-color:#eee;
	border:2px inset #bbb;
	width:400px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswtextareaerror {
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #bbb;
	width:400px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswselection {
	position:relative;
	top:2px;
}

.oswsubmit {
	font-size:12px;
	font-weight:bold;
	border:1px outset #EEEEEE;
	padding: 1px 2px 1px 2px;
	background-image: url(../images/button.jpg);
}

.oswsubmit:hover {
	background-image: url(../images/button_hover.jpg);
}

	
