﻿/* General start */
* { padding: 0; margin: 0; }
.clear { clear: both; }
.hidden_element { display: none; }
img { border: none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.capitalize { text-transform: capitalize;}


/* General end */

body 
{
    font-family: "Verdana", Arial, Sans-Serif;
    font-size: 12px; color: #2c2c2c;
    /*background: #505265 url(Images/BACKGROUND.jpg) no-repeat 830px 0;*/
}

/*language*/
.languageArea
{
    float: right; 
}

.flag, .flagDE { height: 25px; width: 27px; margin: 0 5px 0 7px; background: url(Images/bg_flag_gb.gif) no-repeat; float: left; }
.flagDE { background: url(Images/bg_flag_de.gif) no-repeat; }

.flag img, .flagDE img { opacity:0.0;filter:alpha(opacity=0) }

#textWillkommen, #textWelcome {display: none;}

/*paging*/
.prevPaging, .pageInfoPaging, .nextPaging
{
    float: left; width: 20%;
}

.nextPaging
{
     text-align: right;
}

.pageInfoPaging
{
    text-align: center; width: 60%;
}

/*paging end*/
