/* 
Theme Name: retype theme
Theme URI: http://www.kenda.ch
Description: retype css
Version: 1.0
Author: chrizS Schmid
Author URI: http://www.kenda.ch
/*
Import
/////////////////////////////////////////////////////////////////*/

/*
Layout Basics
/////////////////////////////////////////////////////////////////*/

* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
	background: #FFF;
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	/*margin: 0px 0px 0px 0px;*/
}

/*
Typography
/////////////////////////////////////////////////////////////////*/

/* Hyperlinks */
a, a:visited {
	color: #626262;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	position: relative; top: 1px;
}
	
/* Paragraphs */
p		{ }
/* Headlines */
h1 { margin-top: -2px; margin-bottom: 1px; padding: 2px; font-size: 1.3em; font-weight: normal; text-align: left; 
	line-height: 20px; font-family: "Times New Roman", serif; font-style: italic; clear: left;}
h2	{  }
h3	{  }
h4	{  }
h5	{  }
h6	{  }

img	{
	border: none;
}

li {
	margin-bottom: 3px;
	list-style-type: none;
	text-align: right;
	font-size: 1.3em;
	line-height: 20px;
}

/* Some default classes
/////////////////////////////////////////////////////////////////*/
.left		{ float: left; }
.right	{ float: right; }
.clear  {  }
/*
Header
/////////////////////////////////////////////////////////////////*/
#header {
	width: 475px;
	height: 150px;
	margin: 0px 0px 20px 220px;
	float: left;
	border-bottom: solid 2px #000;
	background: transparent;
}
#header img {
	margin: 10px 0px 10px 0px;
}

#header p {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.0em;
	text-align: left;
}

#headerBadge {
	width: 120px;
	height: 120px;
	position: relative; left: 350px; top: -10px;
	background-image: url(../images/europrix08_seal_winner.png) ;
	
	
}

/*
Container
/////////////////////////////////////////////////////////////////*/
.container { 
	background: transparent;
	width: 700px;
	margin: 0px 0px -50px 0px;
	min-height: 100%;
  height: auto !important;
  height: 100%;
}

/*
Sidebar
/////////////////////////////////////////////////////////////////*/
#sidebar {
	width: 160px;
	margin-right: 60px;
	float: left;
	background: transparent;
}
#sidebar ul li {
	font-family: "Times New Roman", serif;
	font-style: italic;
}

/*
Content
/////////////////////////////////////////////////////////////////*/
#content{
	width: 480px;
	height: auto;
	float: left;
	background: transparent;
}
#content a {
	color: #626262;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 13px;
}
#content a:hover {
	color: #000;
}
#content p {
	width: 475px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	color: #000;
}
/*#content img {
	margin-top: 10px;
}*/
#content ul{
	margin-top: 10px;
}
#content ul li {
	color: #000;
	margin-bottom: 3px;
	list-style-type: none;
	text-align: left	;
	line-height: 20px;
	list-style-type: none;
	font-size: 12px;
}

#introduction {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 3.5em;
	text-align: left;
}

.infobox {
	width: auto;
	margin: 20px 30px 0px 0px;
	float: left;
	background: transparent;
}


.lightview img {
	margin: 3px 3px 0px 0px;
}
.contentImage {
	margin: 0px 0px 30px 0px;
}


.push {
	height: 50px;
	clear: left;
}

/*
Footer
/////////////////////////////////////////////////////////////////*/
.footer {
	width: 475px;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	position: relative; left: 220px;
	height: 50px;
	border-top: solid 2px #000;
	clear: left;
}
.footer p {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.0em;
	margin-right: 30px;
	text-align: left;
	color: #626262;
	float: left;
}
