/*
Theme Name: ImageNotion Basic
Theme URI: http://www.imagenotion.com
Description: ImageNotion theme based on Basic Theme
Version: 0.1
Author: ImageNotion UG
Author URI: http://www.themedreamer.com
*/

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

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region - Styles for comment thread, forms, etc.
5. Sidebar Region - Styles for widgets, additional menus lists and links.
6. Footer Region - Styles specific to the footer region.
7. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.


-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/

body {
	font-size: 12px;
	font-family: vedrana, arial, helvetica;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
#wrapper {
	width: 800px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/

.awheaddesign {
	width: 100%;
	height: 80px;
	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	background: #dd7e75;
	margin-bottom: 0px;
}

.awlogoandslogan { 
	width: 100%; 
	height:100%; 
	background: #FFFFFF;

	background-image: url('images/topbackground.gif');
	background-repeat:repeat-x;
}

/* obere ecken rund machen */
.awlogoandslogan .top, .awlogoandslogan .bottom {display:block; background: #dd7e75;}
.awlogoandslogan .top b, .awlogoandslogan .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #FFFFFF;
}
.awlogoandslogan .r1{margin: 0 5px;}
.awlogoandslogan .r2{margin: 0 3px;}
.awlogoandslogan .r3{margin: 0 2px;}
.awlogoandslogan .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}


.awlogo {
	position:relative;
	top:30px;
	left:30px;

}


.awslogan {
	position:relative;
	top:10px;
	left:478px;
	color: #808285;
	font-size: 14px;
}

/* end top area */

.awmainmenu {
	width: 100%;
	height: 24px;
	background: #808285;
	
	
	padding-left: 10px;
	padding-right: 10px;
	

}

.awmainmenuleftdarkgray
{

	float:left;
	width:18px;
}

.awmainmenucontent
{
	min-width:610px;
	float:left;
	height:100%;
	margin-left: 10px;
}



.awmainmenucontent li { display: inline; }
.awmainmenucontent ul, .awmainmenucontent li { margin: 0; padding: 0; }


.awmainmenucontent ul {
	float:left;
	margin: 0px;
	padding: 0px;
	height:100%;
}

.awmainmenucontent li {

}

.awmainmenucontent li a:link, .awmainmenucontent li a:visited, .awmainmenucontent li a:active, .awmainmenucontent li a:hover {
	float:left;
	height:20px;
  text-decoration: none;
	display: block;
	margin: 0 2px 0 0;
	/*min-width:50px;*/
	padding-top: 4px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom: 0px;
	font-size: 12px;
}

.awmainmenucontent li a:link, .awmainmenucontent li a:visited, .awmainmenucontent li a:active {
	background:#E3E4E4;
	color:#000000;
}

.awmainmenucontent li a:hover {
	background:#cd1f3d;
	color:#FFFFFF;
}

.awmainmenucontent li.current_page_item a:link, .awmainmenucontent li.current_page_item a:visited, .awmainmenucontent li.current_page_item a:active, .awmainmenucontent li.current_page_item a:hover {
	background:#cd1f3d;
  color:#FFFFFF;
}

.awmainmenucontent li.current_page_ancestor a:link, 
.awmainmenucontent li.current_page_ancestor a:visited, 
.awmainmenucontent li.current_page_ancestor a:active, 
.awmainmenucontent li.current_page_ancestor a:hover {
	background:#cd1f3d;
  color:#FFFFFF;
}

.awmainmenucontent li.current_page_parent a:link, 
.awmainmenucontent li.current_page_parent a:visited, 
.awmainmenucontent li.current_page_parent a:active, 
.awmainmenucontent li.current_page_parent a:hover {
	background:#cd1f3d;
  color:#FFFFFF;
}

.awmainmenucontent li.page_item:hover a:link, .awmainmenucontent li.page_item:hover a:visited, .awmainmenucontent li.page_item:hover a:active, .awmainmenucontent li.page_item:hover a:hover {
	background:#cd1f3d;
  color:#FFFFFF;
}

.awpagelink
{

	text-decoration: none;
	font-size: 12px;
	color:#000000;
}

.awpagelink:hover
{
	color:#FFFFFF;
}


.awmainmenusearcharea
{
	width:120px;
	float:left;
}

.searchfieldtoptext {

	float: left;
	border: 1px solid #808285;
	margin-top: 4px;
	padding-left: 3px;
	width: 124px;
	height: 15px;
	background: #FFFFFF;
}

.lupe
{
	float:left;
	margin-top: 2px;
}

.suchfeld
{

	float:left;

	padding-left:2px;
}

.formsuchfeld {
	border: 0px;
	margin-left: 3px;
	width: 100px;
	height: 12px;
	font-size: 10px;
}


/* end of mainmenue */

/* start of the page itself */



/* end of page */

.awpageholder {
	width: 100%;
	
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	background: #e6e7e8;
	margin-bottom: 0px;
}




/* untere ecken rund machen */
.awpageholder .top, .awpageholder .bottom{display:block; background: #e6e7e8;}
.awpageholder .top b, .awpageholder .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #FFFFFF;
}
.awpageholder .r1{margin: 0 5px;}
.awpageholder .r2{margin: 0 3px;}
.awpageholder .r3{margin: 0 2px;}
.awpageholder .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}


/* this div will take the pagecontents */
 
.awpagecontent
{
	min-height:380px;
	width: 100%; 
	background: #FFFFFF;
	padding-top: 0px;


}

.awpagecontenttitlearea {
	background-color: #f7e4df;
	/*width: 100%;*/
	/*width: 752px;*/
	padding-top:20px;
	padding-bottom:20px;
	padding-left:240px;
	padding-right:18px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
	/*margin-left: 20px;
	margin-right: 20px;*/
}

.title_with_sidebar {
  padding-left:220px;
}


.awpagemenueandcontent
{

	width:800px;
	height:100%;
}




.awthepagemenue
{
	float:left;
	width:210px;

	min-height:210px;
	border: 1px solid #808285;

	margin-left: 10px;


}

.thepagemenueareagray
{
	float:left;
	width:18px;
	background-color:#808285;
	min-height:210px;
}

.thepagemeneuareacontent
{
	float:left;
}

.thepagemeneuareacontenthead
{
	width:182px;
	height:20px;
	
	padding-left:10px;
	padding-top:4px;
	padding-bottom:2px;
	
	margin-bottom:16px;
	background:#e6e7e8;
}

.thepagemeneuareacontenthere
{
	width:172px;
	height:20px;
	
	padding-left:10px;
	padding-top:4px;
	padding-bottom:2px;
}


.thepagemeneuareacontenthere li { display: inline; }
.thepagemeneuareacontenthere ul, .thepagemeneuareacontenthere li { margin: 0; padding: 0; }


.thepagemeneuareacontenthere ul {

	margin: 0px;
	padding: 0px;
	width:100%;
}

.thepagemeneuareacontenthere li {
	float:left;
	margin: 0 2px 0 0;
	width:100%;

	padding-left:4px;
	padding-right:4px;
	margin-bottom:8px;

	
	font-size: 12px;
	
	border-left: 3px solid #cd1f3d;
	
}

.thepagemeneuareacontenthere li.page_item   {
	color:#000000;
}

.thepagemeneuareacontenthere li.page_item:hover   
{
	color:#cd1f3d;
}

.thepagemeneuareacontenthere li.current_page_item  {
	color:#cd1f3d;
}

.thepagemeneuareacontenthere li a:link, .thepagemeneuareacontenthere li a:visited, .thepagemeneuareacontenthere li a:active, .thepagemeneuareacontenthere li a:hover {
	text-decoration: none;
}

.thepagemeneuareacontenthere li a:link, .thepagemeneuareacontenthere li a:visited, .thepagemeneuareacontenthere li a:active {
	color:#000000;
}

.thepagemeneuareacontenthere li a:hover {
	color:#cd1f3d;
}

.thepagemeneuareacontenthere li.current_page_item a:link, .thepagemeneuareacontenthere li.current_page_item a:visited, .thepagemeneuareacontenthere li.current_page_item a:active, .thepagemeneuareacontenthere li.current_page_item a:hover {
	color:#cd1f3d;
}













.awthepagecontent
{
	/*width:550px;*/

	padding-left:20px;
	padding-right:20px;
}

.awthepagecontent .navigation
{
	padding-top: 20px;
}

.awthepagecontent .searchtopnavigation
{
	margin-top: -15px;
}

.awthepagecontent .entry-content {
	clear: none;
}

.awthepagecontent .postlist {
	padding-top: 20px;
}

.awthepagecontent p {
	text-align: justify;
	/*border: 1px solid red;*/
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}

.awthepagecontent h2 {
  color: #cd1f3d;
  font-size: 1.2em;
  font-weight: bolder;
}

.awthepagecontent h3 {
	color: #cd1f3d;
	font-size: 1em;
	font-weight: bold;
}

.awthepagecontent a:link, .awthepagecontent a:visited, .awthepagecontent a:active {
	color: #000000;
}	

.awthepagecontent a:hover {
	color: #cd1f3d;
}

.awpageholderend {
	width: 100%;
	height: 22px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	
	background: #e6e7e8;
	text-align:right;

	margin-bottom:20px;
} 

.awpageholderend a {
	text-decoration: none;
	margin-top: 2px;
	margin-right:10px;
}

.awpageholderend a:link, .awpageholderend a:visited, .awpageholderend a:active {
	color:#000000;
}

.awpageholderend a:hover {
	color:#cd1f3d;
}

.awfooterbottom
{
	text-align: center;
	font-size: 0.8em;
	margin-bottom:50px;
}

a.footerlink
{
	font-size: 11px;
	color: #cd1f3d;
	text-decoration: underline;
}

a.footerlink:hover
{
	text-decoration: underline;
}


/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Content Region ===*/

#main {
	width: 100%;
	/*height: 450px;*/
}
#content {
	height: 100%;
	padding: 15px 10px 10px;
	line-height: 1.3em;
}
.content_with_sidebar {
	margin-left: 220px;
	/*width: 560px;
	border-left: 1px solid #666666;
	float: right;*/
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content p {
	text-align: justify;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.searchresultslist h2 {
	font-size: 1.4em;
	margin: 5px 0 0 0;
	padding: 0;
}

.searchresultslist div h2 a:link,
.searchresultslist div h2 a:visited,
.searchresultslist div h2 a:active,
.searchresultslist div h2 a:hover
{
	color: #cd1f3d;
}

.searchresultslist div h2 a:link,
.searchresultslist div h2 a:visited,
.searchresultslist div h2 a:active
{
	text-decoration: none;
}

.searchresultslist div h2 a:hover
{
	text-decoration: underline;
}

.postlist .post h2 {
	margin-top: 10px;
}

.postlist .post h2 a:link,
.postlist .post h2 a:visited,
.postlist .post h2 a:active,
.postlist .post h2 a:hover
{
	color: #cd1f3d;
}

.postlist .post h2 a:link,
.postlist .post h2 a:visited,
.postlist .post h2 a:active
{
	text-decoration: none;
}

.postlist .post h2 a:hover
{
	text-decoration: underline;
}

.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 200px;
	height: 100%;
	float: left;
	padding: 15px 0 0 10px;
	margin-right: 5px;
	/*border: 1px solid black;*/
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 10px;
}

#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active, #sidebar li a:hover {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #808285;
}

#sidebar li.current_page_item a:link, #sidebar li.current_page_item a:visited, #sidebar li.current_page_item a:active, #sidebar li.current_page_item a:hover {
	color: #cd1f3d;
}

#sidebar li a:hover {
	/*text-decoration: underline;*/
	font-weight: bold;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
#footer a:link, #footer a:visited {
	color: #808285;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/


/* site design */

.pageimagehead
{
	background: #e6e7e8;
	width:540px;
	float:right;
	margin-bottom:30px;
}

.awheadimage
{
	float:right;
	margin-left:0px;
	margin-right:4px;
	margin-top:4px;
	margin-bottom:4px;
}


.awhomeslogan
{
	border: 1px solid #e6e7e8;
	align:center;
	padding-top:200px;
	padding-bottom:200px;

	font-size: 12px;
	padding-left:100px;
}

/* Main page */

a.nodeco:link,
a.nodeco:visited,
a.nodeco:active,
a.nodeco:hover
{
text-decoration: none;
color: #000000;
}



.imagejaguarback
{
position:relative;
clear: right;
height:300px;
}


.imagefotograf
{
position:relative;
top:-100px;
height: 280px;
}

.homemainquestion
{
position:relative;
left:-90px;
top:-142px;
clear: right;
width: 340px;
border: 2px solid #808285;
margin: 10px auto 0 auto;
background:#f7e4df;
cursor: pointer;
}


.homemainquestionfotograf
{
height:160px;
position:relative;
left:-90px;
top:-342px;
clear: right;
width: 340px;
border: 2px solid #808285;
margin: 10px auto 0 auto;
background:#e6e7e8;
cursor: pointer;
}


.questiontop
{
	background:#808285;
	color:#FFFFFF;
	font-weight: bold;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
}

.questiontext
{

}

.homemainquestion p, .homemainquestionfotograf p
{
font-size: 18px;
text-align: center;
color: #000000;
margin-bottom: 20px;
}




.homemainquestion p strong , .homemainquestionfotograf p strong
{
color: #cd1f3d;
}

.homeconnector {
height: 50px;
width: 2px;
border-left: 2px dashed #dd7e75;
margin: 0 auto 0 auto;
}

.homeproductframetopcontent .strongblack
{
color: #000000;
font-weight: bold;
font-size: 16px;
}

.homeproductframetopcontent .lightgrey
{
color: #808285;
font-size: 16px;
}

.homeproductframetopcontent .redpoint
{
color: #cd1f3d;
font-size: 16px;
}

.homeproductframetopcontent .darkgrey
{
color: #000000;
font-size: 14px;
}

.homeproductframebottomcontent
{
color: #000000;
font-size: 12px;
font-weight: bold;
}

.homeproducts
{
margin: 0 auto 0 auto;
width: 485px;
height: 54px;
border: 2px solid #808285;
}

.homeproductframeleft
{
float: left;
}

.homeproductframeright
{
float: right;
}

.homeproductframetopbar, 
.homeproductframebottombar 
{
width: 10px;
float: left;
}

.homeproductframetopbar
{
background-color: #cd1f3d;
padding-top: 8px;
}

.homeproductframebottombar
{
background-color: #808285;
padding-top: 16px;
margin-bottom: 0;
padding-bottom: 0;
}

.homeproductframetopcontent
{
margin-left: 20px;
padding-top: 6px;
}

.homeproductframebottomcontent
{
margin-left: 20px;
padding-top: 10px;
margin-right: 10px;
}

.sloganonpagetop
{
margin:0px;
width:100%;
color: #cd1f3d;
font-size: 16px;
font-weight: bold;
text-align:right;
padding-top: 20px;
padding-bottom: 30px;
}


a.linkhabenwollen {
  display: block;
  background:#dd7e75;
  text-align:center;
  margin-top: 18px;
  margin-bottom: 30px;

  padding:12px;
  border: 1px solid #FFFFFF;
  width:100%

  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;

  text-decoration:none;

}

a.linkhabenwollen:link, a.linkhabenwollen:visited, a.linkhabenwollen:active {
	
	
}	

a.linkhabenwollen:hover {
  background:#e6e7e8;
	color: #cd1f3d;
	border: 1px solid #808285;
}


a.contentlinkred {
  display: block;
  width:100%;
  margin: 0px;
  border: 1px solid #FFFFFF;
  padding:6px;
  background:#e6e7e8 ;
  text-decoration:none;
}


a.contentlinkred:link, a.contentlinkred:visited, a.contentlinkred:active {

}	

a.contentlinkred:hover {
  border: 1px solid #808285;
}

.headred
{
font-size: 14px;
font-weight: bold;
color: #cd1f3d;
padding-bottom:0px;
padding-top:12px;


margin: 0px;
}


.contentgraycontact
{
/*width:520px;*/
margin-top:5px;
padding:6px;
background:#e6e7e8 ;
text-decoration:none;
}

.contactblock
{
margin-bottom:10px;
margin-top: 6px;
width:520px;
margin-left:10px;
padding-bottom:10px;
}

.contactblock li
{
  margin-top: 6px;
  margin-bottom: 2px;
}

.contactline
{
width:100%;
/*margin-top:6px;*/
padding-top:6px;
}

.contactidentifier
{
float:left;
margin:2px;
width:100px;
height: 100%;
font-weight: bold;
}

.contactvalue
{
margin:2px;
margin-left: 102px;
width:410px;
}



.intropageul
{


	
	padding-left:10px;
	padding-top:4px;
	padding-bottom:2px;
}


.intropageul li { display: inline; }
.intropageul ul, .intropageul li { margin: 0; padding: 0; }


.intropageul ul {

	margin: 0px;
	padding: 0px;
	width:100%;
}

.intropageul li {
	float:left;
	margin: 0 2px 0 0;
	width:100%;

	padding-left:4px;
	padding-right:4px;
	margin-bottom:8px;
	height:30px;
	
	font-size: 12px;
	
	border-left: 3px solid #cd1f3d;
	
}

.intropageul li.page_item   {
	color:#000000;
}

.intropageul li.page_item:hover   
{
	color:#cd1f3d;
}

.intropageul li.current_page_item  {
	color:#cd1f3d;
}

.intropageul li a:link, .intropageul li a:visited, .intropageul li a:active, .intropageul li a:hover {
	text-decoration: none;
}

.intropageul li a:link, .intropageul li a:visited, .intropageul li a:active {
	color:#000000;
}

.intropageul li a:hover {
	color:#cd1f3d;
}

.intropageul li.current_page_item a:link, .intropageul li.current_page_item a:visited, .intropageul li.current_page_item a:active, .intropageul li.current_page_item a:hover {
	color:#cd1f3d;
}




.explainpagecontenttitlearea {
	background-color: #E3E4E4;
	/*width: 100%;*/
	/*width: 752px;*/
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:18px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	/*margin-left: 20px;
	margin-right: 20px;*/
}




a.linkgrosssogehts {

  margin: 0px;
  color: #cd1f3d;
  text-decoration:underline
}


a.linkgrosssogehts:link, a.linkgrosssogehts:visited, a.linkgrosssogehts:active {

}	

a.linkgrosssogehts:hover {
	color: #808285;

}


a.linksogehts {


  padding:2px;
  margin: 0px;
  color: #cd1f3d;
  text-decoration:none
}



a.linksogehts:hover {
  border: 1px solid #cd1f3d;  
}

a:link, a:visited, a:active {

}	

a:hover {
color: #808285;

}


a{

  margin: 0px;
  color: #cd1f3d;
  text-decoration:underline
}

.sgl
{
	visibility:hidden;
	position:absolute;
	padding:2px;
	border: 1px solid #cd1f3d;
	background:#FFFFFF;
	width:190px;
	text-align:left;
}

.cform
{
  clear: right;
}
