/* CSS Document */
/* ACIRA */

body, html { 
	margin:0; 
	padding:0; 
	background:url(../images/bg.gif) top center repeat-y #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;

}
td { vertical-align:top;  }

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

td.menu {
	background: url(../images/menu_bg.gif) top left repeat #fff;
}
td.pagebottom { height:35px; background-color:#f4911d; color:#fff; font-weight:bold; font-family:Verdana; text-align:center; }

#navmenu { 
	width: 922px;
	float: left;
}
#flags {
	width: 44px;
	float:left;
	padding-top: 8px;
}
#submenu {
	background:url(../images/submenu_decor.gif) center bottom no-repeat;
	min-height:450px;
	height:450px;
	width:161px;
	float:left;
	
}
#content {
	min-height:400px;
	height:400px;
	padding:20px 15px 0 15px;
	width:775px;
	float:left;
	height:auto;
}
#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}


h1 {
	font-family:"Trebuchet MS", Arial;
	font-size: 20px;
	color:#f4911d;
	font-weight:lighter;
}
h2 {
	font-family:"Trebuchet MS", Arial;
	font-size: 18px;
	color:#5c554e;
	font-weight:lighter;
}
h3 {
	font-family:"Trebuchet MS", Arial;
	font-size: 16px;
	color:#f4911d;
	font-weight:bold;
}
h4,h5,h6 {
	font-family:"Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #f4911d;
}

/* KONTAKTFELT */

td.contact { margin: 0; padding: 0; }

input.contact {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #000;
background-color:#fff;
}

textarea.contact {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #000;
}

a { color: #333; font-weight: 700; text-decoration: none; }
a:hover { color: #5d5d5d; }
/* KONTAKTFELT - END */



