@import url("form_design.css");

* {margin: 0; padding: 0; border: 0;}

html {
    overflow: scroll;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

input, textarea {
    border: 1px solid #7f9db9;
}

h3, h4 {
    
}

h3 {
    padding-bottom: 5px;
    font-size: 14pt;
}

h4 {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 12pt;
}


body {
    text-align: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
}

ul {
    list-style-position:outside;
    margin-left: 30px;
}

.currentPage {
    text-decoration: underline;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

#header {
    margin-top: 15px;
    width: 100%;
    height: 80px;
    background-image: url(../tf/header.jpg);
    text-align: right;
}

#headerLangSelect {
    line-height: 110px;
    vertical-align: bottom;
    margin-left: 3px;
}

#content {
    width: 100%;
    background-image: url(../tf/backContent.gif);
}

#headMenu {
    width: 100%;
    height: 30px;
    padding-top: 50px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../tf/menuUnderline.gif);
}

#headContentDivide {
    clear: both; 
    padding-top: 10px;
    background-image: url(../tf/backBlank.gif);
}

#leftHeadMenu {
    width: 170px;
    text-align: right;
    float: left;
}

#rightHeadMenu {
    width: 640px;
    text-align: right;
    float: right;
}

#contentArea {
    width: 100%;
    margin-top: 10px;
}


#leftMainMenu {
    width: 170px;
    padding-top: 10px;
    line-height: 200%;
    text-align: right;
    float: left;
}

#rightContent {
    width: 640px;
    padding: 12px 30px;
    line-height: 150%;
    text-align: left;
    float: right;
    border-left: 1px solid Black;
    border-right: 1px solid Black;
    border-top: 1px solid Black;
}

#clearBottom {
    clear:both; 
    border-bottom: 1px solid Black; 
    height: 0px;
    background-image: url(../tf/backClear.gif);
}

#footerTop {
    clear: both;
    line-height: 20px;
    background-image: url(../tf/backFooter.gif);
}

#footerBottom {
    margin-top: 15px;
    text-align: center;
}

#buchImgStartseite {
    border: 1px solid Blue; 
    margin-left: 1em; 
    width: 168px;
}

.twrss_bodytext, .twrss_item_link {
    background-color: #e6e6e6;
    border-bottom: 1px solid #ffffff;
}

.twrss_channel_description {
    background-color: #ffffff;
    font-weight: bold;
    text-align: right;
}