/* standard tags */
body {
	background-color: #c2c2c2;
	margin: 0; padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

img {
	padding: 0;
	border-width: 0;
    	margin: 0;
}

h1 {
	color: #470D01;
	font-size: 20px;
}

h2 {
	color: #470D01;
	font-size: 1em;
}

a img {
	border: none;
}

a {
	color: #089fe8;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img:hover {
  border: 2px;
}

#submenu ol, #submenu ul {
  list-style-image:none;
  list-style-position:inside;
  padding: 0px 0px 0px 5px;
  margin:0;
  list-style-type:square;
}

p {
  padding-top:0px;
  margin-top:0px;
}

li {
	padding: 5px 0px 5px 0px;
}

/* custom tags */
#container {
	text-align: left;
	margin: 0 auto;
	width: 1024px;
	background: url(images/background.png) repeat-y #FFFFFF;
  	color: #133423;
	position: relative;
	
}	

#inner_container {
  margin-left: 85px;
  width: 850px;
}

#header {
  	height: 80px;
	padding-top: 30px;
}

#logo {
  float:left;
  margin-right: 70px;
}

#main_menu {
  background-color: #343434;
  color: #ffffff;
  height: 40px;
  padding-left: 17px;
  margin-bottom:20px;
}

#main_menu li {
  float: left;
  padding: 14px 25px 0px 0px;
  font-size: 1.4em;
  font-weight: bold;
  line-height:15px;
   list-style-type:none;
}

#main_menu li a {
  color: #ffffff;
  text-transform: uppercase;
}

#main_menu li a:hover {
  color: #089fe8;
  text-decoration:none;
}

#main_menu #main_menu_sel a {
  color: #089fe8;
}

.csc-header h1, .subheader {
  font-size: 1em;
  font-weight: bold;
  color: #777777;
  padding: 20px 0px 0px 5px;
  margin: 0px 0px 20px 0px;
  text-align: bottom;
  border-bottom: 1px solid #343434;
  text-transform: uppercase;
}

#details_container {
  margin-top: 0px;
  line-height:140%;
}


/* Bildumrandung, Farbe */

#details_container 	a img {
	vertical-align: bottom;
	margin: 2px;
	border: solid 4px #ccc;
}
#details_container a:hover img {
	border-color: #089fe8;
}
#details_container a:hover {  /* wakeup IE */
	border-width: 0;
}

#submenu {
  clear:both;
  float:right;
  text-transform: uppercase;
  border-top: 1px solid #666666;
  margin-left: 20px;
  width: 195px;
}

#submenu ul li {
  padding: 1px 0px 0px 10px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  line-height:28px; 
  list-style-type:none;
}

#submenu ul li a {
  color: #666666;
  text-transform: uppercase;
}

#submenu ul li a:hover {
  color: #089fe8;
  text-decoration: none;
}

#submenu #submenu_sel {
  color: #089fe8;
}

#submenu ul li ul li {
  padding: 0px 0px 0px 15px;
  font-size: 0.8em;
  font-weight: normal;
  border-bottom: none;
  line-height:20px; 
}

#submenu #sub_submenu_sel {
  color: #089fe8;
}

#details_inner_container {
  padding: 0px 0px 0px 0px;
  height: 380px;
  display:inline;
  margin:0;
 
}

#details_inner_container img {
    float: left;
    border: 1px solid #343434;
    margin: 0px 20px 20px 0px;
}

#details_left {
	clear:left;
	float:left;
	margin-right: 10px;
	width:210px;
}

#details_description {
  clear:right;
  float:left;
  padding: 0px 0px 0px 0px;
  position:relative;
}

#details_right {
	clear:right;
	float:right;
	width:200px;
}

#image_list_container {
    height: 200px;
    padding-top: 20px;
}

#image_list_container img {
    float: left;
}

.image_list img {
    text-align: bottom;
    border: 1px solid #343434;
    margin: 0px 40px 20px 0px;
    text-align: bottom;
}


#footer {
  padding: 0px 0px 0px 5px;
  font-size: 0.95em;
  line-height: 1.5;
  height: 100px;
  clear:both;
}

.clearfix {
  display:block;
}


