@charset "utf-8";

/* importing font */

@font-face {
	font-family:Archer-Book;
	src:url(http://www.ziegert-immobilien.de/immanuelkirch/fonts/Archer-Book.otf) 
	format("opentype");
}
@font-face {
	font-family:Archer-Medium;
	src:url(http://www.ziegert-immobilien.de/immanuelkirch/fonts/Archer-Medium.otf) 
	format("opentype");
}
@font-face {
	font-family:GothaBol;
	src:url(http://www.ziegert-immobilien.de/immanuelkirch/fonts/GothaBol.ttf)
	format("truetype");
}
@font-face {
	font-family:GothaBoo;
	src:url(http://www.ziegert-immobilien.de/immanuelkirch/fonts/GothaBoo.ttf)
	format("truetype");
}
@font-face {
	font-family:GothaMed;
	src:url(http://www.ziegert-immobilien.de/immanuelkirch/fonts/GothaMed.ttf)
	format("truetype");
}
/* site class */

a {
	outline:none;	
}
body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Archer-Book, Arial, Helvetica, sans-serif;
 	font-size:14px;
}
#sitecontainer {
	background-color:#FFF;
	width:960px;
	margin:auto;	
}
#topban {
	 background-color:#FFF;
	 width:960px;
	 height:111px;
}
a {
	 color: #000000;
	 text-decoration:none;
}
a:hover {
	 color: #000000;
	 text-decoration:none;
}
#topmenu {
	float:left;
	margin-top:7px;
	width:155px;
}
#topmenu ul {
	margin:0;
	padding:0;
	list-style:none;	
}
#topmenu ul li {
	margin:0;
	padding:0;
	line-height:16px;
	background-image:url(../layout/menulist.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:10px;
	padding-bottom:12px;
	font-family:GothaBoo, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content {
	float:left;
	width:294px;
	position: relative;
	margin-top:7px;
}
#content div.title {
	font-family:GothaMed, Arial;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:2px;
}
#content div.text {
	font-family:Archer-Book, Archer Book, sans-serif;
	padding-top:2px;
	font-size:14px;	
}
#sitecontainer .column {
}

#content div.text a:link {
text-decoration:underline;
}

#content div.text a:visited {
text-decoration:underline;
}

#content div.text textarea{
width: 350px;
height: 150px;
margin-left: 10px;
border: 1px solid #cccccc;
}

#content div.text input.feld{
width: 350px;
height: 20px;
margin-left: 10px;
margin-bottom: 5px;
border: 1px solid #cccccc;
}
#photoplace {
	float:right;
	width:477px;	
}
div.column {
	float:left;
	width:294px;
	position: relative;
	margin-top:7px;
	margin-left:20px;
	font-family:Archer-Book, Archer Book, sans-serif;
}
/* footer */

#footer {
	clear:both;
	height:15px;
	border-bottom:1px #FCC602 solid;
	width:960px;
}
div.footer {
	width:960px;
	height:80px;
	margin:auto;
	padding-top:7px;
	font-family:Archer-Book, Archer Book, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:18px;
}
/* inner pages */
#content div.text ul {
	padding:0;
	margin:0;
	padding-top:4px;
	list-style:none;
}

#content div.text ul li {
	margin:0;
	padding:0;
	line-height:16px;
	background-image:url(../layout/bulletlist.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
	padding-bottom:12px;
	font-family:Archer-Book, Archer Book, sans-serif;
	font-size:14px;
}

.vktabelle {
	padding: 1px;
	width: 75%;
	border: 0px;
	font-family:Archer-Book, Archer Book, sans-serif;
}

.vktabelle td {
	
	padding:4px;
	border: 0px;
	font-family:Archer-Book, Archer Book, sans-serif;
}


.tddark {
	color: #000000;
	background-color: #fdc600;
	font-weight: bold;
	border: 1px;
}


/* Farbe Zeile A */
.tdlight {
	background-color: #f3f2ee;
}

.tdlightright {
	text-align: right;
	background-color: #f3f2ee;
}

.tdlightcenter {
	text-align: center;
	background-color: #f3f2ee;
}


/* Farbe Zeile B */
.td {
	background-color: #c9c8c4;
}

.tdright {
	text-align: right;
	background-color: #c9c8c4;
}

.tdcenter {
	text-align: center;
	background-color: #c9c8c4;
}


/*GMAP*/

.gmap {
	position: absolute;
	top: -7px;
	left: 0px;
	width: 803px;
	height: 445px;
	z-index: 1000;
	
	
}

#gmapmini {
	position: relative;
}

.gmap_zoomout {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 108px;
	height: 23px;
}

.gmap_zoomin{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 79px;
	height: 18px;
}
