/* #FILE - mod-ui-popup */



/* #MOD ----- Core ----- */


body {
	overflow: hidden;
	padding: 0;
}

html#popup-a, html#popup-a body {
	background: #E3EDFA url(../images/common/bg-popup-aux.png) repeat-x;
}

html#popup-b, html#popup-b body {
	background: #FFF url(../images/common/bg-popup-aux.png) repeat-x;
}

p {
	padding: 0 10px;
}

#popup-top {
	background: url(../images/common/bg-popup.png) top left no-repeat;
	height: 50px;
}

#popup-top img {
	display: none;
}

#popup-top-bin {
	float: right;
	margin: -18px 0;
	padding: 0 15px 0 0;
	text-align: right;
	width: 50%;
}

#popup-top-bin a {
	color: #FFF;
}



/* #MOD ----- Image and Slideshow ----- */


#image {
	border-bottom: 1px solid #FFF;
	margin: 12px 15px 20px;
	text-align: center;
	width: 420px;
}

#caption {
	border-top: 1px solid #AFB4C1;
	font-size: 10px;
	line-height: 13px;
	margin: -20px 15px 0;
	padding: 2px 0;
}

#caption span {
	color: #2269C3;
}

/* #DOC - Video-Gallery */
#gallery-video {
	padding: 0 20px;
}

#gallery-video #grid .tool{
	background: url(../images/common/bg-bottom-161.gif) bottom left no-repeat;
}

#gallery-video #grid .tool .index {
	background: url(../images/common/bg-top3-161.gif) no-repeat;
	text-transform: none;
}

#gallery-video #grid .tool.tablescroller {
	margin-top: 20px;
	width: 161px;
}

#gallery-video #grid .tool.tablescroller .tblscr-main {
	height: 374px;
}

#gallery-video #grid .tool.tablescroller .tblscr-up, #gallery-video #grid .tool.tablescroller .tblscr-down {
	width: 159px;
}

#gallery-video #grid .tool.tablescroller .tblscr-slider div {
	border-bottom: dotted 1px #DFE0E6;
	padding: 10px 7px;
}

#gallery-video #grid .tool.tablescroller .tblscr-slider img {
	padding: 0;
}

#gallery-video #grid .tool.tablescroller .tblscr-slider .txt {
	display: block;
	padding-top: 4px;
}

#gallery-video #ad {
	left: 20px;
	position: absolute;
	top: 500px;
}



/* #MOD ----- Flash ----- */


#flash {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0; 
	top: 50px;
}



/* #MOD ----- Poll and Article ----- */


#poll {
	height: 278px;
	margin: 15px;
}

#poll h1 {
	padding: 0;
	margin: 0 0 15px;
}

#poll h2 {
	color: #244E7E;
	margin: 0 0 2px;
}

#poll tr {
	background: #E8EEF5;
	padding: 10px;
}

#poll td {
	border-bottom: 2px solid #FFF;
	height: 40px;
	line-height: 14px;
	padding: 0 10px;
	vertical-align: middle;
}

#poll td span {
	color: #244E7E;
	float: left;
	font-weight: 700;
	width: 30px;
}

#poll td div {
	background-image: url(../images/common/bg-poll.gif);
	border: 1px solid #244E7E;
	float: left;
	height: 12px;
	margin: 0 6px 0 0;
}

#poll #summary {
	color: #244E7E;
	font-size: 10px;
	height: 14px;
	margin: 0;
	text-align: right;
}

#article {
	margin: 15px;
}

#article h1 {
	padding: 0;
	margin: 0 0 15px;
}

#article h2 {
	color: #244E7E;
	margin: 0 0 2px;
}



/* #MOD ----- Text, Note, and Assistance ----- */


.note {
	color: #999;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}

div.hint {
	display: inline;
	margin-top: 10px;
	margin-left: 15px;
}

div.hint .error {
	background: url(../images/common/bg-top-error-x6.gif) top left no-repeat;
}

div.hint .success {
	background: url(../images/common/bg-top-success-x6.gif) top left no-repeat;
}

div.hint .warning {
	background: url(../images/common/bg-top-warning-x6.gif) top left no-repeat;
}

div.hint .error div {
	background: url(../images/common/bg-bottom-error-x6.gif) bottom left no-repeat;
}

div.hint .success div {
	background: url(../images/common/bg-bottom-success-x6.gif) bottom left no-repeat;
}

div.hint .warning div {
	background: url(../images/common/bg-bottom-warning-x6.gif) bottom left no-repeat;
}

/* #DOC - This is temporarily commented out. Old view of hints in popup*/
/*div.hint {
	background: none;
	border: 0;
	float: none;
	width: 485px;
	margin: 10px 15px -15px;
}

div.hint ul {
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0 10px 40px;
	padding: 0 0 10px 0;
}

div.hint ul a {
	font-weight: 400;
}

div.hint li {
	margin: 3px 0;
}

div.hint div {
	margin: 0 11px 10px 10px;
	padding: 5px 5px 1px 40px;
}

div.hint div div { *//* #DOC - web.de use only *//*
	display: none;
}

div.hint .error {
	background: url(../images/common/icon-note-error.gif) 15px 7px no-repeat;
	border: 1px solid;
	color: #DF2121;
}

div.hint .success {
	background: url(../images/common/icon-note-success.gif) 15px 7px no-repeat;
	border: 1px solid;
	color: #2D9D3B;
}

div.hint .warning {
	background: url(../images/common/icon-note-warning.gif) 15px 7px no-repeat;
	border: 1px solid;
	color: #FF6100;
}*/



/* #MOD ----- Grid Integration ----- */


html#popup-b .content {
	border: 0;
	float: none;
	margin: 0 !important;
}

#grid .product, #grid .topic, #grid .shopping, #grid .service, #grid .product-2, #grid .topic-2, #grid .shopping-2, #grid .service-2 {
	overflow: hidden !important;
}

#grid .unit h1 {
	padding: 0 !important;
}

#grid #article {
	margin: 0;
}

#grid #article h1 {
	margin: 0;
	padding: 18px 0 3px;
}

#grid #article h2 {
	color: #000;
	margin: 0 0 7px;
}

#grid #article p {
	padding: 0;
}

#grid .type-a h1, #grid .type-a h2 {
	margin: 3px 0 0;
}

#grid .type-b h1, #grid .type-b h2 {
	line-height: 14px;
	margin: 0 0 -1px;
}

#grid .type-c h1, #grid .type-c h2 {
	margin: 6px 0 0;
}

#grid .type-d h1, #grid .type-d h2 {
	margin: 7px 0 0;
}

#grid .type-e h1, #grid .type-e h2 {
	margin: 0;
}

#grid .table h1 {
	padding: 0 10px !important;
}

#grid .table h2 {
	color: #244E7E !important;
	margin: 0 !important;
}

#grid .table p {
	font-size: 11px;
	line-height: 14px;
}

#grid .table td h3 {
	background: none !important;
	color: #000;
	padding: 0;
}



/* #MOD ----- Advertisement ----- */


#adv {
	background: #C1D2EC;
	border-top: 5px solid #FFF;
	clear: both;
	height: 60px;
	padding: 7px 0 10px;
	text-align: center;
}



/* ----- EOF: $Revision: 1.29 $ ----- */
