/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

thead th,
tbody th{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.menu{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

blockquote{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0;
color:#000;
background:#ffffff url(images/bg_body.png) repeat-x center top;
font:normal 0.8em/140% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap{
width:1000px;
margin:0 auto 0 auto;
padding:0;
}

#links {
	width: 255px;
	float: left;
	background:#ffffff url(images/logo.png) no-repeat left top;
	padding-top: 525px;
	text-align: center;
}

#rechts {
	width: 745px;
	float: right;
}

#languagemenu {
	height: 54px;
	background: url(images/bg_sprachauswahl.png) no-repeat right top;
	text-align: center;
	color: #ada393;
	font-size: 13px;
	padding: 10px 20px 0 550px;
}
#languagemenu img {
	border: 1px dotted #000;
	margin-top: 5px;
}


#topmenus {
	height: 114px;
	position: relative;
}

.menu{
margin:-1px -1px 0 -1px;
position: absolute;
bottom: 0;
}

#content-links {
	width: 500px;
	float: left;
	padding: 50px 15px 20px 15px;
}

#imagebild {
	width: 500px;
	height: 250px;
	margin-bottom: 30px;
}

#content-rechts {
	width: 215px;
	float: right;
	background: url(images/bg_right1.png) no-repeat center top;
	padding-top: 51px;
}

#content-rechts #box1 {
	background: url(images/bg_right2.png) repeat-y center top;
	min-height: 50px;
	padding: 0 20px 1px 35px;
}

#content-rechts #box2 {
	background: url(images/bg_right4.png) repeat-y center top;
	min-height: 50px;
	padding: 1px 20px 1px 35px;
}

#content-rechts #box2 img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}

#content-rechts #box3 {
padding: 10px 0 0 0;
	text-align: center;
}

#content-rechts #divider1 {
	background: url(images/bg_right3.png) no-repeat center top;
	height: 23px;
}

#content-rechts #divider2 {
	background: url(images/bg_right5.png) no-repeat center top;
	height: 18px;
}

#content-rechts p {
	color: #000;
	line-height: 1.3em;
}

#footer{
border-top:1px solid #ccc;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
padding: 0 15px;
}

#footer p.links {
	width: 300px;
	float: left;
}

#footer p.rechts {
	width: 180px;
	float: right;
	text-align: right;
}


	#link-top{
	position: absolute;
	top:10px;
	right:10px;
	*right:25px;/*IE 7 ONLY*/
	left:auto;
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
	
#googlemap {border: 1px solid #ccc;}
