/* 
======================================================
  BODY 
====================================================== 
*/
body { 
	font-family: Arial,Verdana,sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333;  
	background: url(bilder/isseco_grey_bg.gif) repeat;
	margin: 0px 0px 0px 0px;
}
div { 
	font-family: Arial,Verdana,sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333;
}
p { 
	font-family: Arial,Verdana,sans-serif;  
	font-size: 12px; 
	font-weight: normal; 
	color: #333;
	margin:0px 0px 10px 0px;
}
h1 { 
	font-family: Arial,Verdana,sans-serif;  
	font-size: 16px; 
	font-weight: bold; 
	letter-spacing:1px;
	color: #001C45;
	margin:0px 0px 10px 0px;
}
h2 { 
	font-family: Arial,Verdana,sans-serif;  
	font-size: 12px; 
	font-weight: bold; 
	color: #001C45;
	margin:0px 0px 10px 0px;
}

/* 
======================================================
  LINKS ALLGEMEIN
====================================================== 
*/

/* LINKS default */
a:link {
	color: #001C45; 
	text-decoration: none 
}
a:visited {
	color: #001C45; 
	text-decoration: none 
}
a:hover {
	color: #CC0000; 
	text-decoration: underline
}
a:active {
	color: #CC0000; 
	text-decoration: underline
}

/* 
======================================================
  HAUPTKLASSEN 
====================================================== 
*/

/* MainFrame */
.rcBox { 
	width: 948px; 
	min-width: 948px; 
	min-height: 800px; 
	background: url(bilder/isseco_main_bg.gif) repeat; 
}

/* oben */
.rcTop {
	height: 130px;
}
.rcTop div {
	margin: 0px 0px 0px 0px;
}

/* Logo oben */
.rcTop img#logoMain {
	float:right;
	position: relative;
	top: 20px;
	right: 20px;
}

/* Inhaltsfeld Mitte */
.mainContent { 
	clear:both;
	width: 888px; 
	min-width: 888px; 
	text-align:left;
}

/* unten */
.rcBtm {
	clear:both;
	height: 30px;
	text-align:left;
}
.rcBtm div {
	margin: 0px 0px 0px 80px;
}

/* Menue oben */
.lkBtn { 
	margin: 0px 0px 0px 0px;
}
.motivTop {
	margin: 0px 0px 5px 0px;
}
.menueTop {
	height: 24px;
	text-align:left;
	background: url(bilder/isseco_blue_square.gif) repeat; 
}
.menueTop p {
	margin: 0px 0px 0px 45px;
}

/* Textfeld */
.txtFrame {
	position: relative;
	top: 20px;
	left: 50px;	
	text-align:left;
	height:100%;
}
.highlight {
	color: #001C45;
	font-weight:bold;
}
.rightBox {
	float:right;
	position: absolute;
	top: 30px;
	right: 50px;
	background-color: #EEE;
	width:180px;
}
.rightBox p {
	text-align:center;
	padding:5px;
}

/* 
======================================================
  STARTSEITE 
====================================================== 
*/

/* Inhalt */
.txtFrame div#startText {
	float:left;
	width:520px;
	text-align:left;
	line-height:18px;
	border:none 1px
}

/* 
======================================================
  MEMBERSHIP 
====================================================== 
*/

/* Inhalt */
.txtFrame div#memberText {
	float:left;
	width:470px;
	text-align:left;
	line-height:18px;
	border:none 1px
}

/* 
======================================================
  PARTNERS 
====================================================== 
*/

/* Inhalt */
.txtFrame div#partnerText {
	float:left;
	width:520px;
	text-align:left;
	line-height:18px;
	border:none 1px
}

/* 
======================================================
  CONTACT 
====================================================== 
*/

/* Inhalt */
.txtFrame div#contactText {
	float:left;
	width:520px;
	text-align:left;
	line-height:18px;
	border:none 1px
}

/* 
======================================================
  IMPRINT 
====================================================== 
*/

/* Inhalt */
.txtFrame div#imprintText {
	float:left;
	width:520px;
	text-align:left;
	line-height:18px;
	border:none 1px
}