/***********************************************************
 *
 * Welcome to the source-code
 *
 * this file is part of the freshoutthebox.de project
 *
 * (C) 2007 SPLINELAB http://www.splinelab.com
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/

/**
 *
 * generelle styles
 *
 */
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:120%;
	background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    background-color:#ffffff;
}

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:120%;
	font-size:10px;
}


.clear {
    clear:both;
}

a {
	color:#f63c03;
	text-decoration:none;
}

h1 {
	color:#000000;
	margin-bottom:3px;
	font-size:160%;
}
h2 {
    font-size:140%;
    margin-bottom:10px;
    margin-top:30px;
}

P {
    margin-bottom:5px;
}

.altContent {
    text-align:left;
}

.pList {
    width:130px;
    height:200px;
    float:left;
    margin-right:10px;
    margin-bottom:20px;
}

.mContent {
    width:80%;
    float:right;
    margin-right:20px;
}
.altMenu {
    width:15%;
    float:left;
    padding-left:10px;
}

.desc {
    float:left;
    width:300px;
}
.image {
    float:left;
    width:300px;
    margin-right:20px;
}
