/*
www.origami-kunst.de
*/
@media screen, projection {
* {
	margin:0;
	padding:0;
}

body {
	background:#72BF67;
	font:small Verdana,Sans-serif;
	line-height:1.3em;
	text-align:center;
	color:#333;
}

#wrapper {
	width:772px;
	margin:0 auto;
	background:#72BF67 url(/layout/bg_center.gif) repeat-y 50% 0;
	text-align: center;
}

/* Links */
a {
	color:#49863F;
	border-bottom:1px dotted #49863F;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#000;
	border-color:#000;
}

a:hover, a:focus, a:active {
	color:#933;
	border-color:#933;
	border-bottom-style:solid;
}

a.notused:link, a.notused:visited {
	color:#49863F;
	border-bottom:1px dotted #49863F;
}

a.notused:hover {
	color:#933;
	border-color:#933;
}

a img, a.thumb, a.img:link, a.img:visited, a.img:hover {border:none;}
a.imglink:link, a.imglink:visited {border:none;}

/* Headings ----------------------------------------------- */
h1 {font:250%/1.7em Georgia,Serif;}
h2 {font:200%/1.6em Georgia,Serif;line-height:1.3em;margin-bottom:0.2em;}
h3 {font:160%/1.5em Georgia,Serif;line-height:1.3em;margin-bottom:0.2em;}
h4 {font:135%/1.4em Georgia,Serif;}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited {
	color:#49863F;
	border-bottom:1px dotted #49863F;
	font-weight:normal;
}

h2 a:hover, h3 a:hover, h4 a:hover,
h2 a:focus, h3 a:focus, h4 a:focus{
	color:#933;
	border-color:#933;
	border-bottom-style:solid;
}

hr {
	color:#ccc;
	border:1px solid #ccc;
}

.small {font-size:80%;}

.clear {clear:both;}

/* Container for header, navigation, content and footer */
#container {
	background:#fff;
	width:750px;
	margin:0 auto;
	border:solid #fff;
	border-width:0 1px;
	text-align:left;
	color:#333;
	position:relative;
}

/* Header */
#header {
	background:#fff;
	float:left;
	width:100%;
	height:80px;
  }

#header a {
	text-decoration:none;
	border:none;
}

#header img {float:left;}

/* Navigation */
#nav, #subnav {
	float:left;
	width:100%;
}

#nav {
	background: #376424;
	border:solid #ddd;
	border-width:1px 0 0;
}

#subnav{background:#72BF67;}

#nav ul, #subnav ul {list-style:none;}

#nav ul {
	font-size:100%;
	text-transform:uppercase;
}

#subnav ul { font-size:85%; }

#nav li, #subnav li {
	float:left;
	line-height:normal;
	text-indent:0;
}

#nav a, #subnav a {font-weight:normal;}
#nav a, #nav strong,
#subnav a, #subnav strong {
	display:block;
	padding:5px 10px 6px;
	border:solid #ddd;
	border-width:0 1px 0 0;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}

#nav .current strong, #nav .current a {background:#72BF67;}

#subnav .current strong, #subnav .current a {
	background:#fff;
	color:#5F874D;
}

/* Following rule allows entire region of link to to be
	clickable in IE/Win. Holly Hack explained here:
	http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a, * html #subnav a {
	width:1%;
}

#nav a:hover, #nav a:hover strong, #nav strong,
#nav a:focus, #nav a:focus strong {
	background:#559D39;
	color:#fff;
}
#subnav a:hover, #subnav a:hover strong, #subnav strong,
#subnav a:focus, #subnav a:focus strong {
	background:#559D39;
	color:#fff;
}

#nav a strong, #nav .current a strong,
#subnav a strong, #subnav .current a strong {
	padding:0;
	border:none;
}

/* Structure of content
----------------------------------------------- */
#content {
	float:left;
	width:750px;
	font-size:90%;
}
/* Overcome stupid 3px margin bug in IE/Win floats,
	which fixes a lot of things, including disapearing company nav,
	randomly appearing text, and wrappers pushed too wide.
	http://www.positioniseverything.net/explorer/threepxtest.html */
	* html #content {
		margin-right:-3px;
	}

#onecol {
	width:730px;
	padding:10px 10px 0 10px;
}

#maincol {
	float:left;
	width:480px;
	padding: 10px 10px 0 10px;
	border-right:#ccc 1px dotted;
}
#subcol {
	float:right;
	width:234px;
	padding:10px 7px 0 8px;
}
#maincol p, #subcol p, #onecol p {margin:0 0 10px 0;}

/* Footer
----------------------------------------------- */
#footer {
	clear:both;
	background-color:#fff;
	font-size:85%;
	border-top:1px solid #ccc;
	color:#777;
	text-align:center;
	line-height:1.6em;
}

#footer a, #footer a:visited {
	color:#666;
	border-color:#444;
	font-weight:normal;
	white-space:nowrap;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color:#933;
	border-color:#933;
}
#footer ul {
	padding:10px 20px;
	list-style:none;
}
#footer li {
	display:inline;
}

#bottom {
	width:772px;
	height:10px;
	background:#72BF67 url(/layout/bg_bottom.gif) no-repeat;
}
/* Gallery  main image and arrows style
----------------------------------------------- */
/* Gallery overview */
.galleryover{
	float:left;
	width:50%;
	margin-bottom:10px;
}

/* Gallery */
img.gallery {
	padding:2px;
	border:#72BF67 solid 1px;
	margin:20px 0;
}

img.galleryfirst {
	padding:2px;
	border:#72BF67 solid 1px;
	margin:20px 0 20px 26px;
}

img.arrow{margin:163px 0;}

/* Video */
.video{margin:20px 3px;}

.videofirst {margin:20px 3px 20px 29px;}

/* Links to galleries in the subcol */
.sidegallery {
	clear:both;
	width:100%;
	margin-bottom:20px;
}

/* Book and model thumbnails */
.book, .model, .websitelink {
	float:left;
	border:1px solid #ccc;
	padding:4px;
	margin:6px 6px 6px 0;
}
a img.book:hover, a img.model:hover, a img.websitelink:hover{border-color:#933;}

.app {
	float:left;
	border:none;
	padding:4px;
	margin:6px 6px 6px 0;
}

.bookpreview {
	float:right;
	border:1px solid #ccc;
	padding:4px;
	margin:6px 0 6px 6px;
}

/* Instructions */
.diagramm, .diagrammodd {
	float:left;
	width:230px;
}

.diagramm{margin-left:5px;}
.diagrammodd {
	clear:both;
	margin-right:5px;
}

/* Book recommendation */
.recommended {margin-bottom:20px;}

.recommended img {
	border:1px solid #ccc;
	padding:4px;
}
.recommended img:hover{border-color:#933;}

img.r1  {
	float:left;
	margin:6px 0px 6px 15px;
}
img.r2  {
	float:right;
	margin:6px 15px 6px 0px;
}

.recommended p {
	clear:both;
	font-size:90%;
	text-align:right;
}
/* Content Lists */
#content ul, #content ol {
	margin:0.75em 0;
	overflow: auto; /* needed to float correct around images. Not supported by IE6 */
}

#content ol{padding:0 0 0 0.5em;}

#content li{margin:0 0 0 2em;}

/* Related sites */
#content .related{
	clear:both;
	padding:5px 0 10px 0;
}

#content .related ul { margin:0; }

/* Link to the feed */
.feedlist li{ list-style:none; }

.feed {
	padding:2px 0 2px 22px;
	background:url(/layout/feed/feed-icon16x16.gif) no-repeat 0 50%;
}

.feed a { margin-right:5px; }

/* Sidebar subscribe to newsletter */
#subscribenews{
	padding:5px;
	border:2px solid #376424;
	background:#EEFFEE;
	margin-bottom:10px;
}

#poll{
	border:2px solid #376424;
	background:#EEFFEE;
	margin-bottom:10px;
}

#poll h3 {
	padding-top:5px;
	padding-left:5px;
}

.text_input { width: 210px; }

.moreinfo {
	float:right;
	white-space:nowrap;
}

/* Search */
#searchbox {
	clear:both;
	padding:10px 0;
}

/* New */
.new{color:#c33;}

.linelist li{
	list-style:none;
	float:left;
	padding:0 0 0.75em 0;
	white-space:nowrap;
}

/* aStore */
#astore {
	overflow:hidden;
	clear:both;
}

#astore iframe {
	width:772px;
	height:200em;
	margin:0 0 0 -23px;
}

/* Ads */
.ad_am_468x60 {margin:0 0 10px 0;}
.ad_am_300x250 {margin:10px 0;}

} /* end media screen, projection */

@media print{

img{border:none;}
#nav,#subnav,img.arrow,#subcol,.related,#footer,.recnews,.searchbox,.ad,.ad_am_468x60,.ad_am_300x250{display:none;}
#bottom:after{content:"Copyright (c) 2006-2011 Andreas Bauer, www.origami-kunst.de";}

/* Instructions */
.diagramm, .diagrammodd {
	float:left;
	width:230px;
}

.diagramm{margin-left:5px;}
.diagrammodd {
	clear:both;
	margin-right:5px;
}

}
