/*	CSS-Framework
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html { }

body { background: #ccc url(../images/html.gif) repeat-y; font: .75em/1.3 Verdana, Arial, Helvetica, sans-serif; color: #333;  }
body.wide { background: #ccc url(../images/html-wide.gif) repeat-y;}


a { color: #006699; }
a:visited {  }
a:hover, a:active { text-decoration: none; }

/* Template
------------------------------ */

#site { width: 970px; background: url(../images/site.jpg) no-repeat; padding-top: 129px; }

.wide #site { background: transparent url(../images/site-wide.jpg) no-repeat; }
#header { position: absolute; width: 970px; left: 0; top: 0; height: 129px; }
#col-left { float: left; width: 240px; padding: 129px 0 0 0; }
#content { float: left; padding: 0 20px; width: 460px; }
.wide #content { width: 640px; }
#col-right { float: left; width: 180px; padding: 0px 20px; font-size: .9em; margin-top: -20px; }
.wide #col-right { display: none;}
	#col-right .hr { margin-left: -20px; margin-right: -20px; }
	#col-right h3 { margin-top: 20px; }
#footer { clear: both; padding: .8em 230px .8em 240px; text-align: center; font-size: .8em;}
.wide #footer {padding: .8em 1.2em .8em 240px;}

.banner { margin-bottom: 1em; }
.banner-small-link { font-size: .8em; text-align: center; }
.banner-small-link a { text-decoration: none; }
.banner-small-link .banner-small-text { color: #333; display: block; padding-top: 8px; }

#logo { left: 258px; top: 12px; width: 293px; height: 60px; background: url(../images/logo.gif) no-repeat; position: absolute; }
#mundipharma { width: 91px; height: 48px; background: url(../images/mundipharma.gif) no-repeat; top: 20px; right: 30px; position: absolute; }

#main-menu { background: #F7F7F7; font-size: .9em; margin-bottom: 57px; }
#main-menu li { padding: 3px 32px 5px 32px; text-align: right; font-weight: bold; }
#main-menu li a { color: #333; }
#main-menu li.active, #main-menu li:hover { background: #FF9900 url(../images/main-menu-li-active.gif) no-repeat 218px 5px; }
#main-menu li.active a, #main-menu li:hover a { color: #fff; }

.more { text-align: right; margin-bottom: 1em; }
.more a { color: #F39B33; text-decoration: none; }
.more .hr { margin-top: 5px; }

.kalender {  }
.kalender p { margin-bottom: 7px!important; }
.kalender .hr { margin-bottom: 7px; margin-top: 7px; }

.downloads {  }
.downloads ul { margin: 0 0 1em 0!important; }
.downloads ul li { list-style: none; margin: 0 0 5px 0!important; }

.ico-link { text-decoration: none; overflow: hidden; width: 100%; display: block; }
.ico-link img { float: left; padding: 0 9px 4px 0!important; margin: 0!important; }

.ico-pdf, .ico-doc { padding-left: 22px; background: url(../images/ico-pdf.gif) no-repeat 0 2px; line-height: 18px; display: block; }
.ico-doc { background: url(../images/ico-doc.gif) no-repeat 0 2px; }
.ico-pdf span, .ico-doc span { text-decoration: underline; }
.ico-pdf:hover span, .ico-doc:hover span { text-decoration: none; }

.article-footer { margin-bottom: 2em; clear: both;}
.article-footer .hr { margin-bottom: 5px; }
.article-footer a { font-weight: bold; color: #F39B33; text-decoration: none; }
.article-footer img { vertical-align: middle; }

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover {  }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,					/* показываем вложенные выпадающие списки */
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: bold 1.4em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h1, .content h2 { font-size: 1.0em; text-transform: uppercase; color: #FF9900; margin-bottom: 2px; }
.content h3 { font-size: 1.0em; color: #006699; margin-bottom: 13px; }
h3.alt { background: #FF9900; color: #fff; text-transform: uppercase; padding: 6px 20px; margin-left: -20px; margin-right: -20px; }
.content h4 { font-size: 1em; }

blockquote { font-weight: bold; font-style: italic; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img, hr, div.hr { margin-bottom: 1em; }

hr, div.hr { color: #ccc; background-color: #ccc; height: 1px; border: none; }

.content table td {
	border:none;
}

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }
table p { margin: 0!important; }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { margin-top: .2em; }
.content img.null-image, .banner img { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left, .f-left img { margin-right: 21px; }
img.f-right, .f-right img { margin-left: 21px; }
.img-container, .csc-textpic-caption { font-size: .75em; }

/*remove margin from pictures in right content column */

	#col-right DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		margin-right: 0;
	}

	/* Pictures on right, add margin on left */
	#col-right DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0;
	}

	/* Pictures centered, add margin on left */
	#col-right DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0;
	}

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }


/* Formzilla form
------------------------------ */
.formzilla { color: #006699; }
.formzilla .buttons {width: 300px; float: right; text-align: right; }
.formzilla .buttons input { font-weight: bold; border: none; text-transform: uppercase; color: #ff9900; padding: 1px 20px 1px 0; font-size: 12px; cursor: pointer;}
.formzilla .buttons .reset {width: 135px; background: url(../images/bullets/bullet01.gif) right 2px no-repeat; float: left; }
.formzilla .buttons .imp-submit { width: 92px; background: url(../images/bullets/bullet02.gif) right 2px no-repeat; float: right }
.formzilla .fz select { width: 298px; }
.formzilla .fz input, .formzilla .fz textarea { width: 293px; font-size:1em; font-family:Verdana,Arial,Helvetica,sans-serif;}
.formzilla .fz dt { width: 160px; float: left; padding: 3px 0;}
.formzilla .fz dd { width: 300px; float: left; padding: 3px 0; }
.formzilla .fz label { width: 150px; text-align: right; padding: 1px 10px 0 0;}
.formzilla #plz { margin-right:3px; width:85px; }
.formzilla #ort { width:200px; }
