/* /////////////////////////// COMMON /////////////////////////// */

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

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	behavior: url("csshover.htc"); /* IE NAVIGATION FIX */
}


.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

h2 {
	font-size: 14px;
	color: #365b98;
	display: block;
}

ul li {
	list-style-type: none;
}

/* /////////////////////////// WRAPPER /////////////////////////// */

div.Wrapper {
	width: 913px;
}

/* /////////////////////////// HEADER /////////////////////////// */

div.Header {
	height: 90px;
}

div.Header .Logo {
	margin: 24px 0 0 34px;
	position: absolute;
}

div.HeaderNav {
	font-size: 11px;
	color: #365b98;
	float: right;
	margin: 72px 0 0 0;
}

div.HeaderNav a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
}

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

/* /////////////////////////// NAVIGATION /////////////////////////// */


div.Navigation {
	height: 37px;
	background-image: url(images/navigation_background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px 0 0 21px;
}
	
div.Navigation ul {
    margin:0;
    padding:0;
    list-style:none;
}

div.Navigation li {
    float:left;
    background:url(images/navigation_right.gif) no-repeat right top;
    margin: 0 1px 0 0;
    padding:0;
}

div.Navigation li:hover {
    background:url(images/navigation_right_on.gif) no-repeat right top;
}
	
div.Navigation a {
    display: block;
    background:url(images/navigation_left.gif) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 11px 8px 10px;
}

div.Navigation a:hover {
    background:url(images/navigation_left_on.gif) no-repeat left top;
}

*html div.Navigation a {
    display: inline-block;
    background:url(images/navigation_left.gif) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 11px 8px 12px;
}
	
div.Navigation #current {
    background-image:url(images/navigation_right.gif);
}

div.Navigation #current a {
    background-image:url(images/navigation_left.gif);
}	


/* /////////////////////////// CONTENT /////////////////////////// */

div.Content {
	padding: 5px 0 0 21px;
}

div.Content .Left {
	float: left;
	width: 677px;
}

div.Content .Right {
	float: left;
	width: 215px;
}

div.NavigationSide {
	width: 211px;
	border: 1px solid #dfe5ee;
	margin: 0 0 0 2px;
	background-image: url(images/navigation_side_background.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.NavigationSide .Top {
	/*padding: 19px 0 19px 23px;*/
}

div.NavigationSideTitle {
	background-image: url(images/navigation_side_title_background.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 5px 26px;
	margin: 0 0 1px 0;
}

div.NavigationSideLinks li {
	padding: 0 0 0 0!important;
	margin: 0 0 0 0!important;
	list-style-type: none!important;
	display: inline;
}

div.NavigationSideLinks a {
	background-image: url(images/navigation_side_inactive.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #365b98;
	text-decoration: none;
	padding: 4px 0 5px 42px;
	margin: 0 0 1px 0;
}

div.NavigationSideLinks li h2 {
	background-image: url(images/navigation_side_title_background.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 5px 31px;
	margin: 0 0 1px 0;
}

div.NavigationSideLinks a:hover {
	background-image: url(images/navigation_side_active.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #365b98;
	text-decoration: none;
	padding: 4px 0 5px 42px;
}

div.Teaser1 {
	width: 663px;
	height: 161px;
	background-image: url(images/teaser1.gif);
	background-repeat: no-repeat;
	padding: 14px 0 0 14px;
}

div.Teaser1 h1 {
	font-size: 18px;
	color: #365b98;
	display: inline;
}

div.TeaserSubtitle {
	font-size: 14px;
	color: #365b98;
	font-weight: bold;
}

div.TeaserSubtext {
	font-size: 11px;
	color: #365b98;
	line-height: 18px;
	display: block;
	margin: 15px 0 0 0;
}

div.TeaserButton {
	position: absolute;
	margin: -53px 0 0 265px;
}

div.TeaserButton a {
	font-size: 12px;
	color: #365b98;
	font-weight: bold;
	text-decoration: none;
}

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

div.TeaserTextBottom {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 41px 0 0 0;
}

div.ProviderLogos {
	width: 677px;
	height: 70px;
	background-image: url(images/anbieterlogos.gif);
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
}

div.Teaser2 {
	width: 677px;
	height: 175px;
	margin: 4px 0 0 0;
}

div.Teaser2 .Left {
	width: 335px;
	height: 175px;
	background-image: url(images/shortrechner_background.gif);
	background-repeat: no-repeat;
}

div.Teaser2 .Left h2 {
	font-size: 18px;
	color: #e31705;
	display: inline;
	position: absolute;
	margin: 16px 0 0 15px;
}

div.Teaser2 .Right {
	width: 335px;
	height: 175px;
	margin: 0 0 0 7px;
	background-image: url(images/teaser2.gif);
	background-repeat: no-repeat;
}

div.Teaser2 .Right h2 {
	font-size: 18px;
	color: #365b98;
	display: block;
	margin: 16px 0 0 12px;
}

div.Teaser2 .Right div {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 16px 0 0 14px;
	width: 190px;
	line-height: 18px;
}

div.Teaser2 .Right div a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
}

div.Teaser2 .Right div a:hover {
	text-decoration: underline;
}

div.BoxPlz {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	padding: 64px 0 0 17px;
}

div.BoxPlz b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxPlz input {
	width: 119px;
	border: 1px solid #dbdbdb;
}

div.BoxPlz span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxSpeed {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	margin: 64px 0 0 178px;
}

div.BoxSpeed b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxSpeed select {
	width: 121px;
	font-size: 11px;
}

div.BoxSpeed span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxFlatrate {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	margin: 113px 0 0 17px;
}

div.BoxFlatrate b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxFlatrate select {
	width: 121px;
	font-size: 11px;
}

div.BoxFlatrate span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxButton {
	position: absolute;
	margin: 130px 0 0 178px;
}

div.TextBox {
	border: 1px solid #dfe5ee;
	margin: 2px 0 0 0;
	background-image: url(images/box_verlauf.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 10px 15px 17px;
}

div.TextBox h2 {
	font-size: 18px;
	color: #365b98;
	display: block;
	margin: 0 0 15px 0;
}

div.TextBox .Text {
	font-size: 11px;
	color: #365b98;
	line-height: 18px;
}

div.TextBox .Text b {
	font-size: 12px;
	color: #365b98;
	line-height: 18px;
}

div.Teaser3Check  {
	margin: 15px 0 0 0;
}

div.Teaser3Check a {
	font-size: 12px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 15px;
	display: inline-block;
}

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

div.Teaser3Check b {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 0 0 5px 0;
}

div.Teaser3Check input {
	width: 119px;
	border: 1px solid #dbdbdb;
	font-size: 11px;
	padding: 2px 0 2px 0;
}

div.Teaser3Check span {
	top: 1px;
	left: 8px;
	position: relative;
}

div.InfoBox {
	display: block;
	background-color: #365b98;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;

	padding: 8px 0 8px 12px;
	margin: 4px 0 4px 0;
}

div.InfoBox2 {
	display: block;
	background-color: #365b98;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	margin: 4px 0 4px 0;
}

div.ProviderRow {
	border: 1px solid #dfe5ee;
	height: 193px;
	margin: 0 0 4px 0;
}

div.ProviderRow h3 {
	font-size: 18px;
	color: #365b98;
	display: inline;
	margin: 13px 0 0 14px;
	position: absolute;
	text-decoration: none;
}

div.ProviderRow h3:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.ProviderRow .Left {
	width: 224px;
	height: 193px;
	border-right: 1px solid #dfe5ee;
	background-image: url(images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderRow .Center {
	width: 227px;
	height: 193px;
	border-right: 1px solid #dfe5ee;
	background-image: url(images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderRow .Right {
	width: 222px;
	height: 193px;
	background-image: url(images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderTextSmall {
	font-size: 11px;
	line-height: 16px;
	color: #365b98;
	position: absolute;
	width: 200px;
	margin: 66px 0 0 14px;
}

div.ProviderLogo {
	position: absolute;
	width: 120px;
	height: 70px;
	margin: 0 0 0 100px;
	text-align: right;
}

div.ProviderLogo img {
	padding: 16px 5px 0 0;
}

div.ProviderLink {
	position: absolute;
	font-size: 11px;
	color: #365b98;
	margin: 160px 0 0 14px;
}

div.ProviderLink a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
}

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

div.ProviderInfo {
	border: 1px solid #efefef;
	background-color: #ffffff;
	font-size: 9px;
	color: #bababa;
	line-height: 18px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 4px 0;
}

div.Box {
	width: 673px;
	border: 1px solid #e1e6ef;
	padding: 1px;
	margin: 0 0 4px 0;
}

div.ContentBox {
	border: 1px solid #e1e6ef;
	padding: 12px;
	margin: 0 0 4px 0;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.SearchBox {
	border: 1px solid #e1e6ef;
	padding: 12px;
	margin: 0 0 15px 0;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.SearchBox h3 a {
	color: #365B98;
	font-size:14px;
	text-decoration: none;
	display: block;
	margin: 0 0 12px 0;
}

div.SearchBox a {
	color: #365B98;
	text-decoration: underline;
}

div.Shortrechner {
	background-image: url(images/shortrechner_background_blue.gif);
	background-repeat: no-repeat;
	height: 75px;
	margin: 0 0 7px 0;
}

div.Shortrechner .Title {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: absolute;
	margin: 12px 0 0 12px;
}

div.Shortrechner .Plz {
	position: absolute;	
	margin: 40px 0 0 12px;
}

div.Shortrechner .Plz b {
	font-size: 12px;
	color: #ffffff;
}

div.Shortrechner .Plz input {
	font-size: 12px;
	border: 1px solid #e4e4e4;
	width: 100px;
}

div.Shortrechner .Speed {
	position: absolute;	
	margin: 39px 0 0 200px;
}

div.Shortrechner .Speed b {
	font-size: 12px;
	color: #ffffff;
}

div.Shortrechner .Speed select {
	font-size: 12px;
	width: 102px;
}

div.Shortrechner .Speed span {
	top: 1px;
	left: 4px;
	position: relative;
}

div.Shortrechner .Button {
	position: absolute;
	margin: 41px 0 0 505px;
}

div.ProviderContent {
	padding: 9px 7px 0 10px;
}

div.ProviderContent .Left {
	width: 111px;
	float: left;
}

div.ProviderContent .Center {
	width: 345px;
	float: left;
	padding: 0 0 0 5px;
}

div.ProviderContent .Right {
	width: 189px;
	float: left;
	padding: 0 0 0 6px;
}

div.Provider {
	width: 109px;
	border: 1px solid #dfe5ef;
}

div.ProviderText {
	width: 327px;
	border: 1px solid #dfe5ef;
	padding: 20px 8px 20px 8px;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.ProviderText h2 {
	font-size: 22px;
	color: #365b98;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

div.ProviderScreen {
	width: 187px;
	border: 1px solid #dfe5ef;
}

div.ProviderSpeed {
	width: 187px;
	border: 1px solid #dfe5ef;
	margin: 5px 0 0 0;
	background-image: url(images/speedbox_background.gif);
	background-repeat: repeat-x;
}

div.ProviderSpeed .Title {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	display: block;
	margin: 9px 0 0 8px;
}

div.ProviderSpeed .SubTitle {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 2px 0 0 8px;
}

div.ProviderSpeed .Speed {
	font-size: 18px;
	color: #365b98;
	display: block;
	font-weight: bold;
	margin: 12px 0 15px 0;
	text-align: center;
}

div.Benefits {
	width: 187px;
	border: 1px solid #dfe5ef;
	margin: 5px 0 0 0;
}

div.Benefits .Title {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	display: block;
	margin: 9px 0 0 8px;
}

div.BenefitsBox{
	margin: 15px 0 0 0;
}

div.Benefits span {
	background-image: url(images/checkbox_green.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color: #365b98;
	font-weight: bold;
	padding: 0 0 0 22px;
	margin: 0 0 10px 8px;
	display: block;
}

div.ProviderBanner {
	width: 654px;
	height: 80px;
	background-color: #f5f5f5;
	margin: 15px 0 15px 10px;
}

div.BenefitsBig {
	border: 1px solid #becade;
	background-color: #f0f3f8;
	padding: 10px 0 10px 10px;
}

div.BenefitsBig span {
	font-size: 10px;
	color: #365b98;
	font-weight: bold;
	background-image: url(images/checkbox_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 20px;
	line-height: 25px;
}

div.BenefitsBig .Left {
	width: 250px;
	float: left;
}

div.BenefitsBig .Right {
	float: left;
}

div.CalcTeaser {
	position: absolute;
	width: 172px;
	height: 228px;
	margin: -40px 0 0 480px;
}

div.Calc {
	margin: 30px 0 10px 0;
	width: 650px;
}
div.Ports {
	height: 376px;
	background-image: url(images/anschluesse.gif);
	background-repeat: no-repeat;
}

div.Ports .First {
	width: 285px;
	position: absolute;
	margin: 8px 0 0 75px;
}

div.Ports .Second {
	width: 295px;
	position: absolute;
	margin: 75px 0 0 75px;
}

div.Ports .Third {
	width: 280px;
	position: absolute;
	margin: 160px 0 0 75px;
}

div.Ports .Fourth {
	width: 280px;
	position: absolute;
	margin: 225px 0 0 75px;
}

div.Ports .Fifth {
	width: 280px;
	position: absolute;
	margin: 302px 0 0 75px;
}

div.DSLWomen {
	position: absolute;
	margin: -195px 0 0 390px;
}

.SpeedTable {
	border: 1px solid #7495bd;
}

.Row1 {
	background-color: #4471a6;
	color: #ffffff;
	border-right: 1px solid #fff;
	padding: 4px 0 4px 0;
}

.Row1Last {
	background-color: #4471a6;
	color: #ffffff;
}

.RowDark {
	background-color: #dee7ef;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #4471a6;
}

.RowDarkLast {
	background-color: #e9f5ff;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
}

.RowLight {
	background-color: #e8eef4;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #4471a6;
}

.RowLightLast {
	background-color: #eff7ff;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
}

div.PowerlanTeaser {
	width: 164px;
	height: 227px;
	position: absolute;
	background-image: url(images/dsl_teaser_women4.gif);
	background-repeat: no-repeat;
	margin: 11px 0 0 480px;
}

*html div.PowerlanTeaser {
	width: 164px;
	height: 227px;
	position: absolute;
	background-image: url(images/dsl_teaser_women4.gif);
	background-repeat: no-repeat;
	margin: 4px 0 0 480px;
}

div.PowerlanPowerline {
	background-image: url(images/powerlan_powerline_teaser.gif);
	background-repeat: no-repeat;
	height: 278px;
}

div.PowerlanPowerline span {
	position: absolute;
	margin: 255px 0 0 15px;
}

div.PowerlanPowerline span a  {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

div.PowerlanPowerline span a:hover  {
	text-decoration: underline;
}

div.DSLCheck {
	height: 112px;
	background-image: url(images/shortrechner_background_blue_2.gif);
	background-repeat: no-repeat;
}

div.DSLCheck .Title {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	font-weight: bold;
	margin: 12px 0 0 15px;
}

div.DSLCheck .Plz {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin: 50px 0 0 15px;
}

div.DSLCheck .Plz input {
	border: 1px solid #e4e4e4;
	width: 101px;
	font-size: 11px;
}

div.DSLCheck .Button {
	position: absolute;
	margin: 49px 0 0 200px;
}

div.Newsletter {
	padding: 15px 0 18px 12px;
}

div.Newsletter b {
	font-size: 11px;
	color: #365b98;
	display: inline-block;
	margin: 0 0 5px 0;
}

div.Newsletter input {
	font-size: 11px;
	border: 1px solid #dbdbdb;
	padding: 2px 0 2px 0;
	width: 110px;
	color: #8c8c8c;
	
}

div.Newsletter .form_button_submit {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 0px;
	background-color: #365b98;
	width: 70px;
	
}

div.Feed {
	padding: 15px 0 15px 50px;
}

/* /////////////////////////// FOOTER /////////////////////////// */

div.Footer {
	width: 698px;
}

div.FooterTop {
	height: 82px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

div.FooterBottom {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
}

div.FooterBottom a {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

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

div.FooterCopyright {
	font-size: 11px;
	color: #9e9e9e;
	position: absolute;
	margin: 20px 0 0 353px;
}

div.FooterInfo {
	font-size: 11px;
	color: #8b8b8b;
	position: absolute;
	margin: 60px 0 0 32px;
}

#stf {
	position: absolute;
	top: -2000px;
	left: -2000px;
}

/* /////////////////////////// BLOG /////////////////////////// */

div.NewsBox {
	border: 1px solid #e0e6ef;
	width: 652px;
	padding: 18px 0 18px 5px;
	margin: 0 0 15px 7px;
}

div.NewsBox h2 a {
	font-size: 14px;
	color: #365b98;
	text-decoration: none;
}

div.NewsBox small {
	font-size: 11px;
	color: #d81c1c;
}

div.PostHeadline {
	background-image: url(images/icon_post.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 33px;
}

div.entry {
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
	width: 610px;
	margin: 12px 0 12px 33px;
	text-align: justify;
}

div.entry a {
	font-size: 10px;
	color: #365b98;
	text-decoration: none;
}

.entry p { 
	margin-bottom: 1em;
	padding: 0 28px 0 0;
	font-size: 10px;
	color: #365b98;
}

div.postdata {
	margin: 0 0 0 33px;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.postdata a {
	font-size: 10px;
	color: #365b98;
	text-decoration: none;
}

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

div.TitleTag {
	margin: 10px 0 10px 12px;
	display: block;
}

div#respond {
	font-size: 10px;
	color: #365b98;
	width: 500px;
	padding: 0 0 0 33px;
}

div#respond h3 {
	font-size: 12px;
	color: #365b98;
	margin: 0 0 10px 0;
}

div#respond input {
	border: 1px solid #e0e6ef;
	margin: 0 0 5px 0;
	color: #365b98;
	font-size: 11px;
}

div#respond textarea {
	border: 1px solid #e0e6ef;
	margin: 0 0 5px 0;
	color: #365b98;
	font-size: 11px;
}

div#respond #submit {
	background-color: #d81c1c;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	width: 180px;
}

div.navigation {
	font-size: 10px;
	color: #365b98;
	margin: 10px 0 10px 12px;
}

div.navigation a {
	font-size: 10px;
	color: #365b98;
	text-decoration: none;
}

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

div.navigation .alignleft {
	float: left;
	clear: both;
}

div.navigation .alignright {
	float: right;
	padding: 0 13px 0 0;
}

div.comment {
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
	margin: 0 0 15px 7px;
	width: 624px;
	border: 1px solid #e0e6ef;
	padding: 12px 0 12px 33px;
}

div.comment li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.comment h3 {
	font-size: 12px;
	color: #365b98;
	margin: 0 0 0 0;
	display: inline-block;
}

div.comment a {
	font-size: 10px;
	color: #365b98;
}

div.comment p {
	width: 600px;
}

.commentlist {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.more-link {
	display: block;
	float: right;
	font-weight: bold;
	color: #d81c1c!important;
}

.navigationcontent .alignleft, x:-moz-any-link {
	float: left;
	display: inline;
	background-color: #365b98;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 8px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.navigationcontent .alignleft a, x:-moz-any-link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.navigationcontent .alignleft {
	float: left;
	display: inline;
	background-color: #365b98;
	padding: 5px 5px 5px 5px;
	margin: 0 0 12px 8px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.navigationcontent .alignleft a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.navigationcontent .alignright, x:-moz-any-link {
	float: right;
	display: inline;
	background-color: #365b98;
	padding: 5px 5px 5px 5px;
	margin: 0 8px 0 0;
	font-size: 11px;
	color: #ffffff;
}

.navigationcontent .alignright a, x:-moz-any-link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.navigationcontent .alignright {
	float: right;
	display: inline;
	background-color: #365b98;
	padding: 5px 5px 5px 5px;
	margin: 0 8px 0 0;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.navigationcontent .alignright a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

/* /////////////////////////// SUCHE /////////////////////////// */

#searchform #s {
	float: left;
	width: 115px;
	border: 1px solid #dddee0;
	color: #9c9c9c;
	font-size: 11px;
	margin: 4px 0 0 6px;
}

#searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 14px 6px 14px;
	
}

*:first-child+html #searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 5px 6px 5px;
}

*html #searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 7px 5px 6px;
	
}

/* Links in Blogeinträgen: pm */

#pm {
	font-size: 10px;
	font-weight: bold;
	color: #365b98;
	text-decoration: none;
}

#pm:hover {
	font-size: 10px;
	font-weight: bold;
	color: #365b98;
	text-decoration: underline;
}

#pm2 {
	font-size: 10px;
	color: #d81c1c;
	text-decoration: none;
}

#pm2:hover {
	font-size: 10px;
	color: #d81c1c;
	text-decoration: underline;
}