
@charset "utf-8";

/**
* Stylesheet fr http://www.medion.de/
*
* Stylesheet fr Fenster & Layer
*
* @author Kristian Augustin
* @link   http://www.getit.de/
*/

/**
* @section berschriften
*/
#iframe h1 {
	font-size: 1.1em;
	padding: 3px 0 5px 6px;
}
#iframe.standard h1 {
	font-weight: bold;
	margin-bottom: 16px;
}
#iframe h2 {
	font-size: 1em;
	padding: 3px 0 5px 6px;
	line-height: 1em;
	letter-spacing: 1px;
}
#iframe.standard h2 {
	background: #BABABA;
}

/**
* @section Allgemeine Elemente
*/
#iframe #page-wrap {
	margin: 0 auto;
}

#iframe .outer {
	background: #BABABA;
	padding: 4px 4px 32px 4px;
}
#iframe .outer .inner {
	background: #FFF;
	padding: 8px;
}
#iframe .outer .outer {
	background: #BABABA;
	padding: 4px;
	margin-bottom: 16px;
}
#iframe .inner .inner{
	padding: 7px 7px;
}
#iframe .buttons {
	margin: 0 12px 7px 0;
}

/**
* @section Tabelle
*/
#iframe table th {
	font-weight: bold;
	text-align: left;
}
#iframe table td {
	vertical-align: top;
}

#iframe.packstationssuche {
	width: 700px;
}
#iframe.packstationssuche .buttons {
	margin-top: 10px;
}

#iframe.packstationssuche table.searchparams td.vertMiddle {
	vertical-align: middle;
}

 #iframe.standard  ul {
	margin: 0 0 0.6em 0;
	list-style: circle !important;
	padding: 0 20px;
}
#iframe.standard  ul li {
	padding-left: 20px;
}

p.paymentImages img {
	margin-right: 10px;
}

div.inner img.teaserImage {
	margin: 8px 0;
}
	

	

	
