/**
* (c) craftart.at
* icons courtesy of Exploding Boy, http://www.exploding-boy.com/2005/09/28/more-free-icons/
*/
/*==visual (basic tags) */
body {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #181833;
	background-image:  url(/style/bk-gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height: 1.4em;
}

h1 {
}

h2, h3 {
	position: relative; /* on havingLayout */
	font-weight: bold;
	clear: both;
}

h2 {
	background-image: url(/style/bullet-major.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	padding-left: 16px;
	margin: 1em 0 0.6em 0;
}

h3 {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;
}

h4 {
	font-style: italic;
}

p {
	margin: 0 0 1em 0; 
	padding: 0;
}

a {
	text-decoration: none;
	color: #61619b;
}

a:link {}

a:visited {
	color: #202040;
}

a:hover {
	color: #61619b;
	border-bottom: 1px dotted #61619b !important;
	border-bottom: 1px solid #61619b; /* too cool for IE */
}

a:active {
	color: white;
	background-color: #61619b;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: .3em;
	margin-bottom: 0.3em;
	
}

blockquote {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 2em;
	color: #333;
	background-color: #fff;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 0 0 0;
}

cite {
	font-size: 1em; 
	font-family: Georgia, "Times New Roman", serif;
	margin-left: 4em;  
	color: #666;
	background-color: #fff;
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	background-color:#99CCFF;
	border: 1px dashed #000099;
}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

#s-default address {
	padding-bottom: 2em;
	border-bottom: 1px solid #666666;
}

/*==visual (classes) */
.article {
	overflow: auto;
	margin: 2em 0 2em 0;
}

.article img {
	float: right;
	margin: 1em 0 0 1.5em;
}

.error {
	margin: 0;
	background-color: #FFFFFF;
	background-image:  url(/style/attention.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}

.error li { margin: 0 0 0 20px; }

.success {
	background-color: #FFFFFF;
	background-image:  url(/style/approve.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.article .minorimg {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.posted { font-weight: normal; }

/*== layout */
#matroshka {
	position: absolute;
	left: 50%;
	width: 500px;
	margin-right: 0;
	margin-left: -250px;
	padding: 0;
	margin-top: 80px;
}

#canvas {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #eeeedd;
	margin-right: 0;
	padding: 30px;
	padding-right: 30px !important;
	padding-right: 0px; /* too cool for IE */
}

#header h1 {
}

#header h1 a {
	background-image:  url(/style/craftart-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 340px;
}

#header h1 a:hover {
	background-image:  url(/style/craftart-logo-hover.gif);
}

#header h1 a:hover {
	border: 0 !important;	
}

#header h1 a:active {
	background-color: transparent;
}

#content {
	clear: both;
}

input#email { width: 15em; }

#footer {
	padding: 1em 15px 0 15px;
	width: 560px;
}

#footer, #footer a {
	color: #383853;
}

#footer a {
	border-bottom: 1px dotted #383853 !important;
	border-bottom: 1px solid #383853;  /* too cool for IE */
}

#footer:hover, #footer:hover a {
	color: #484863;
}

#footer:hover a {
	border-bottom: 1px dotted #383853;
}

/*==navigation */
ul#nav {
	position: relative;
	margin: 0 0 0 -30px;
	padding: 9px 0 0 30px;
	width: 530px;
	height: 34px;
	display: block;
	font-weight: bold; 
	text-transform: uppercase;
	background-image:  url(/style/navbkground.gif);
	background-repeat: repeat-x;
}

#nav li {
	display: block;
	float: left;
	list-style-type: none;
}

#nav a, #nav a:visited {
	display: block;
	color: black;
	padding: 0 0 0 15px;
	margin: 0 2em 0 0; 
	background-image: url(/style/menu-inactive.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#nav li a:hover {
	border-bottom: none !important; /* override general behaviour */
	position: relative;
	top: 1px;/*  ~magnetic */
	left: 1px;
	color: #666;
}

#nav a:active {
	color: white;
}

/*==nav active state ==*/
body#s-leistungen li#leistungen a {
	background-image: url(/style/menu-active.gif);
}

body#s-projekte li#projekte a, body#s-baumanagement li#projekte a, body#s-innenarchitektur li#projekte a {
	background-image: url(/style/menu-active.gif);
}

body#s-news li#news a{
	background-image: url(/style/menu-active.gif);
}

body#s-impressum li#kontakt a, body#s-contact li#kontakt a {
	background-image: url(/style/menu-active.gif);
}

/*==nav search ==*/
#search {
	top: -1px; 
	position: relative;
}

#search input { 
	font-weight: normal;
	border: 1px solid #ccc; 
	width: 80px; 
	margin:0;
	padding: 0.3em;
}

#search br  { display: none;}

#search p { 
	margin:0 ; 
	padding: 0; 
}

#search form {
	position: relative; 
	border: 0; 
	margin:0; 
	padding: 0;
}

.readon {
/* TODO */
}

.thumb img {
	float: right;
	padding: 3px 3px 12px 3px;
	margin: 1em 0 0 10px;
	background-color: #c6d2c6;
	border-top: 1px solid #CCC;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #CCC;
}

/* andere artikel der sektion */
#navbrowse {
	position: relative;
	margin: 5em 0 0 -30px;
	padding: 2.5em 0 0 30px;
	width: 530px;
	margin-top: 3em;
	background: #eeeedd url(/style/navbrowsebkground.gif) repeat-x left top;
}

#navbrowse h3 {
padding-top : 0; margin-top: 0;}


/* lustige hakerln an listenartigen besuchten links */
li a:visited {
	padding-right: 22px;
	background-image:  url("/style/approve.gif");
	background-repeat: no-repeat;
	background-position: right -3px;
}

#imbau {
	background-image: url(/style/imbau.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 130px;
	height: 130px;
}

/*== special f/x */
/* göllers claim neben foto */
.claim { 
	background-color: #fff; 	
	border-left: 35px solid #eed;
	clear: none;
	width: 400px;
	padding: 0 0 1.5em 0;
}

.claim blockquote {
	padding: 1em 1em 0.5em 0 !important;
	padding: 1em 1.5em 1.5em 0; /* too cool for ie */
}

.claim blockquote img { 
	position: relative;
	left: -35px; /* negativ zu border-left für blockquote */
	margin: 0; padding: 0;
}
