/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	/*font-family: Calibri,Myriad Pro,Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;*/
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.7em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #444;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: .6em; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}
body.contentpane {
	margin: 20px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 700px;
	max-width: 950px;
}

body.width_fmaxmax div#wrapper {
	min-width: 700px;
	max-width: 1150px;
}

body.width_fmaxmaxmax div#wrapper {
	min-width: 700px;
	max-width: 1400px;
}

div#header {
	position: relative;
	height: 115px;
	padding-top: 11px;
}
div#header_small {
	position: relative;
	height: 10px;
	padding-top: 11px;
}
.ds_tl, .ds_tr, .ds_bl, .ds_br {
	position: absolute;
	width: 26px; height: 26px;
	top: 0px;
}
.ds_tl, .ds_bl { left: 0px; }
.ds_tr, .ds_br { right: 0px; }
.ds_bl, .ds_br { top: -13px; }

div#headContents {
	height: 115px;
	/*background: url(../images/Snizek+Partner-Logo2a_tr_bar_100.png) 0 100% repeat-x;*/
	background: url(../images/SuP-Logo2010_tr_bar_100.png) 0 100% repeat-x;
	margin: 0px 13px;
}
div#logo {
	float: left;
	width: 411px;
	height: 100px;
	/*background: url(../images/Snizek+Partner-Logo2a_tr_100.png) 0 0 no-repeat;*/
	background: url(../images/SuP-Logo2010_tr_100.png) 0 0 no-repeat;
	margin-left: 76px;
	margin-top: 15px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;
}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer {
	position: relative;
	height: 47px;
	text-align: left;
	font-size: .90em;
	color: #949494;
	padding: 10px 13px 0px;
}
div#footer a:link, div#footer a:visited  {
	color: #999;
}
div#footerspacer {
	height: 10px;
}

#search {
	float: right;
	width:133px;
	margin: 0px 43px 0px 0px;
	overflow: hidden;
	text-align:right;
}
#search input[type=text] {
	width: 123px;
	padding: 2px 4px 0px;
	background-color: #fafafa;
	border-color: #c8c8c8;
	color: #666666;
	font-size: 85%;
	margin: 0;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#jflanguageselection {
	margin: -28px 40px 0 0;
}

#area {
	margin: 15px 23px 0px 23px;
	width: auto;
	text-align: left;
	padding: 1px 8px;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 22%;
	padding-left: 15px;
	width: 75%;
	border-left: 1px solid #ccc;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

#maincolumn ul, #maincolumn_full ul {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px .6em 0px;
	list-style-image: url(../images/arrow.gif);
}
#maincolumn ul li, #maincolumn_full ul li {
	margin-bottom: 5px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
	clear: left;
	margin: 4px 190px 0px 22%;
	padding-left: 17px;
	font-size:0.9em;
	text-align: left;
}
#breadcrumbs, #breadcrumbs a:link,#breadcrumbs a:visited {
	color:#867;
}
span.pathway {
  margin: 0 10px 0px 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	padding: 0;
}
h1, h2.contentheading_cat {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	width: 100%;
	/*text-shadow: #999999 2px 2px 4px;*/
}

h2, .contentheading {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	width: 100%;
}
.contentheading {
	margin-top: 7px;
	margin-bottom: 1.6em;
}
.contentheading a:link, .contentheading a:visited {
	color: #444;
}
.contentheading_cat a:link, .contentheading_cat a:visited {
	font-weight: bold;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	color: #333;
}

.componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
  padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 7px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.articleinfo {
	margin-top: 3em;
}
.createdate, .modifydate, .createdby {
	color:#889;
	font-size:0.9em;
	padding: 1px 1em 0px 0px;
}
.modifydate {
  display: block;
	margin-top: -5px;
}

a.readon, a.readon:link {
	background: url(../images/mw_readon.png) top right no-repeat;
	float: left;
	padding-right: 20px;
	margin-top: 6px;
	line-height: 14px;
	height: 14px;
	color: #666;
	font-size: 90%;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* blog layout */

.leading {
	position: relative;
	margin-right: 10px;
}
.leading_separator {
	border-bottom: solid 0px #333333;
	display: block;
	height: 20px;
	margin: 0px;
}
.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px;
}
.blog { padding: 0; }
.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols2 { width: 45%; }
.cols3 { width: 30%; }
.column1 , .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}
.column2 , .column1 {
	float: left;
	margin: 0;
}
.column2 {
	float: right;
	margin: 0;
	width: 45%;
}
.article_row {
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}
.article_column {
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}
.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.buttonheading {
	float: right;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 3px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

tr.sectiontableentry0:hover td,
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td,
table.category tr:hover td.sectiontableentry0,
table.category tr:hover td.sectiontableentry1 {
  background-color: #f0f0f2;
}

/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module_login {
  margin-bottom: 25px;
}

div.module_menu h3, div.module_login h3 {
	font-size: 12px;
	font-weight: bold;
	margin: -23px -4px 5px 0px;
	padding-left: 13px;
	padding-bottom: 2px;
	cursor: pointer;
}

div.module_menu, div.module_login {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div, div.module_login div div div {
	padding: 30px 0px 15px;
	width: auto;
}
div.module_login div div div {
	padding-bottom: 1px;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 0 0 1px 0;
	padding-left: 2px;
	list-style-type: none;
}
div.module_menu ul li {
	padding: 3px 8px;
	margin-left: 10px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 125%;
}
div.module_menu ul li:hover {
	background-color: #d8d8d8;
	border-left: 3px solid #79102b;
	margin-left: -3px;
	padding-left: 18px;
}
div.module_menu ul li.active:hover {
	border-left: none;
}
div.module_menu ul li.active, div.module_menu ul li.active:hover {
	padding-right: 0px;
	border-bottom: none;
	/*border-left: 1px solid #79102b;*/
	margin-left: -1px;
	padding-left: 18px;
}
div.module_menu ul li.active li:hover {
	background-color: #d8d8d8;
}
div.module_menu ul ul {
	padding-left: 8px;
	padding-bottom: 4px;
	margin: 4px 0px -4px -18px;
}
div.module_menu ul ul li:hover {
	margin-left: 3px;
	padding-left: 12px;
}
div.module_menu ul ul li.active, div.module_menu ul ul li.active:hover {
	margin-left: -8px;
	padding-left: 26px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	display: block;
}
div.module_menu ul li:hover a:link, div.module_menu ul li:hover a:visited {
	color: #303040;
}
div.module_menu ul li.active a:link, div.module_menu ul li.active a:visited,
div.module_menu ul li#current > a:link, div.module_menu ul li#current > a:visited {
	color: #202030;
}
div.module_menu ul li.active li a:link, div.module_menu ul li.active li a:visited {
	color: #606070;
}
div.module_menu ul li a:hover {
	text-decoration: none;
	color: #303040;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

input[type=text], input[type=submit], input[type=password], textarea, button {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	border: 1px solid #999;
	padding: 2px;
}
input[type=submit], button {
	background-color: #ddd;
	color: #202030;
	padding: 2px 5px 1px;
	margin-left: 0px;
	font-size: 1em;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

.module_login form {
	padding-left: 18px;
	font-size: 90%;
}
.module_login form.form-login {
	display: none;
}
.opened form.form-login {
	display: block;
}
/*.module_login:hover form.form-login {
	display: block;
}*/
fieldset { margin-left: 0px; }
form.form-login fieldset { border: none; margin: 0em; padding: 0px;}
form.form-login ul { padding-left: 20px; }
form.form-login fieldset label { float: left; width: 6em; clear: both; }
form.form-login fieldset input { width: 7em; padding: 1px; }
.module_login form p { margin: 0px; }
form.form-login input.button { margin-left: 6em; }
.module_login form input.button { padding: 1px 5px 0px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* ############# pagination ###################### */
p.counter {
	border-top:solid 1px #ddd;
	padding: 4px 0;
	margin: 14px 0 0;
}
.pagination {
	float: right;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 5px;
	padding: 5px;
}

legend {
	margin: 0;
	padding: 0 4px;
	font-weight: bold;
	color: #555;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 18px;
}
#copyr {
	margin-left: 22%;
	padding-left: 7px;
}
#power_by{
	float:right;
	padding-right: 18px;
	display: none;
}

/* Component Specific Fixes */

/* ########################### contacts ########################### */
div.contact {
	margin:10px 0 10px 25px;
}
.contact .portrait {
	float: right;
	margin: 3px 0px 4px 4px;
	-webkit-box-shadow: #999 2px 2px 4px;
	-moz-box-shadow: #999 2px 2px 4px;
	filter:DropShadow(Color=#aaaaaa, OffX=2, OffY=2);
}
.contact p { margin-right: 150px; }
address {
	font-style:normal;
	margin:10px 0;
}
span.marker {
	margin:0 5px 0 -25px;
	float: left;
}

.contact label {
	float:left;
	width:13em;
	margin:8px 0 0;
	font-weight:bold;
	color: #555;
}
.contact_email_checkbox, .contact .button { margin-left: 13em; }
.contact_email_checkbox label {
	float:none !important;
	font-weight: normal;
}
.contact label.copy {
	width:90%;
	padding:0 0 0 5px;
}
.contact form {
	margin: 8px 0 0;
}
.contact input, .contact textarea {
	margin:8px 0 2px;
}
#contact_text {
	width:57%;
	height:8em;
}
.contact input.invalid,.contact textarea.invalid {
	border:solid 2px red;
}
.contact label.invalid {
	color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #e8e8e8;
padding:3px 5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:3px 5px;
}

table.newsfeeds,table.weblinks,table.category {
border-bottom:solid 1px #e8e8e8;
margin:20px 0;
}

table.category { width: 100%; }
table.category td[headers="author"], table.category td[headers="Fax"] { border-right: none; }

table.weblinks td img { margin-right: 4px; vertical-align: middle; }

/*### misc ###*/
img.frontPage { margin-top:-7.4em; }
