/* @override http://europrintpartner.de/style.default.css */

/* @group Globale Definitionen */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	outline: none;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

a *
{
	cursor: pointer;
	cursor: hand;
}

input.button
{
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group Links */

a
{
	color: blue;
}

a:hover
{
	
}


/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h2
{
	color: #c1002a;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content blockquote
{
	font-style: italic;
	margin-bottom: 11px;
}

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, 
div.content .small
{
	font-size: 10px;
}

div.content em, 
div.content i
{
	font-style: italic;
}

div.content strong, 
div.content b
{
	font-weight: bold;
}

/* @end */

/* @group Listen */

/* @group Unsorted */

div.content ul
{
	margin-top: 6px;
	margin-bottom: 12px;	
	list-style-type: none;
}

div.content ul li
{
	padding-left: 12px;
	margin-bottom: 4px;
	
	background: url(/assets/site/images/icon_list_bullet.gif) no-repeat 0 5px;
}



/* @end */

/* @group Sorted */

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Definition */

div.content dl
{
	margin-bottom: 12px;
}

div.content dl dt
{
	margin-top: 6px;
	font-weight: bold;
}

div.content dl dd
{
	padding-left: 12px;
	background: url(/assets/site/images/icon_list_bullet.gif) no-repeat 0 5px;
}

/* @end */

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: none;
}

div.content ul.icon li.pdf a
{
	background: url(/assets/site/images/icon_pdf_small.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Bilder */

div.content p.image_list
{
	width: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 5px 10px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	margin: 0 10px 10px 0;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
	margin: 0;
}

/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 5px;
	bottom: 5px;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Tabellen */

div.content table
{
	width: 100%;
	border-spacing: 0;
}

* html div.content table
{
	border-collapse: collapse;
}

*+html div.content table
{
	border-collapse: collapse;
}

div.content table tr th,
div.content table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* @group Trenner */

div.content hr
{
	margin: 20px 0;
}

.msie7 div.content hr
{
	margin: 5px 0 12px;
}

/* @end */



/* @end */

/* @group Seite */

html
{	
	height: 100%;
}

body
{	
	height: 100%;
	background: #cad3d8 url(images/body_background.png) repeat-x;
}

div.site
{
	position: relative;
	width: 980px;
	min-height: 100%;
	
	margin: 0 auto;
	
	color: #003a81;
	background: url(images/site_background.jpg) no-repeat;
}

* html div.site
{
	height: 100%;
}

/* @end */

/* @group Hauptbereich */

/* @group Logo */

h1 
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 404px;
	height: 283px;
	overflow: hidden;
	text-indent: -1000em;
	
	background: url(images/site_logo.jpg) no-repeat;
}

/* @end */

/* @group Inhalt */

div.content 
{
	position: absolute;
	left: 448px;
	top: 50px;
	
	width: 371px;
}

div.content div.de
{
	position: absolute;
	left: 0;
	top: 0;
}

div.content div.fr
{
	position: absolute;
	left: 0;
	top: 106px;
}



/* @end */

/* @group Seitenauswahl */

div.page_selection 
{
	position: absolute;
	left: 0;
	top: 283px;
	
	width: 100%;
	height: 10px;
	
	background: url(images/site_divider.jpg) no-repeat;
}

div.page_selection ul
{
	position: absolute;
	left: 448px;
	top: 25px;
}

div.page_selection ul li
{
	position: absolute;
	width: 181px;
	height: 32px;
	
	background-repeat: no-repeat;
}

div.page_selection ul li.kd_de
{
	left: 0;
	top: 0;
	
	background-image: url(images/page_selection_kd_de.jpg);
}

div.page_selection ul li.kd_fr
{
	left: 0;
	top: 54px;
	
	background-image: url(images/page_selection_kd_fr.jpg);
}

div.page_selection ul li.gyss
{
	left: 210px;
	top: 0;
	
	background-image: url(images/page_selection_gyss.jpg);
}

div.page_selection ul li.myshirt24
{
	left: 0;
	top: 117px;
	
	background-image: url(images/page_myshirt24_de.jpg);
}

div.page_selection ul li a
{
	display: block;
	height: 100%;
	
	text-indent: -1000em;
	overflow: hidden;
	
}

div.page_selection ul li a:hover,
div.page_selection ul li.active a
{
	font-weight: bold;
}



/* @end */



/* @end */
