/*-----------------------------------------------------------------------------
[ISEY] Screen Stylesheet

version:   1.0
date:      24.09.07
author:    Manuel Boy
email:     manuel@pixelagents.de

website:   -

version history: ?
-----------------------------------------------------------------------------*/


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.0  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #B2E5FF url(../images/background.gif) top center repeat-y;
	color: #000;
}

#wrapper {
	background: transparent url(../images/wrapper-gradient.jpg) top center repeat-x;
}

	#wrapper-inner {
		background: transparent url(../images/wrapper-background.jpg) top center no-repeat;
	}
	
#main {
	width: 780px;
	padding-left: 0 !important;
	padding-left: 1px;
	margin: 0 auto;
}

#content {
	background: transparent url(../images/content_bg.gif) repeat-y;
}

/*General
-----------------------------------------------------------------------------*/
h1,
h2,
h3, 
h4, 
h5, 
h6,
p {
	line-height: 1.5;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 338px;
	background: url(../images/header.jpg) no-repeat;
}

	#header h1 {
		width: 210px;
		height: 145px;
		margin-left: 30px;
		float: left;
	}

		#header h1 a {
			display: block;
			height: 145px;
		}

			#header h1 a span {
				display: none;
			}
			
	#header ul#language-select {
		list-style: none;
		float: right;
		width: 100px;
		display: block;
	}
				
		#header ul#language-select li {
			display: inline;
		}
				
			#header ul#language-select li a {
				display: block;
				float: left;
				height: 14px;
				margin-right: 9px;
				margin-top: 10px;
			}
				
			#header ul#language-select li a#ls-de {
				width: 23px;
				background: url(../images/flags/flag_de.gif) top left no-repeat;
			}
				
			#header ul#language-select li a#ls-en {
				width: 21px;
				background: url(../images/flags/flag_en.gif) top left no-repeat;
			}
				
			#header ul#language-select li a#ls-is {
				width: 24px;
				background: url(../images/flags/flag_is.gif) top left no-repeat;
			}
				
				#header ul#language-select li a span {
					display: none;
				}


/* Navigation
-----------------------------------------------------------------------------*/

div#navigation {
	background: #E0F1FB;
	height: 30px;
}

	div#navigation ul {
		list-style: none;
		padding: 6px 10px 0 30px;
	}

		div#navigation ul li {
			display: inline;
		}

			div#navigation ul li a {
				display: block;
				float: left;
				color: #222;
				text-decoration: none;
				font-size: 14px;
				margin-right: 10px;
				padding-right: 10px;
				margin-top: 1px;
				background: url(../images/navi-line.gif) right center no-repeat;
			}

			div#navigation ul li.active a {
				font-weight: bold;
			}

			div#navigation ul li#imprint a {
				float: right;
				background: none;
				padding-right: 0;
			}

			div#navigation ul li#contact a {
				background: none;
			}

/* Main Content
-----------------------------------------------------------------------------*/
#main-content {
	width: 480px;
	float: left;
}

	#main-content-inner {
		padding: 100px 30px 30px 30px;
	}

		#main-content-inner h1 {
			font-size: 16px;
			margin-bottom: 9px;
		}

		#main-content-inner p {
			font-size: 12px;
			margin-bottom: 9px;
		}

		#main-content-inner a {
			color: #666;
		}
	
/* Contact Tab
-----------------------------------------------------------------------------*/
#contact-tab {
	width: 300px;
	float: right;
	background: url(../images/bg-contact-tab.gif) bottom right no-repeat;
	height: 315px;
}

	#contact-tab-inner {
		padding: 140px 10px 10px 105px;
	}	

	#contact-tab h2 {
		color: #35CDFF;
		font-size: 12px;
		margin-bottom: 11px;
	}

	#contact-tab p {
		font-size: 12px;
		margin-bottom: 9px;
		color: #454545;
	}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 25px 0 1em 0;
}

	#footer p {
		font-size: 1.1em;
		color: #666;
	}

