/* *******************************************************
** basics
** ******************************************************* */
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	text-indent: 0;
}
img, dl, dt, dd {
	border: 0;
}
/*
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
*/
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal; 
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content:'';
}
html, body {
	height: 100%;
}
body {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	display: block;
	overflow: auto;
	clip: auto;
	height: auto;
	width: auto;
	text-align: center;
	/* scrollbars (safari, firefox) so the layout doesnt jump around (centered layouts) */
	min-height: 101%;
	/* opera cant calculate right, rounding is wrong */
	font-size: 100.01%;
	/* move fixed pos elements on window resize */
	position: relative;
}
/* Safari: font-size: 100% is too large for forms */ 
select, input, textarea { 
	font-size: 99%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
	height: auto;
	clear: none;
	clip: auto;
	display: block;
	color: #000000;
	text-align: left;
}
p {
	font-size: 100%;
}
/* *******************************************************
** main
** ******************************************************* */

strong, b { 
	font-weight: bold;
}
em, i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	color: #C0C0C0; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #555 solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfloating:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari: needs clearfloating as a block-element */
.clearfloating { 
	display: block; 
} 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatingbox {
	overflow: hidden; 
}
.holdfloats {
	
}
/* IE-Clearing: needed for IE, real stuff found in ie6hacks.css */
#ie_clearing { 
	display: none;
}
/* positioning of images horizontal/vertical TP3 */
.hori {
	float: left;
	margin-right: .5em;
}
.verti {
	clear: right;
}

/* *******************************************************
** layout 
** ******************************************************* */
body {
	margin: 0;
	padding: 0;
}
#main {
	margin: 0px auto;
	width: 820px;
	height: auto;
}
#header {
	width: 820px;
	height: 65px;
	text-align: left;
}
#header #headerContent {
	position: relative;
}
#content {
	width: 820px; /* for 3-col layout should be auto */
	height: auto;
	text-align: left;
}
#content #contentContent {
	position: relative;
}
#special {
	width: 820px;
	height: auto;
	text-align: left;
}
#special #specialContent {
	position: relative;
}
.subnavi {
	/*width: 720px;
	height: 50px;*/
	text-align: left;	
}
.subnavi .subnaviContent {
	position: relative;
}
#footer {
	width: 820px;
	height: 40px;
	text-align: left;
}
#footer #footerContent {
	position: relative;
}
.images_or {
	float: right;
	position: relative;
}
.images_ol {
	float: left;
	position: relative;
}
.image {
	position: relative;
}

/* irrerlevant*/
#mainnavi {
	width: 100%;
	height: 22px;
	text-align: right;
}
#mainnavi #mainnaviContent {
	position: relative;	
}

#servicenavi {
	width: 300px;
	height: 150px;
	text-align: left;
}
#servicenavi #servicenaviContent {
	position: relative;
}


