/* 
Design   :westbrook
CCML   :webdesignconsult
Date   :14.11.2012
Website   :http://designshop.webdesignconsult.de/
Description:3-Spaltenlayout mit links angeordneter Navigation.
===============================================================================
*/
/* gewählte Designfarben */
/*
usercolor.medium = "#2E3B66"
usercolor.dark = "#161D32"
picturebordercolor = "#aaaaaa"

*/


#content {
width:1040px;
padding:10px 30px 30px 30px;
}
#mainbox {
width:1100px;
margin:0 auto;background:url(pmain_both.png) repeat-y;
padding:0 10px;
}
#eyecatcher,
#eyecatcher_eyecatcher,
#eyemedia {
width:800px;
}
#eyecatcher {
float:right;
display:block;
border:none;
}
#claim {
float:left;
width:250px;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
width:800px;
}