/* formatting for community section */
/* NO GENERAL formatting here! */
/* put general formatting into sub.css or stylev2.css */
/* this is the right place for COLOR settings */

/* --------------------------------------------------------- */
/* general settings */
/* --------------------------------------------------------- */

/* colors etc. */
/* --------------------------------------------------------- */

body {
background-color: #FBDFB8;

}

/* font color */

body, td {
    color: #000000;
}

/* link color */

a         { color:#959595;
		font-weight:600;
		}
a:visited { color:#959595; }
a:active  { color:#959595; }
a:hover   { color:#959595; text-decoration:underline; }
a:hover h1 { color:959595; }

h1.welcome {
	font-size: 32px;
}
h1.subleft {
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 25px;
	font-stretch:expanded;
	font-stretch:extra-expanded;
	color:#A0A0A4;
	font-weight:600;
}
.center {
	text-align:center;
}

/* nav bar bgcolor on subpages */

td.navi {
    background-color: #959595;
	width: 130px;
	text-align: left;
	vertical-align:top;
}
.author {
	font-size: 11px;
	margin-top: 10px;
}
.bigger {
 font-size:16px;
 }

/* each link in nav bar has some space around */

td.navi a {
    display: block;
    padding: 5px;
	color:#000000;
}

/* each list of links in the nav bar needs some space */

td.navi div.cross, td.navi div.thema {
    margin: 20px 0;
    font-weight: bold;
}
	
td.content {
	color:#000000;
}

td.content a {
	text-decoration:underline;
}

td.middle {
	padding: 20px 20px 0px 20px;
	text-align: center;
	vertical-align: middle;
	 }
td.middle h2 {
	margin-bottom: 0;
}
.padding {
	padding: 0 10px 0 10px;
}
input {
	width: 225px;
}
textarea {
	width: 358px;
}


/* special formatting for "new" announcement box */
/* --------------------------------------------------------- */

div#new {
	width:200px; 
	height:70px; 
	border:2px solid #F9DA0D;
}

div#new div {
	 padding:15px 15px;
}



/* --------------------------------------------------------- */
/* Flow Fine Art Gallery */
/* --------------------------------------------------------- */

/* special formatting for artwork presentation tables */

table.artwork {
	width: 650px;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #771003;
	background-color: #FFFFFF;
}

ul.spacy li table.artwork {
	margin-bottom: 25px;
}

table.artwork td {
	padding: 10px;
	margin: 0;
	width: 50%;
}

table.artwork td img {
	margin: 0;
}

/* each td has a special alignment */

table.artwork td.a1 {
	vertical-align: bottom;
	text-align: right;
}

table.artwork td.a2 {
	vertical-align: bottom;
	text-align: left;
}

table.artwork td.a3 {
	vertical-align: top;
	text-align: right;
}

table.artwork td.a4 {
	vertical-align: top;
	text-align: left;
}

.darkred {
	color:#993205; 
}
h1, h2, h3, h4, h5 {
	color:#000000;
}
td.picright {
	width:200px;
	margin-right:10px;
	text-align:right;
}
td.picright img {
	margin-bottom:5px;
}	

table.pricing {
 margin-left:30 px;
}

table.pricing th {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	margin: 0;
	padding: 20px 20px 15px 0;
}
table.pricing td {
	width:320px;
	height:30px;
	padding: 0 20px 0 0;
}

img.title {
	padding: 10px 0 20px 0;
}
/* formatting of all subpages with navigation bar on the left */
/* NO COLOUR settings here!!! */
/* Colour settings only in the css files for each section */

/* teaser text under big h1 headline on page top */

p.teaser {
    text-align: center;
}

/* --------------------------------------------------------- */
/* main table structure for subpage */
/* --------------------------------------------------------- */

/* page dimensions */

table.detail {
    margin-bottom: 20px;
    width: 100%;
}


/* general alignment */

table.detail td {
    vertical-align: top;
}

/* CAUTION all tds have a preset padding/spacing! */

table.detail td.content {
    padding-left: 20px;
}

/* small button bar navigation on top of each feature */
/* --------------------------------------------------------- */

table.detail th {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 20px;
}

/* detailed spacing for small buttons */

table.detail th img {
    margin: 30px 5px 10px 5px;
/* margin values meaning: top right bottom left */
}


/* main content box formatting */
/* --------------------------------------------------------- */

/* headlines inside of content box */



table.detail td.content .left {
	margin-left: 0;
}

/* center elements inspite of nav bar */

div.subcenter {
	text-align: center;
	margin-left: -200px;
}

/* navigation bar on the left */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* especially for subpages without a navigation bar */
/* --------------------------------------------------------- */

/* add some extra space on both sides */

body.nonav {
	margin: 20px 50px;
}
table.flags td {
         text-align: center;
         font-size: 9px;
}

table.flags td img {
	margin-bottom: 2px;
}

table.flags td a {
	display: block;
    padding: 10px;
}

div.strips {
	clear: both;
}

div.strips img {
	margin: 15px -2px 15px -2px;
}