@charset "UTF-8";

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

   posative.css
   * Sets up the positive color scheme

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

body {
	color: #666;
	background-color: #fff;
}


/* Headings
-------------------------------------------------------------- */

h1,h2 { color: #609; }
h3, h4,h5,h6 { color: #666; }


/* Links
-------------------------------------------------------------- */

a:focus,
a:hover     { color: #609; text-decoration: none;  }
a           { color: #666; text-decoration: none;  }

.projekte li a	{ }
.projekte li a:hover	{}

.icon_mail 	{ 
	background-image: url(../img/pos/icon_mail.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}
.icon_next 	{
	background-image: url(../img/pos/icon_next.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 2px 3px 3px 30px;
	vertical-align: middle; 
}
.icon_prev 	{ 
	background-image: url(../img/pos/icon_prev.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}
.icon_top	{ 
	background-image: url(../img/pos/icon_top.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 2px 3px 3px 30px;
}
.icon_launch {
	margin-top: 20px;
	background-image: url(../img/pos/icon_launch.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}
.icon_send 	{ 
	background-image: url(../img/pos/icon_send.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}
.icon_pdf 	{ 
	background-image: url(../img/pos/icon_pdf.gif); 
	background-position: left; 
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}


/* Text elements
-------------------------------------------------------------- */

p           { color: #666; }

blockquote  { color: #999; }
strong      { color: #333; }

abbr,
acronym     { border-bottom: 1px dotted #666; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { }
ul, ol      { }

ul          { }
ol          { }

dl          { }
dl dt       { }
dd          { }


/* Tables
-------------------------------------------------------------- */

table       { }
th          { }
thead th    { background: #none; }
th,td, 
caption 	{ }
tr.even td  { background: #609; }
tfoot       { }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */
.active		{ color: #609; }
.highlight  {  }
.added      {  }
.removed    {  }
