/* --------------------------------------------------------------

   Stylesheet ISPIN Security Conference

   ongoing GmbH - Internet & Design
   * Copyright: 2010 by ongoing GmbH
   * Author:    Paavo Schmid
   http://www.ongoing.ch

-------------------------------------------------------------- */



/******************* BODY *******************/

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	line-height: 16px;
	margin: 0;
}







/******************* TEXT & FONT START *******************/

/*** Links ***/
a , a:visited {
	color: #3668AA;
	text-decoration: none;
}
a:hover {
	color: #fff;
}


/* Titel */
h1 {
	color:#3668AA;
	font-size:16px;
	font-weight:bold;
}


/* Address */
.address {
	color:#9c9c9c;
	font-size:9px;
	font-weight:normal;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 17px;
}

/* Logo */
.logo {
	margin-top: 12px;
	margin-left: 17px;
	
}


/******************* TEXT & FONT END *******************/







/******************* CONTAINER & CONTENT START *******************/

/*** Main Container ***/
.container {
	width: 1004px;
	margin: 0 auto;
	margin-top: 80px;
}


/*** Main Content ***/
.content {
	border:2px solid #3668AA;
}


/*** Header ***/
.header {
	height: 200px;
	border-bottom:2px solid #3668AA;
}


/*** Navigation ***/
.navigation {
	float:left;
	width:200px;
	padding: 20px;	
}


/*** Page Content ***/
.pagecontent {
	float: right;
	width: 715px;
	padding-top: 10px;
	padding-left: 25px;	
	margin-right: 20px;
}


/*** Clear Floating ***/
.clear { 
	clear:both;
}


/*** Footer ***/
.footer {
	border: 0px solid red;
	width: 1000px;
	height: 115px;
}

.footer img {
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

.footer2 {
	float: left;
	border: 0px solid green;
	width: 245px;
	height: 65px;
}

.footer3 {
	float: right;
	border: 0px solid red;
	width: 755px;
	height: 65px;
}

/******************* CONTAINER & CONTENT END *******************/







