/* Main */

body {
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #882345;
}

/* Content */


h1 {
	font-size: 22px;
	color: #882345;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

h3 { 
	font-size: 20px;
	color: #882345;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0;
	margin: 0;
}

h4 { 
	font-size: 14px;
	color: #882345;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 0;
	margin: 0;
}

.picdiv { 
	width: 200px;
	float: right;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.picdiv-left { 
	width: 200px;
	float: left;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.phone {
	background-image:url(../img/phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	font-size: 12px;
}

.mail {
	background-image:url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 12px;
}

.address {
	background-image:url(../img/address.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

.line-height-140 { 
	line-height: 140%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #882345;
}

a:hover {
	text-decoration: none;
	color: #882345;
}

a.categ:link, a.categ:visited, a.categ:active {
	text-decoration: none;
	color: #882345;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 20px;
	display: block;
	border-bottom: 1px solid #cccccc;
}

a.categ:hover {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 20px;
	display: block;
	border-bottom: 1px solid #cccccc;

}

a.categ span {
	text-decoration: none;
	color: #666666;
}

.submenu-title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
	padding-top: 63px;
	padding-left: 5px;
	margin-right: 20px;
}

p {
	margin: 0;
}

form {
	margin: 0;
}

.content {
	background: #FFF url(/img/way.gif) 515px 85px no-repeat;
	text-align: left;
	border: 20px solid #333333;
}

.image {
	padding-bottom: 10px;
}

.continut {
	width: 840px;

}

.divider {
	border-bottom: 1px solid #cccccc;
	height: 20px;
}

.divider-body {
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

.divider-body20 {
	border-bottom: 1px solid #cccccc;
	height: 20px;
}

.divider-body span {
	font-size: 14px;
	padding-right: 12px;
	background-image: url(../img/arrow-right.gif);
	font-weight: bold;
	color: #882345;
	text-align: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right 6px;
}

.divider-body strong {
	font-size: 14px;
	padding-right: 12px;
	background-image: url(../img/arrow-up.gif);
	font-weight: bold;
	color: #882345;
	text-align: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right 7px;
}

/* Header */

#logo {
	float: left;
	width: 180px;
	height: 71px;
}

#logo span {
	display: none;
}

#logo a {
	width: 180px;
	height: 71px;
	display: block;
	background-image:url(../img/budusan-berindean-asociatii-logo.gif);
	background-repeat:no-repeat;
	background-position: left center;
}


/* language-images */

#language {
	float: right;
	width: 154px;
}

#language ul {
	height: 11px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#language li {
	float: left;
	font: bold 14px "Times New Roman", Times, serif;
}

#language span {
	display: none;
}

#language li a,
#language li strong {
	display: block;
	height: 11px;
	color: #666666;
	background-image: url(../img/languages.gif);
	background-repeat: no-repeat;
}

/* Romana */
#language-ro a {
	width: 29px;
	background-position: 0 0;
}

#language-ro a:hover,
#language-ro strong {
	width: 29px;
	background-position: 0 -20px;
}

/* English */
#language-en a {
	width: 29px;
	background-position: -29px 0;
}

#language-en a:hover,
#language-en strong {
	width: 29px;
	background-position: -29px -20px;
}

/* Deutsch */
#language-de a {
	width: 29px;
	background-position: -58px 0;
}

#language-de a:hover,
#language-de strong {
	width: 29px;
	background-position: -58px -20px;
}

/* Francais */

#language-fr a {
	width: 27px;
	background-position: -87px 0;
}

#language-fr a:hover,
#language-fr strong {
	width: 27px;
	background-position: -87px -20px;
}

/* Italiano */

#language-it a {
	width: 24px;
	background-position: -113px 0;
}

#language-it a:hover,
#language-it strong {
	width: 24px;
	background-position: -113px -20px;
}

/* Espanol */

#language-es a {
	width: 16px;
	background-position: -138px 0;
}

#language-es a:hover,
#language-es strong {
	width: 16px;
	background-position: -138px -20px;
}

/* main-menu-images */

#main-menu {
	width: 840px;
	margin: 15px 0 30px 0;
	text-align: left;
	padding: 0;
}

#main-menu ul {
	height: 31px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main-menu li {
	float: left;
	font: bold 14px "Times New Roman", Times, serif;
}

#main-menu span {
	display: none;
}

#main-menu li a,
#main-menu li strong {
	display: block;
	height: 31px;
	color: #666666;
	background-image: url(../img/main-menu-de.gif);
	background-repeat: no-repeat;
}

/* Home */
#main-menu-1 a {
	width: 71px;
	background-position: 0 0;
	border-right: 1px solid #ffffff;
}

#main-menu-1 a:hover,
#main-menu-1 strong {
	width: 71px;
	background-position: 0 -41px;
}

/* Uber Uns */
#main-menu-2 a {
	width: 101px;
	background-position: -71px 0;
	border-right: 1px solid #ffffff;
}

#main-menu-2 a:hover,
#main-menu-2 strong {
	width: 101px;
	background-position: -71px -41px;
}

/* Rechtsanwalte */
#main-menu-3 a {
	width: 158px;
	background-position: -172px 0;
	border-right: 1px solid #ffffff;
}

#main-menu-3 a:hover,
#main-menu-3 strong {
	width: 158px;
	background-position: -172px -41px;
}

/* In zusammenarbeit mit */

#main-menu-4 a {
	width: 220px;
	background-position: -331px 0;
	border-right: 1px solid #ffffff;
}

#main-menu-4 a:hover,
#main-menu-4 strong {
	width: 220px;
	background-position: -331px -41px;
}

/* Tatigkeitsbereiche */

#main-menu-5 a {
	width: 191px;
	background-position: -553px 0;
	border-right: 1px solid #ffffff;
}

#main-menu-5 a:hover,
#main-menu-5 strong {
	width: 191px;
	background-position: -553px -41px;
}

/* Kontakt */

#main-menu-6 a {
	width: 94px;
	background-position: -749px 0;
}

#main-menu-6 a:hover,
#main-menu-6 strong {
	width: 94px;
	background-position: -749px -41px;
}


/* Footer */


.divider-footer {
	height: 25px;
}

.divider-footer span {
	font-size: 14px;
	padding-right: 12px;
	background-image: url(../img/arrow-right.gif);
	font-weight: bold;
	color: #882345;
	text-align: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right 6px;
}

.copyright {
	font-size: 12px;
	color: #fff;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover {
	color: #fff;
	text-decoration: none;
}

/* TEN */

#ten {
	margin-top:33px;
	width: 200px;
	float: left;
}

#ten span {
	color: #999999;
	font-size: 12px;
}

#ten a {
	display: block;
	background-image:url(../img/TEN-logo.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 65px;
}

.motto {
	font-size: 14px;
	color: #882345;
	padding: 10px 0;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
}
