body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #fff;
}

html, .main {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

/* ----------------------------- link ------------------------------ */
a.link, a:visited.link {
	background: white;
	border-bottom: 1px dotted #6e99bf;
	color: #003399;
	line-height: 1.6em;
	outline: none;
	padding: 1px;
	text-decoration: none;
}

a:hover.link, a:focus.link {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E30078;
}

/* ------------------------- end link --------------------------------- */

/* -------------------------- styles ------------------------------ */
p {
  margin: 0px;
  padding: 0 0 20px 0;
}

p.update {
  margin: 0px;
  padding: 0 0 20px 0;
  text-align: right;
}

img {
  border: none;
}

h2, h3, h4, h5 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 22px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #999;
  font-family: Arial, Helvetica, sans-serif;
}

h2 span {
  font-weight: bold;
}

h2.angebot {
  font-size: 22px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #e5047a;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 21px;
  color: #333;
  margin: 0 0 15px 0;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
}

h5 {
  font-size: 14px;
  height: 27px;
  width: 116px;
  color: #000;
  margin: 0;
  padding: 3px 10px 0 10px;
  text-align: center;
  background: url(images/h5_bg.png) no-repeat top left;
}

h6 {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

blockquote {
  font-style: italic;
}

cite {
  font-weight: normal;
  color: #1d68b6;
  font-size: 14px;
}

.clr {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.lucky {
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}

.lucky_h10 {
  clear: both;
  width: 100%;
  height: 10px;
}

.lucky_h20 {
  clear: both;
  width: 100%;
  height: 20px;
}

.lucky_h30 {
  clear: both;
  width: 100%;
  height: 30px;
}

.lucky_h40 {
  clear: both;
  width: 100%;
  height: 40px;
}

.lucky_h50 {
  clear: both;
  width: 100%;
  height: 50px;
}

.lucky_h60 {
  clear: both;
  width: 100%;
  height: 60px;
}

.margin_r15 {
  margin-right: 15px;
}

.margin_r30 {
  margin-right: 30px;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.image_wrapper {
  padding: 8px;
  border: 1px solid #000;
  background: #0f1115;
}

.fl_img {
  float: left;
  margin: 3px 30px 15px 0;
}

.fr_img {
  float: right;
  margin: 3px 0 15px 15px;
}

.impress ul li {
  list-style: none;
  margin: 0;
  padding-left: 60px;
}


/* --------------------------- end styles --------------------------- */

/* ----------------------------- read more ----------------------------- */
.readmore a {
	clear: both;
	display: block;
	float: right;
	padding: 0px 0 2px 12px;
	background: url(../symdeg-website/read_more.png) center left no-repeat;
    color: #2670c3;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

/* ------------------------------ end read more ---------------------------- */

/* ----------------------------------- header ---------------------- */
.header, .menu_nav, ol, ol li, ul {
  margin:0;
  padding:0;
}

.header_resize, .content_resize, .fbg_resize, .footer_resize {
  margin: 0 auto;
  padding: 0 40px;
  width: 910px;
}
.header .logo {
  padding: 0 0 8px 0;
  float: left;
  width: auto;
}

/* --------------------------- end header ------------------------------- */

/* --------------------------- menu ---------------------------------- */
.menu_nav {
  padding: 0;
  float: left;
  width: auto;
  height: 50px;
  font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}

.menu_nav ul {
  list-style: none;
  padding-top: 14px;
}

.menu_nav ul li {
  margin: 0 0 0 4px;
  float: left;
  background: url(../symdeg-website/menu_bg.gif) no-repeat right center;
}

.menu_nav ul li a {
  display: block;
  margin: 0;
  padding: 2px 0 8px 19px;
  color: #8e8e8e;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px dotted #6e99bf;        /*          */
}

.menu_nav ul li a span {
  padding: 5px 19px 12px 0;
}

.menu_nav ul li a span span {
  padding: 5px 0 12px;
}

.menu_nav ul li a:hover {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

/*.menu_nav ul li.active a, .menu_nav ul li a:hover {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
} */

/* -------------------------- active ---------------------- */
#home .menu_nav ul li.active1 a {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

#uberuns .menu_nav ul li.active2 a {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

#angebot .menu_nav ul li.active3 a {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

#projekte .menu_nav ul li.active4 a {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

#kontakt .menu_nav ul li.active5 a {
	background: #eaf3f8;
	color: black;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30078;
}

/* ------------------------------ end menu ------------------------------ */



/* ------------------------ slider ---------------------------------*/
.slider {
	margin: 0 auto;
	padding: 0;
	height: 348px;
}

.slider2 {
	margin: 0 auto;
	padding: 0;
}

.slice12 {
	margin: 0 auto;
	width: 910px;          /*  966 */
	padding: 0;
	background: url(../symdeg-website/bg_simple2.gif) top no-repeat;
	height: 93px;
}

.slice12 h2 {
	font: normal 40px Georgia, "Times New Roman", Times, serif;
	color: #1c1d1c;
	padding: 20px 40px;
	margin: 0;
}

/*simple text*/
.simple {
	width:910px;
	margin:0 auto;
	padding:0;
}

.simple .text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #858585;
	width: 200px;
	float: right;
	margin: 10px 0;
	padding: 0;
}

.slider div.slice1 {
	margin: 0 auto;
	width: 910px;
	padding: 0;
}

.slider div.slice1 div.slice2 {
	margin: 0 auto;
	padding: 1px;
}

.slider div div div {
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 348px;
	background: url(../symdeg-website/bg_simple.gif) top no-repeat;
}

.slider div div div h2 {
	width: 250px;           /*  300  */
	float: left;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	color: #1c1d1c;
	padding: 30px 0 10px 40px;
	margin: 0;
	line-height: 1.2em;
}

.slider div div div p {
	width: 250px;         /* 300 */
	float: left;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #262626;
	margin: 0;
	padding: 10px 0 0 40px;
	line-height: 1.8em;
}

.slider div div div p.img {
	width: 590px;
	float: right;
	padding: 40px 0 0 0;
	margin: 0;
}

.slider div div div a {
	color: #333;
	text-decoration: none;
	text-align: center;
}

.slider div div div a:hover {
	text-decoration:none;
}

/* --------------------------------- end slider -------------------------- */

/* --------------------------------- content---------------------------- */
#content_wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 30px 15px;
}

#content {
	float: left;
	width: 560px;
}

/* ------------------------------- sidebar ------------------------------ */
#sidebar {
	float: right;
	width: 320px;
}

.col_w265 {
	width: 265px;
}

.two_col_image {
	position: relative;
	width: 251px;
	height: 105px;
	padding: 7px;
	margin-bottom: 10px;
	background: url(../symdeg-website/ot.png) no-repeat;
}

.two_col_image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 253px;
	height: 119px;
	background: url(../symdeg-website/ot.png) no-repeat;
}

/* ---------------------------------- newsbox -------------------------- */
.newsbox {
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
	margin-bottom: 20px;
}

.newsbox .news_image {
	float: left;
	position: relative;
	width: 113px;
	height: 84px;
	padding: 3px;
}

.newsbox .news_image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 119px;
	height: 90px;
	background: url(../symdeg-website/newsimage.png) no-repeat;
}

.newsbox p {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
}

/* ---------------------- new_projects---------------------------- */
#new_projects {
	width: 914px;
	height: 135px;
	padding: 20px 30px;
	background: url(../symdeg-website/new_projects.png) no-repeat;
}

#new_project_text {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
	margin-right: 15px;
	background: url(../symdeg-website/gallery_divider.png) right center no-repeat;
}

#new_project_text p {
	font-size: 11px;
}

.project_image_box {
	float: left;
	width: 150px;
}

#new_projects .project_image {
	position: relative;
	width: 134px;
	height: 97px;
	padding: 8px;
	margin-bottom: 5px;
}

#new_projects h5 {
	font-size: 12px;
}

.project_image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(../symdeg-website/project_image.png) no-repeat;
}

/* ------------------------------ end content --------------------------- */

/* ------------------------ kommentar ---------------------------------- */

#kommentar_newsletter {
	width: 260px;
	height: 246px;
	padding: 20px 30px;
	background: url(../symdeg-website/news.png) no-repeat;
}

#kommentar {
	width: 260px;
	height: 137px;
	margin-bottom: 50px;
}

#kommentar h2 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
}

#kommentar p {
	margin: 0 0 10px 0;
	padding: 0;
}

#kommentar p .open {
	margin-right: 20px;
}

#kommentar p .close {
	margin-bottom: -10px;
	margin-left: 20px;
}

/* --------------------------------- end kommentar -------------------- */

/* ------------------------------------ footer -------------------- */
#footer {
	width: 910px;
	height: 83px;
	margin: 0 auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #E5E5E5;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.bull {color: #e3027c}


/* ----------------------------------- end footer ------------------------*/
