/* main.css */

body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
}

p, h1, h2, h3, h4, h5, body, html, ul, ol, form {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

p {
	padding: 3px 0;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
//  color: #003399;
  color: #cc3333;
  }

h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
  color: #404040;
  }

h4 {
  font-size: 9px;
  font-weight: bold;
  padding: 10px 0;
  color: #003399;
  align: center;
  }

h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
 color: #404040;
  }

a:link, a:visited {
color: #003399;
}

a:hover, a:active {
color: #404040;
}


span.clr {
	display: block;
	clear: both;
}



h2 a:link, h2 a:visited {
	color: #3F567D;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #AD4742;
}

h3, #sidebar h2 {

	color: #404040;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 2px;
	border-bottom: 1px solid #CED2D8;
	border-top: 1px solid #CED2D8;
	margin-bottom: 10px;
}

#sidebar h3 {

	color: #cc3333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 2px;
	border-bottom: 1px solid #CED2D8;
	border-top: 1px solid #CED2D8;
	margin-bottom: 10px;
}

#auswahl {
  position: absolute;
  top: 160px;
  left: 10px;
	width: 100px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 11px;
	border-right: 1px solid #CED2D8;
}


#content {
  position: absolute;
  top: 160px;
  left: 140px;
	width: 730px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	border-right: 1px solid #CED2D8;
}

#leseprobe {
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding-top: 20px;
  padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #eeeeee;
}


#sidebar {
  position: absolute;
  left: 900px;
  float: left;
  top: 160px;
  bottom: 500px;
	padding-left: 25px;
	width: 150px;
}

#sidebar input {
	width: 142px;
}

#sidebar ul {
	border-top: 1px solid #E2E3E6;
}

#sidebar ul li {
	border-bottom: 1px solid #E2E3E6;
}

#sidebar ul li a {
	background: #f9f9f9;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 15px;
}

#sidebar ul li a:hover {
	background: #ebebeb;
	color: #1d1d20;
}

#sidebar form {
	margin-bottom: 10px;
}


/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p, p#mediatemple span {
	display: none;
}

div#header {
  clear: left;
	height: 100px;
	border-bottom: 8px solid #2a2a2f;
}

div#firsttime {
	background: url(http://www.noesnada.ch/system/images/logo.png) no-repeat;
	height: 100px;
	width: 900px;
	margin-left: 10px;
}

div#logo {
	background: url(http://www.noesnada.ch/system/images/logo.png) no-repeat;
	height: 100px;
	width: 900px;
	margin-left: 10px;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(http://www.noesnada.ch/system/images/tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

/* sidebar logo */


#sidebar a.copy {
  display: block;
	background: url(http://www.noesnada.ch/system/images/noesnada_logo.gif) no-repeat bottom right;
	height: 40px;
	width: 63px;
	margin: 0 auto;
	}


#content ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 30px;
}

#content ul li a:hover {
	background: #ebebeb;
	color: #1d1d20;
}

#info {
  position: absolute;
  top: 40px;
  left: 50px;
	width: 430px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
  font-family: Georgia, 'Times New Roman', serif ;
	font-size: 11px;
}

h6 {
  font-size: 11px;
  font-weight: bold;
  color: #ff0000;
}

big {
  font-size: 11px;
  font-weight: bold;
  color: #cc3333;
  padding: 0px 10px ;
}

rot {
  font-size: 11px;
  font-weight: normal;
  color: #cc3333;
}