/* ---------  CSS Styles for www.clouqueur.net by Caroline Clouqueur  --------- */

/***********************************************************************/
/* ------------ for de-bugging ------------ */
/***********************************************************************/

/*
div {
	border: 1px solid green;
}
div div {
	border: 1px solid blue;
}
div div div {
	border: 1px solid red;
}
*/



/*************************************************************************/
/* ------------ Basic formatting ------------ */
/*************************************************************************/

/* don't forget to add ResetBaseFont.css before building site! /*

/* http://developer.yahoo.com/yui/fonts/#using
(px)	Declare (%)
10	 77
11	 85
12	 93 
13	 100
14	 108
15	 116
16	 123.1 
17	 131 
18	 138.5 
19	 146.5
20	 153.9
21	 161.6
22	 167
23	 174
24	 182
25	 189
26	 197
ex: {font-size:77%;} renders 10px
*/

html { }
body {
	margin: 0 auto;
	color: #AFAFAF;
	/*background: #000 url("../images/bg_01.gif");*/
	/*font: normal 77%/1.4em Helvetica, Verdana, sans-serif;*/
	padding-bottom: 100px; /* same as height footer */
	}
	
h1, h2, h3 {
	text-transform: uppercase;
	margin: 0;
	font-weight: 400; /*normal*/
	color: #C0C0C0; /* light grey */
	}
h1 {
	font-weight: 300; /*book*/
	}
h1.kontaktText, h1.kontaktTop {
	line-height: 1em;
	padding-bottom: 0.5em;
	}

h1.kontaktTop {
	padding-top: 122px;
	}
h2 {
	font-weight: 600; /*normally bold*/
	padding-bottom: 15px;
	}
h2.impressumH2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #6cf; /* light blue */
}
h3 {
	font-weight: 600; /*normally bold*/
	padding-top: 0.3em;
	line-height: 1.4em;
	}
p {
	padding-right: 200px;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, p.impressumP {
	padding-left: 3px;
}

.float {
	float: left;
	}
/* list-style: | list-style-type | list-style-position | list-style-image;
ex: ul { list-style: square inside url("sqr.gif");} */
ul, ol {
	margin: 0;
	padding: 0;
	}
li {
	margin: 0;
	padding: 0;
	}

.blue {
	color: #6cf; /* light blue */
}

/*************************************************************************/
/* ------------ Positioning Divs ------------ */
/*************************************************************************/

#container {
	width: 1200px;
/*	width: 1280px; */
	margin: 0 auto;
	padding-top: 60px;
	background: #fff url("../images/bg_body.gif") repeat-y;
	border-bottom: 1px solid white; /* gets rid of gap */
	/*padding-bottom: 100px;*/
	/* border: 1px solid red; /* for testing */
	}
#leftCol {
	width: 250px;
	float: left;
	position: fixed;
}	

#mainContent {
	margin-left: 320px; /* 250px leftCol + 75px margin */
	width: 880px; /* 1200px - 320px */
/*	width: 960px; /* 1280px - 320px */
	}

#mainContent img {
	margin: 0 auto 60px 0;
/*	margin: 0 auto 60px auto; */
/*	display: block; */
	}
	
#sendMail {
	position: relative;
	top: -40px;
	left: 285px;
	width: 125px;
	height: 500px;
}

#footer {
	position: fixed;
	width: 1200px;
	left: auto;
	bottom: 0;
	height: 50px; /* same as padding-bottom BODY */
	padding-top: 50px;
	background-image: url("../images/bg_body.gif");
	background-repeat: repeat-y;
	/*border: 1px solid green; /* for testing */
	}

/*************************************************************************/
/* ------------ Screw js (or else all images load at once) -------------- */
/*************************************************************************/

.example-padding { padding-bottom: 30px; }

/*************************************************************************/
/* ------------------- Link states ------------------- */
/*************************************************************************/
a {
	color: #6cf; /* light blue */
	text-decoration: none;
}
a.noBlue {
	color: #AFAFAF; /* grey */
	text-decoration: none;
}

a:link, a:visited {
	}
a:hover {
	color: #C0C0C0;
	}
a:active {
	}

/*************************************************************************/
/* ------------------- Navigation Button states ------------------- */
/*************************************************************************/
#leftCol ul, #footer ul {
	font-size: 123.1%;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 44px;
	margin-top: 60px;
	width: 156px;
	}
#leftCol li, #footer ul {
	display:block;
	padding-top: 1px;
	padding-bottom: 1px;
	}	

#leftCol a, #footer a {
	color: #C0C0C0; /* light grey */
	display:block;
	padding-left: 23px;
}
#leftCol a:link, #leftCol a:visited,
 #footer a:link, #footer a:visited {
	}
#leftCol a:hover, #footer a:hover {
	color: #fff;
	background-color: #6cf; /* light blue */
	}
#leftCol a:active, #footer a:active {
	}


/*************************************************************************/
/* ------------------- Functional Nav Formatting ------------------- */
/*************************************************************************/

#footer ul {
	margin-left: 23px;
	font-size:100%;
	margin-top: 0;
	}

#footer a {
	color: #ccc;
}
#footer a:link, #footer a:visited {
	}
#footer a:hover {
	color: #6cf; /* light blue */
	background: none;
	}
#footer a:active {
	}


/*************************************************************************/
/* ------------------- Current Page Link Formatting ------------------- */
/*************************************************************************/
/* The BODY ID/Class Method of Highlighting Active Tabs http://www.websiteoptimization.com/speed/tweak/current */
#design li.design a,
#illustration li.illustration a,
#logos li.logos a,
#apparel li.apparel a,
#scrapbook li.scrapbook a{
	color: #fff;
	background-color: #6cf; /* light blue */
	}
#kontakt li.kontakt a,
#impressum li.impressum a{
	color: #6cf; /* light blue */
	}
