﻿/* PageEditor StyleSheet */
/*
--Every creation command in a new line!!
--eworx:[ElementToCreate];[TextToShow];[Attribute]=[Value];[Attribute]=[Value];
eworx:h1;Überschrift1;
eworx:h2;Überschrift2;
eworx:h3;Überschrift3;
eworx:p;Text;

*/
/* for text formating */
html, body { font-family: 'Trebuchet MS' ,Helvetica,Sans-Serif; font-size: 10px; margin: 0; padding: 0; }
p, li, td { color: #666666; font-size: 13px; line-height: 18px; padding-top:10px;}
p { padding: 0 0 10px; }
li, #Page #Content li { padding: 0 0 7px 15px; }
#Page #Content li { background: url(layout/dot.gif) no-repeat 3px 7px; }
ul, #Page #Content ul { padding: 10px 0 0; }
#Page ul { padding: 0; }
.TextInfo { text-align:center; margin-top:10px;}

.Label.IsEmpty { display:none;}
#Page li, .typeStart #Page #Content li, #Footer li { padding: 0; }
#Footer li { font-size: 11px; }
.typeStart #Page #Content li { background: none; }
h1 { font-size: 30px; color: #666666; font-weight: normal; line-height: 30px; padding: 20px 0 0; letter-spacing: -1px; word-spacing: 2px; }
#Content h1 { padding-bottom: 13px; line-height: 35px; }
h2 { font-size: 18px; color: #5c8902; font-weight: normal; line-height: 20px; padding: 20px 0 0; }
h3 { font-size: 13px; color: #666666; font-weight: bold; line-height: 18px; padding: 5px 0; }
h4 { font-size: 16px; color: #79b201; padding: 0; }
a, #Page #Content  a { color: #bf3ca9; /*751E71;*/ text-decoration: none; }

/*a, #Page #Content h2 a { color: #5C8902;}*/

#Page a { color: #5c8902; }
a:hover, #Page #Content a:hover { text-decoration: underline; }
#Page #Content h4 a { /*, #Page #Content #Info a */ color: #79b201; text-decoration: none; }
#Page #Content h4 a:hover { text-decoration: underline; }
strong { font-weight: 700; }
em { font-style: italic; }
hr, div.hr { background: url(layout/hr.jpg) no-repeat 0 0; display: block; border: 0; height: 30px; clear: both; text-align: left; }
/*PopUp*/
#Popup p { padding: 5px 0 15px; margin: 0; }
#Popup .Header { height: 72px; background: #E5E5E5; width: 100%; margin-top: 20px; position: relative; }
#Popup .Header img { position: absolute; right: 10px; top: 13px; }
#Popup .Content { padding: 0 22px 10px 22px; width: 500px; }
#Popup h2 { padding: 0; margin: 0; }

#Popup h1 { padding: 25px 0 0; }

