/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
/* Author: 		Gianluca Palmisano 							*/
/* Date: 		08. Februar 2008					 		*/
/* Copyright: 	© 2008 - Palmisano Multimedia	 			*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/

/* Default colors: */

/* background: 	#ffffff	*/
/* black: 		#444444	*/
/* green		#B2C923	*/
/* gray:		#999999	*/
/* white:		#ffffff	*/

/* CMS Styles 
============================================================ 
--------------------------------------------------------- */



/* Default Styles PRINT VERSION!
============================================================ 
--------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	
	font-family:Arial;
	font-size:12px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Arial;
	font-size: 100%;
	color: #444444;
	line-height: 110%;
	text-align:center;
	background-color:#fff;
}
/* images
--------------------------------------------------------- */

img#header {
	display:none;
}
img#print {
	display:inline;
	border-bottom:1px solid #666;
}

/* images ENDE
--------------------------------------------------------- */

/* DIV
--------------------------------------------------------- */
div#page {
	position:relative;
	top:20px;
	width:920px;
	margin:auto;
	border:0px solid red;
	min-height:!important 555px;
	height:500px;
}
div#header {
	height:40px;
}
div#body {
	min-height:!important 408px;
	width:920px;
	border:0px solid red;
}
div#footer { /*footer wird nicht angezeigt */
	display:none;
	height:14px;
}
div#content1 {
	position:relative; left:0px;
	width:549px; min-height:210px;
	text-align:left;
}
div#pic {
	position:relative; top:0px; right:0px;
	width:280px; height:210px;
	margin-left:15px;
	float:right;
	text-align:right;
}
div#content2 {
	position:relative; left:0px; top:35px;
	width:549px; min-height:120px;
	margin-bottom:35px;
	text-align:left;
}
div#navi {
	width:230px;
	margin-left:10px;
	padding-left:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	padding-right:27px;
	border:0px solid white;
}
div#neu {
	width:250px;
	margin-top:20px;
	margin-left:10px;
	padding-top:10px;
	padding-left:0px;
	border:0px solid red;
}
div.naviblock {
	margin-bottom:35px;
}

/* DIV ENDE
--------------------------------------------------------- */

/* TABLE, TD, TR 
--------------------------------------------------------- */
table.body {
	min-height:!important 408px;
	width:920px;
	margin-top:70px;
	background-image:url(../img/intu_body.gif);
	background-repeat:repeat-y;
}
* html table.body {
	margin-top:0px;
}
td.navi {	
	width:273px;
	padding-top:35px;
	text-align:right;
	background-color:transparent;
}
td.content {
	padding-top:35px;
	padding-right:0px;
	padding-bottom:27px;
	padding-left:24px;
	
	background-image:url(../img/intu_schrift.gif);
	background-repeat:no-repeat;
	background-position:243px bottom;
	
	border-bottom:1px solid #666;
}

/* TABLE, TD, TR ENDE
--------------------------------------------------------- */


/* classes
--------------------------------------------------------- */

/* classes ENDE
--------------------------------------------------------- */





/* Input  
--------------------------------------------------------- */
input[type="text"] {
	margin-left:5px;
	border:1px solid #666;
	background-color:#eee;
	width:150px;
	height:15px;
}
input[type="submit"] {
	margin-left:5px;
	border:1px solid #666;
	background-color:#ccc;
}
input[type="submit"]:hover {
	background-color:#666;
}
/* Input ENDE
--------------------------------------------------------- */



/* Paragraph, span, h 
--------------------------------------------------------- */
strong {
	font-size:12px;
}
em {
	font-size:12px;
}
u {
	font-size:12px;
}

p {
	font-size:12px;
	padding:5px;
	line-height:120%;
}
h1 {
	font-size:20px;
	margin-bottom:7px;
	padding-left:5px;
	font-weight:normal;
}
h2 {
	font-size:12px;
	margin-bottom:10px;
	padding-left:5px;
	padding-bottom:5px;
}
h3 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	padding-bottom:0px;
}


/* Paragraph, span ENDE
--------------------------------------------------------- */



/* Listen -> navigation
--------------------------------------------------------- */
ul.navi {
	list-style-type:none;
	margin-top:3px;
	margin-bottom:5px;
	padding-left:5px;
}
li {
	margin-left:20px;
	list-style-image:url(../img/intu_list_image.gif);
}
li.navi {
	list-style-image:url(../img/);
	list-style-type:none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}


/* Listen -> navigation ENDE
--------------------------------------------------------- */



/* Link Styles
--------------------------------------------------------- */
a {
	text-decoration:none;
}
a.main {
	font-size:20px;
}
a, a:link, a:visited {
	color:#444444;
}
a:hover, a:active {
	color:#B2C923;
}
a.mainactive {
	color:#B2C923;
	font-size:20px;
}

a.active {
	color:#B2C923;
}
td.content a {
	text-decoration:underline;
	color:#444444;
}
td.content a:hover {
	text-decoration:underline;
	color:#B2C923;
}

/* Link Styles ENDE
--------------------------------------------------------- */







































