/*
Theme Name: HalloUe
Theme URI: http://wordpress.org/
Description: Theme for HalloUeberlingen
Version: 1.0
Author: Long Hoang
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #F1F1F1;
	color: black;
	}

#wrapper {
  margin: 0 auto;
  width: 766px;
}
#bg1 {
  float: left;
  width: 766px;
  height: 21px;
  background-image: url('./img/bg1.gif');
}
#bg2 {
  float: left;
  width: 766px;
  background-image: url('./img/bg2.gif');
}
#bg3 {
  float: left;
  width: 766px;
  height: 17px;
  background-image: url('./img/bg3.gif');
}
#header {
  float: left;
  height: 198px;
}
#wappen {
  margin-left: 450px;
}
#title {
  float: left;
  margin-left: 30px;
  margin-top: -30px;
}
#content {
  float:left;
  margin-left: 30px;
  width: 500px;
  font-size: 12px;
  padding-bottom: 20px;
}
#navi {
  float: left;
  margin-left: 57px;
  width: 143px;
  font-size: 14px;
}
#footer {
  float:left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 9px;
  text-align: center;
}



.head {
  float: left;
  margin-left: -10px;
  width: 518px;
  min-height: 39px;
  background-image: url('./img/devider.gif');
  background-repeat: no-repeat;
}

.dev-tit{
  float: left;
  width: 380px;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 8px;
  line-height: 18pt;
}

.body {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  width: 500px;
}
.info {
  float: left;
  width: 500px;
}


.nav li{
  width: 139px;
  border-bottom: 1px solid #E85353;
  padding-left: 3px;
  padding-bottom: 3px;
  margin-left: -40px;
  margin-bottom: 15px;
  list-style: none;
  color: #E85353;
}
li.navs, li.cat-item {
  margin-top: -10px;
  margin-left: -35px;
  list-style: none;
  border: 0px;
  font-size: 11px;
}
li.current-cat {
  font-style: italic;
}

/* Linkformatierungen */

a:link {
  color: #E85353;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #E85353;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#wappen a {
   display:block;
   background-image: url(./img/wappen.gif);
   width:77px;
   height:105px;
}
#wappen a:hover {
   background-position: 77px 0;
}
#wappen a:active {
   background-position: 77px 0;
}

.head a:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.head a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.head a:hover {
  color: #E85353;
  text-decoration: none;
  font-weight: bold;
}
.head a:active {
  color: #E85353;
  text-decoration: none;
  font-weight: bold;
}
/* Linkformatierungen Ende */

/* Textformatierungen */

h1 {
  font-size: 36px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
/* Textformatierungen Ende */


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* rtl */

img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* rtl ende */

fieldset {
  border: 1px solid #E85353;
  padding: 3px;
}
legend {
  color: #E85353;
}
img {
  border: 0px;
}

