/***********************************************/
/* Cafe Guenter Kniebis                        */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 5px;
	background-color:#d4e0dc;
	background-image: url(hintergrund.jpg);
	background-repeat:repeat-y;
}

th {
text-align:left;
}

form {
background-color: #EEEEEE;
font-size: 0.8em;
}

label {
float:left;
text-align:left;
}

input, textarea {
display: block;
width: 10em;
border: 1px solid #333333;
}

a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
	color: #006633;
	margin: 0px;
	padding: 8px;
}

h1{
	font-size: 1.2em;
	text-align: center;
}

h2{
 font-size: 1.1em;
}

h3{
 font-size: 1em;
}

anmerkung{
 font-size: 0.8em;
}

ul{
/* list-style-type: square;*/
 list-style-type:none;
}

/***********************************************/
/* Layout */
/***********************************************/

#kopfzeile{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 75% 0 0;
	padding: 1px;
	background-color: #FFFFEE;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#inhalt{
  float: right;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}

#linkespalte{
  float: left;
	width: 75%;
	margin: 25%;
	padding: 0 3% 0 0;
}

#globalNav img{
 display: block;
}

#ausflugsziele ul{
/* list-style-type: square;*/
 list-style-type:square;
 line-height:1.2;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#Fusszeile{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 0.6em;
	color: #333333;
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: list-item; list-style-position:outside;}
#navBar ul {margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#Verweise{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
}

#Verweise h3{
	padding: 10px 0px 2px 5px;
}

#Verweise a:link{
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#Verweise a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
}

#Verweise a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 5px;
}

.weitereLinks a:hover{
background-color:#eeeeee;
}

.weitereLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
}

.weitereLinks h3{
	padding: 10px 0px 2px 0px;
}

#kopfzeile address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
}
