/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
/*         // WEBDRESSING MEDIA SUPPLY MAJOR STYLE SHEET
/*
/*         // (c) 2008 webdressing media supply
/*         // http://www.webdressing.de
/*         // webmail@webdressing.de
/*
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/**********************************************************************************************************************/
/*/////// CONTENT HEADLINE AND SUBLINE //////////////////////////////////////////////////////////////////////////////*/
/**/
/**/      h1 {
/**/          color:#99cc00;
/**/          font-size:9pt;
/**/          font-weight:bold;
/**/          border-top:0px;
/**/          border-left:0px;
/**/          border-right:0px;
/**/          border-bottom:1px;
/**/          border-color:#99cc00;
/**/          border-style:dotted;
/**/        }
/**/
/**/      h2 {
/**/          color:#333333;
/**/          font-size:8pt;
/**/          font-weight:bold;
/**/          border-top:0px;
/**/          border-left:0px;
/**/          border-right:0px;
/**/          border-bottom:0px;
/**/          border-color:#333333;
/**/          border-style:dotted;
/**/        }
/**/
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/**********************************************************************************************************************/
/*/////// HORIZONTAL RULERS /////////////////////////////////////////////////////////////////////////////////////////*/
/**/
/**/      hr {
/**/          border: 0;
/**/        }
/**/
/**/      hr.hrhead {
/**/          color: #333333;
/**/          background-color: #333333;
/**/          width: 900px;
/**/          height: 1px;
/**/        }
/**/
/**/      hr.hrcontent {
/**/          color: #666666;
/**/          background-color: #666666;
/**/          width: 650px;
/**/          height: 1px;
/**/          margin-top:15px;
/**/          margin-bottom:15px;
/**/        }
/**/
/**/      hr.hrgrey {
/**/          color: #cccccc;
/**/          background-color: #ffffff;
/**/          height: 1px;
/**/          border-top:0px;
/**/          border-left:0px;
/**/          border-right:0px;
/**/          border-bottom:1px;
/**/          border-color:#cccccc;
/**/          border-style:dotted;
/**/        }
/**/
/**/      hr.hrdots {
/**/          color: #333333;
/**/          background-color: #ffffff;
/**/          height: 1px;
/**/          border-top:0px;
/**/          border-left:0px;
/**/          border-right:0px;
/**/          border-bottom:1px;
/**/          border-color:#333333;
/**/          border-style:dotted;
/**/        }
/**/
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/**/      #msg_error {
/**/          width:600px;
/**/          background:#ffffe0;
/**/          border-color:#ff0000;
/**/          border-width:1px;
/**/          border-style:dotted;
/**/          padding:10px;
/**/          text-align:left;
/**/          background-image:url(../_img2_/exclamation.png);
/**/          color:#666666;
/**/          padding-left: 25px;
/**/          background-position:5px 8px;
/**/          background-repeat:no-repeat;
/**/        }


/**/      #msg_ok {
/**/          width:600px;
/**/          background:#ccffcc;
/**/          border-color:#336600;
/**/          border-width:1px;
/**/          border-style:dotted;
/**/          padding:10px;
/**/          text-align:left;
/**/          background-image:url(../_img2_/accept.png);
/**/          color:#666666;
/**/          padding-left: 25px;
/**/          background-position:5px 8px;
/**/          background-repeat:no-repeat;
/**/        }


/**/      input.niceform {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          background-image:url(../_img2_/button_bg.jpg);
/**/          padding:2px;
/**/          height:20px;
/**/          width: 190px;
/**/        }

/**/      input.fault  {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#ff6666;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          background-image:url(../_img2_/button_bg.jpg);
/**/          padding:2px;
/**/          height:20px;
/**/          width: 190px;
/**/        }

/**/      textarea.area {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          background-image:url('http://www.webdressing.de/_view_/_img2_/area_bg.jpg');
/**/          background-repeat:no-repeat;
/**/          background-attachment:fixed;
/**/          font-family:verdana;
/**/        }

/**/      textarea {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          background-image:url('http://www.webdressing.de/_view_/_img2_/area_bg.jpg');
/**/          background-repeat:no-repeat;
/**/          background-attachment:fixed;
/**/          font-family:verdana;
/**/        }

/**/      #area  {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          background-image:url('http://www.webdressing.de/_view_/_img2_/area_bg.jpg');
/**/          background-repeat:no-repeat;
/**/          background-attachment:fixed;
/**/          font-family:verdana;
/**/        }



/**********************************************************************************************************************/
/*/////// GOOGLE TITLE FIELD ////////////////////////////////////////////////////////////////////////////////////////*/
/**/
/**/      #gtitle
/**/        {
/**/          visibility:hidden;
/**/          color:#eeeeee;
/**/          font-size:8pt;
/**/        }
/**/
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.img-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.img-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


td {
	text-align: left;
	font-family:verdana;
	font-size:11px;
	color:#666666;
	line-height:14px;
}

a {text-decoration:underline;
   color:#666666;}

body { 	margin:0px;padding:0px;}
strong { color:#666666}
strong a { color:#666666; text-decoration:none}
strong a:hover {text-decoration:underline}


ul {margin:0; padding:0; list-style:none}
li {background:url(images/a1.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:18px }
li a { color:#FFFFFF}

.copy { color:#666666}
.copy a { color:#666666}
.copy span a { color:#ffffff; text-decoration:none}
.copy span a:hover {text-decoration:underline;}

.white {color:#ffffff; line-height:13px;}
.white strong {color:#ffffff;}
.white a {color:#ffffff;}

.best li {background:url(images/a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:17px }
.best li a { color:#666666}
.best { color:#666666}
.best strong { color:#666666}

.research li {background:url(images/a2.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 10px; line-height:16px }
.research li a { color:#666666}

.welcome a { color:#666666}
.what_we_do li a { font-weight:bold}
.partners { color:#666666}
.todays strong { color:#666666}
.radio { color:#666666}
.services li {background:url(images/2a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:18px }
.solutions strong { color:#666666}

.short li {background:url(images/a2.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 10px; line-height:16px }
.short li a { color:#666666}


.arrow_right { margin-right:4px;}
.m { vertical-align:middle}




a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}
