

.weight-bold {font-weight: bold;}
.weight-normal {font-weight: normal;}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.valign-top {vertical-align: top;}
.valign-middle {vertical-align: middle;}
.valign-bottom {vertical-align: bottom;}
.size-small {font-size: 10px;}
.size-middle {font-size: 11px;}
.size-normal {font-size: 12px;}
.size-big {font-size: 13px;}

.no-background-image {background-image:none;}
.hiden {display: none}

.width20px {width: 20px;}
.width30px {width: 30px;}
.width40px {width: 40px;}
.width50px {width: 50px;}
.width60px {width: 60px;}
.width75px {width: 75px;}
.width85px {width: 85px;}
.width100px {width: 100px;}
.width124px {width: 124px;}
.width130px {width: 130px;}
.width160px {width: 160px;}
.width175px {width: 175px;}
.width194px {width: 194px;}
.width200px {width: 200px;}
.width250px {width: 250px;}
.width90px {width: 90px;}
.full-width {width: 100%;}

.gray {color: #CCC;}
.light-blue {color: #aaccee;}
.dark-blue {color: #10305F;}

/* Navigation bar */
/*
.borderRight { border-right: 2px solid #FFFFFF; }
.borderBottomWhite {border-bottom: 2px solid #FFFFFF;}
.borderBottomLightBlue {border-bottom: 2px solid #C2CCE1;}
.backgroundColorLightBlue {background-color: #C2CCE1;}
.backgroundColorDarkBlue {background-color: #2F5793;}
.colorWhite {color: #FFFFFF;}
table#tt_navigation_Bar {text-align: left; font-size: 12px; width:100%;}
table#tt_navigation_Bar_MainMenue { width:100%; }
table#tt_navigation_Bar_MainMenue tbody tr td a {display:block; margin: 0px 10px; font-family: arial, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration:none;}
table#tt_navigation_Bar_MainMenue tbody tr td.main {padding: 5px 0px 2px 0px; color: #FFFFFF; font-weight: normal; text-decoration: none; height: 18px;}
table#tt_navigation_Bar_MainMenue tbody tr td.main_s {padding: 5px 0px 2px 0px; background-color: #C2CCE1; color: #FFFFFF; font-weight: normal; text-decoration: none;}
table#tt_navigation_Bar_subMenu {margin: 0px 0px 5px 0px;  width:100%; color: #FFFFFF; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
table#tt_navigation_Bar_subMenu td {margin: 0; text-align: left;}
table#tt_navigation_Bar_subMenu td.sub { color:#2F5793; padding: 5px 0px 2px 0px; font-size: 12px; font-family: arial, Tahoma, Helvetica, sans-serif;}
table#tt_navigation_Bar_subMenu td.sub_s { text-decoration: underline; color: #2F5793; padding: 5px 0px 2px 0px; font-size: 12px; font-family: arial, Tahoma, Helvetica, sans-serif;}
table#tt_navigation_Bar_subMenu td a {display:block; font-size: 12px; font-family: arial, Tahoma, Helvetica, sans-serif; margin: 0px 10px; text-decoration: none; color:#2F5793; }


/* #################################################################################  Custom */






/**
 * Links
 */

a#dsl_link_choiceOnline {width: 159px; height: 199px; background: url('/dsl-static/static/img/btn/order_option_button_1.gif'); display:block; }
a#dsl_link_choiceOnline:hover {background: url('/dsl-static/static/img/btn/order_option_button_mouseover_1.gif'); }
a#dsl_link_choicePdf {width: 159px; height: 199px; background: url('/dsl-static/static/img/btn/order_option_button_2.gif'); display:block; }
a#dsl_link_choicePdf:hover {background: url('/dsl-static/static/img/btn/order_option_button_mouseover_2.gif'); }
a#dsl_link_choicePost {width: 159px; height: 199px; background: url('/dsl-static/static/img/btn/order_option_button_3.gif'); display:block; }
a#dsl_link_choicePost:hover {background: url('/dsl-static/static/img/btn/order_option_button_mouseover_3.gif'); }

a#dsl_link_search_choice1 {width:159px; height: 187px; background: url(/dsl-static/static/img/btn/search.choice.1.gif); display:block}
a#dsl_link_search_choice1:hover {background: url(/dsl-static/static/img/btn/search.choice.1.mouseover.gif);}
a#dsl_link_search_choice2 {width:159px; height: 187px; background: url(/dsl-static/static/img/btn/search.choice.2.gif); display:block}
a#dsl_link_search_choice2:hover {background: url(/dsl-static/static/img/btn/search.choice.2.mouseover.gif);}
a#dsl_link_search_choice3 {width:159px; height: 187px; background: url(/dsl-static/static/img/btn/search.choice.3.gif); display:block}
a#dsl_link_search_choice3:hover {background: url(/dsl-static/static/img/btn/search.choice.3.mouseover.gif);}

.layoutBGBorderImageLeft {background: #FFFFFF url('/dsl-static/static/img/bg/bg_container_left.png'); width:15px;}
.layoutBGBorderImageRight {background: #FFFFFF url('/dsl-static/static/img/bg/bg_container_right.png');width:15px;}
/**
 * Error
 */
/*
#dsl_errorBox {
    border-width: thin;
    border-color: red;
    border-style: solid;
    padding: 1px;
    width: 94%;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin: 10px auto;
    padding-top:10px;padding-bottom:10px;
}

#dsl_errorBox li { list-style-type: none; padding: 2px 0px;}
.dsl_errorTxt {font-weight: bold; font-size: 10px; color: red; list-style: none; 	}

#formValidationErrors li {
	list-style-type: none;
	border-width: thin;
    border-color: red;
    border-style: solid;
    padding: 1px;
    width: 94%;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin: 10px auto;
}
.dsl_errorTxt {font-weight: bold; font-size: 10px; color: red; list-style: none; }
ul.dsl_li_notices {list-style: none;}
ul.dsl_li_notices li {padding: 3px 0;}

/**
 * Footnotes
 */
/*
#dsl_fn-ssl {background: url('/dsl-static/static/img/icon/ssl.gif') no-repeat 0% 100%; height: 25px; line-height: 30px;}
#dsl_fn-quiz {}
#dsl_fn-info {}
.dsl_footnote {width: auto; margin: 15px 0px; text-align: left; padding-left: 30px;}
.dsl_footnotes {margin: 15px 0px;}

/**
 * Progress bar
 */

#dsl_progress {
    margin-bottom:10px;
    float:left;
    width:100%;
    background:#e4e8f2;
    font-size:12px;
    line-height:normal;
    height:18px;
}
#dsl_progress ul {
    margin:0;
    list-style:none;
    padding:0px;
    width:100%;

}
#dsl_progress_active {
    background-color:#aaccee;
    text-align:center;
    padding-left:10px;
    background-image: url('/dsl-static/static/img/progress/progress_dark_light.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #E4E8F2;
    margin:0;
}
#dsl_progress_inactive {
    background-color:#ebf3fb;
    text-align:center;
    padding-left:10px;
    background-image: url('/dsl-static/static/img/progress/progress_light_light.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #aaccee;
}
#dsl_progress_visited {
    background-color:#aaccee;
    text-align:center;
    padding:0;
    background-image: url('/dsl-static/static/img/progress/progress_dark_dark.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #E4E8F2;
    margin:0;
}

/**
 * FAQ Box
 */
/*
ul#dsl_faq { padding-left: 20px; list-style-image: url('/dsl-static/static/img/icon/bullet.gif');}
ul#dsl_faq li {}

/**
 * Keywords Box
 */
/*
ul#dsl_keyword { padding-left: 20px; list-style-image: url('/dsl-static/static/img/icon/bullet.gif');}
ul#dsl_keyword li {padding: 2px 0; font-weight:bold;}

/**
 * LOGO
 */
/*
#dsl_logo_link {position:absolute; width: 350px; height: 107px; top: 15px; left: 15px;}

/**
 * Table Definitions
 */

ul#faqList {
	padding-left: 20px;
	list-style-image: url("http://www.toptarif.de/dsl-static/static/img/icon/bullet.gif");
}
span#tuv-siegel {
    width: 55px;
    height: 85px;
    font-size: 10px;
    position: absolute;
    top:0px;
    left:295px;
    display:inline;
    
}

#dsl_img_headerLogo{
    width: 350px;
    height: 107px;
    background: url(/dsl-static/static/img/other/header_logo.gif) no-repeat;
    font-size: 10px;
    position: relative;
}

#dsl_link_headerLogo {
    position: absolute;
    width: 250px;
    height: 72px;
    top: 15px;
    left: 15px;
}

/********* Topbar (kontakt+faq)  ***********/
/*
#topBar {
	width: 100%;
	height: 100%;
	border-spacing: 0;
	margin: 0;
}

table.tt_dsl_topbar_box {
	color:#07519a;
    width: 100%;
    height: 100%;
}

table#tt_dsl_sidebar_box {
    width: 191px;
}

table.tt_dsl_topbar_box {
    border-spacing: 0;
    height: 100%;
	margin: 0;
	padding: 0;
}
table.tt_dsl_topbar_box th{
	height:25px;
	padding-left:4px;
	background: #ebf3fb;
	color:#10305E;
}
table.tt_dsl_topbar_box > td {
	width: 100%;
	height: 100%;
}


td.faqTopBox , td.contactTopBox  {
	border:1px solid #ebf3fb;
	height: 100%;
}


