/* remove "external link" from links to coldtobi.de.
As lifetype always generates complete URLS, this won't work so
we disable this here */
#main a[href*=".coldtobi.de"], #main a[href*="https:.coldtobi.de"] 
{
	background-image: none;
	background-position:0pt 0.45em;
	background-repeat:no-repeat;
	padding-left:0px;
}

#col1_content a[href^="http"]
{
	background-image: none;
	background-position:0pt 0pt;
	background-repeat:no-repeat;
	padding-left:0px;
}

/* Calendar needs this anyway, even if you want some icons on every URL*/
#Calendar a[href^="http:"], #Calendar a[href^="https:"]{
padding-left:0;
}

#CommentForm fieldset {
border:2px solid #d4d0cd;
padding-top:10px;
margin-top:10px;
padding-left:10px;
padding-bottom:10px;
}

#CommentForm legend {
color:#525150;
padding:2px 4px 2px 4px;
background-color: #ffffff;
font-weight : bold;
}

#CommentForm label {
width:13em;
float:left;
display:block;
clear:both;
float:left;
margin-top:8px;
margin-bottom:0px;
}

#CommentForm input {
margin-top:
8px;margin-bottom:8px;
}

#Submit {
margin-top:8px;
margin-bottom:8px;
margin-left:6em;
}

#CommentForm textarea {
margin-top:8px;
margin-bottom:0px;
}