/* - - - - - - - - - - - - - - - - - - - - -

Title : Meine-Art.com
Author : Silab Kamawall
URL : www.silab.de

Description : CSS For Meine-Art.com

Created : 27.05.2006 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */
*{
	padding: 0;
	margin: 0;
}

/*  standard positioning stuff */
body 
{
	background: #202020 url(../images/mainbg.jpg) left repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #ccc;	
	font-size: 62.5%;
	font-family: Lucida Grande,Verdana,Arial,sans-serif;
}
/* leftColumn -----------------------------   */
#leftcolumn
{
	width: 230px;
	float: left;
}
#leftcolumn h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 35px;
	margin-bottom: 5px;
}
#leftcolumn cite
{
	margin-left: 10px;
	padding-left:30px; 
	padding-right: 10px;
	display: block;
	background: url(../images/bg_blockquote.gif) top left no-repeat;
}

/* Content --------------------------------   */
#content
{
	width: 600px;
	float: left;
	margin: 60px 25px;
	font-size: 1.1em;
}
.lang
{
	text-align: right;
	margin-bottom: 20px;
}
#content h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0;
}
#content h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0;
}
#content p
{
	text-align: justify;
	font-size: 1.1em;
	margin: 10px 0;
}
#content p img
{
	float: right;
	background: #000;
	padding: 8px;
	margin: 0 0 5px 8px;
}
#content blockquote
{
	margin-left: 10px;
	padding: 10px 30px 15px 30px;
	display: block;
	background: url(../images/blockquote.gif) top left no-repeat;
}
#footer
{
	text-align: center;
	margin: 25px 0;
	font-size: 1.2em;
}
/* Bilder ------------------------------		*/
.bilder
{
	width: 580px;
	background: #000;
	padding: 8px;
}
.bilder ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.bilder li
{
	float: left;
}
.bilder a
{
display: block;
float: left;
padding: 5px 15px;
font-size: 1.3em;
font-weight: bold;
}
.bilder img
{
	width: 115px;
	height: 97px;
}
.bilder a img
{
	color: #000;
	background: transparent;
	border: none;
}
.bilder a:link, .bildlist a:visited
{
color: #666;
text-decoration: none;
}

.bilder a:hover
{
background:#232323;
color: #CCC;
}
/*  Logo 	--------------------------------   */
#logo
{
	width:173px;
	height: 66px;
	margin: 20px 25px 35px 25px;
	background: transparent url(../images/logo.gif) no-repeat;
}
#logo h1
{
	width: 180px;
	margin: 0;
	padding: 0px;
}
#logo a
{
	display: block;
	position: relative;
	width: 180px;
	height: 70px;
}
#logo h1 a:hover
{
	background: transparent url(../images/logo.gif) no-repeat;
}
#logo h1 a span
{
	display: none;
}

/* Tables  ------------------------------			*/
table
{
	border-collapse: collapse;
}
th, td
{
	padding: 0.5em 1em;
	vertical-align: top;
}
tr
{
	padding: 5px 0;
}
col
{
	border-right: 1px solid #999;
}
col#activity
{
	border: none;
}
.odd
{
	background-color: #000;
}
tr:hover
{
	background-color: #232323;
}

/* Forms ---------------------------------		*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #000;
	background-color: #232323;
}
legend
{
	font-weight: bold;
	color: #ccc;
}
label
{
	display: block;
}
input
{
	width: 200px;
}
textarea
{
	width: 400px;
	height: 200px;
}
input.radio, input.checkbox
{
	width: auto;
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus
{
	background: #ccc;
	border: 1px solid #000;
}
input.submit
{
	border: 1px solid black;
	background: #fff;
	color: #000;
}
.newsletter
{
	display: inline;
	width: auto;
}
.required
{
	font-size: 0.8em;
	color: red;
}
.error
{
	font-weight: bold;
	color: red;
}
/* Navigation --------------------------------  */
.navcontainer { width: 228px; margin: 10px 0 45px 0}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;

}

.navcontainer a
{
display: block;
padding: 5px 10px 5px 35px;
width: 183px;
font-size: 1.3em;
font-weight: bold;
}

.navcontainer a:link, .navlist a:visited
{
color: #666;
text-decoration: none;
}

.navcontainer a:hover
{
background:#232323 url(../images/bullets.gif) 25px center no-repeat;
color: #CCC;
}
.navcontainer .active
{
	color: #ccc;
background:#232323 url(../images/bullets.gif) 25px center no-repeat;
}

.links { width: 190px; background: #232323; margin-bottom: 40px;}

.links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;

}

.links a
{
display: block;
padding: 5px 10px 5px 35px;
width: 145px;
font-size: 1.3em;
font-weight: bold;
}

.links a:link, .linklist a:visited
{
color: #666;
text-decoration: none;
}

.links a:hover
{
background:#141414 url(../images/bullets.gif) 25px center no-repeat;
color: #CCC;
}

/* Links  ------------------------------------		*/
a{text-decoration: underline; color: #ccc; font-weight: bold;}
a:hover{text-decoration: none; color: #FFF; background: #000;}